2
0
Fork 0
lighttpd2/src/main
Stefan Bühler aadbf51c84 Fix two more leaks, add some safe = NULL inits, free ssl error strings 2009-10-02 12:09:37 +02:00
..
Makefile.am Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
actions.c [core] Add comment for cheap fix introduced in the previous commit 2009-09-28 23:16:48 +02:00
actions_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
angel.c Add custom server socket callbacks (for ssl modules) 2009-09-08 19:09:39 +02:00
angel_fake.c Fix some casts for in_addr 2009-09-14 18:57:27 +02:00
chunk.c Prefix inline api functions with li_ 2009-09-26 20:31:52 +02:00
chunk_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
chunk_parser.c Prefix inline api functions with li_ 2009-09-26 20:31:52 +02:00
collect.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
condition.c Add response.header/status conditionals 2009-09-28 21:30:06 +02:00
condition_lua.c Add boolean conditionals to lua 2009-09-28 20:57:47 +02:00
config_lua.c Fix two more leaks, add some safe = NULL inits, free ssl error strings 2009-10-02 12:09:37 +02:00
config_parser.rl [core] Add response.status and response.header conditionals to config parser 2009-09-28 21:45:57 +02:00
connection.c Some request handling bugs (keep-alive, content-length, pipelining) 2009-09-15 22:59:59 +02:00
connection_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
core_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
environment.c Some core docs fixed 2009-09-13 17:46:02 +02:00
environment_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
etag.c mod_deflate: add 304 not modified handling, handle HEAD requests 2009-09-29 11:46:40 +02:00
filter_chunked.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
http_headers.c Some core docs fixed 2009-09-13 17:46:02 +02:00
http_headers_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
http_request_parser.rl Deterministic multiline header parsing 2009-07-17 12:18:52 +02:00
http_response_parser.rl Fix response header parsing 2009-09-14 22:05:21 +02:00
lighttpd-glue.c [core] Add status code 418 to li_http_method_string() 2009-09-05 19:35:39 +02:00
lighttpd.c Fix server.tag and version output 2009-09-16 00:19:06 +02:00
log.c Log server errors into default logs 2009-09-15 20:40:38 +02:00
network.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
network_sendfile.c Prefix inline api functions with li_ 2009-09-26 20:31:52 +02:00
network_write.c Prefix inline api functions with li_ 2009-09-26 20:31:52 +02:00
network_writev.c Prefix inline api functions with li_ 2009-09-26 20:31:52 +02:00
options.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
physical_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
plugin.c angel/lighty now synchronize the server state 2009-08-30 20:43:13 +02:00
plugin_core.c Fix fd leak 2009-09-17 09:54:34 +02:00
profiler.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
request.c Some request handling bugs (keep-alive, content-length, pipelining) 2009-09-15 22:59:59 +02:00
request_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
response.c Fix too fast closing of con->out (skipped mod-deflate), rely on closed vr->out instead 2009-09-29 00:58:55 +02:00
response_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
server.c Fix two more leaks, add some safe = NULL inits, free ssl error strings 2009-10-02 12:09:37 +02:00
stat_cache.c Add li_ev_safe_ref_and_stop macro and use it 2009-07-26 15:00:53 +02:00
tests.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
throttle.c Fix missing newlines at end of files 2009-07-16 22:17:14 +02:00
url_parser.rl Fix liRequestUri struct 2009-09-13 17:45:41 +02:00
value.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
value_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
virtualrequest.c Fix mod_status handle_direct/WAIT_FOR_EVENT bug 2009-09-29 14:52:59 +02:00
virtualrequest_lua.c Add core lua support to handle requests 2009-09-13 17:54:16 +02:00
worker.c Fix vrequest state machine w. waiting actions 2009-09-29 00:24:37 +02:00
wscript [waf] Add new *_lua.c files 2009-09-13 21:54:38 +02:00