2
0
Fork 0
lighttpd2/src/main
Stefan Bühler 4e6e5e54c5 Fix lua api for vr:stat(filename) 2009-11-12 22:02:55 +01:00
..
Makefile.am automake: fix build problem 2009-10-09 15:51:29 +02:00
actions.c Allow an action to execute another and rerun after it 2009-10-05 20:56:50 +02:00
actions_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
angel.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
angel_fake.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
chunk.c Use less pointers in chunks, "inline" structures 2009-11-08 11:12:12 +01:00
chunk_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +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 Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
condition_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
config_lua.c Add per worker lua_State 2009-11-01 15:43:12 +01:00
config_parser.rl Add per worker lua_State 2009-11-01 15:43:12 +01:00
connection.c Implement li_filter_chunked_decode + one unit-test for it 2009-10-19 21:45:00 +02:00
connection_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
core_lua.c Add per worker lua_State 2009-11-01 15:43:12 +01:00
environment.c Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 2009-10-08 14:33:47 +02:00
environment_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +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 Implement li_filter_chunked_decode + one unit-test for it 2009-10-19 21:45:00 +02:00
http_headers.c Some core docs fixed 2009-09-13 17:46:02 +02:00
http_headers_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
http_range_parser.rl Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 2009-10-08 14:33:47 +02:00
http_request_parser.rl Deterministic multiline header parsing 2009-07-17 12:18:52 +02:00
http_response_parser.rl Drop 1xx responses in response parsing 2009-10-19 18:59:26 +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 Add per worker lua_State 2009-11-01 15:43:12 +01:00
log.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
network.c Use less pointers in chunks, "inline" structures 2009-11-08 11:12:12 +01: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 Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
plugin.c [core] Add missing call to free-callback in li_server_plugins_free() 2009-10-04 16:38:53 +02:00
plugin_core.c Add pathinfo action 2009-11-11 14:55:00 +01:00
profiler.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
request.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
request_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
response.c Fix response.c to not send chunked encoding/.. for head requests with no content 2009-10-12 00:21:27 +02:00
response_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
server.c Add per worker lua_State 2009-11-01 15:43:12 +01:00
stat_cache.c [core] Retry open() in stat_cache in case of EINTR 2009-11-07 15:44:13 +01:00
stat_lua.c luaApi: move global method/constants into lighty. namespace, add vr:stat(filename) 2009-10-03 15:26:35 +02:00
tests.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
throttle.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
url_parser.rl Remove unused vars 2009-10-14 19:34:44 +02:00
value.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
value_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
virtualrequest.c Support keep-alive vrequest reset, which keeps some request data to be shown in mod_status 2009-10-07 16:02:09 +02:00
virtualrequest_lua.c Fix lua api for vr:stat(filename) 2009-11-12 22:02:55 +01:00
worker.c [core] Record peak values of worker stats 2009-11-07 15:42:03 +01:00
wscript Implement ranged requests for static files 2009-10-07 22:49:40 +02:00