2
0
Fork 0
lighttpd2/src/main
Thomas Porzelt 912976fe30 [core] Attempt to fix issue with stalling connections in throttle pools 2010-12-25 17:40:53 +01:00
..
Makefile.am [autotools]: make sure pkg-config m4 is available in autoconf, check for ragel in ./configure 2010-12-07 23:23:10 +01:00
actions.c [lua]: add subrequests 2010-08-26 00:34:28 +02:00
actions_lua.c [lua]: add subrequests 2010-08-26 00:34:28 +02:00
angel.c [log] Add basic api to open log files via angel 2010-09-25 14:13:29 +02:00
angel_fake.c [log] Add basic api to open log files via angel 2010-09-25 14:13:29 +02:00
chunk.c [log] Fix prepare handler 2010-09-05 14:19:27 +02:00
chunk_lua.c [lua]: chunkqueue: fix file<->tempfile handling 2010-03-03 16:27:11 +01:00
chunk_parser.c Optimize some string handling in chunk parser 2010-08-11 13:07:33 +02:00
collect.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
condition.c [pattern] Fix vr->wrk->tmp_str usage, remove pattern.h from base.h, add pattern support to header.add* actions 2010-10-07 16:14: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 modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker 2010-05-07 20:54:50 +02:00
config_parser.rl Fix some warnings found with clang analyzer 2010-10-07 18:31:21 +02:00
connection.c [tests] Add BadRequest test (and fix the bug), add "status" vhost 2010-10-05 13:16:39 +02:00
core_lua.c [core]: rework connection/vrequest structs; add liConInfo 2010-08-11 13:27:27 +02: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 Add some missing LI_/li prefixes for types and enum values 2010-08-19 17:24:07 +02:00
filter_buffer_on_disk.c [core] Fix memleak in filter_buffer_on_disk/bod_open() and free srv->optionptrs on exit 2010-05-08 11:55:52 +02:00
filter_chunked.c Implement li_filter_chunked_decode + one unit-test for it 2009-10-19 21:45:00 +02:00
filters_lua.c Add lua filters; fixed some lua-api bugs; enhanced lua chunkqueue api 2009-12-20 23:45:03 +01:00
http_headers.c Optimize header insertion 2010-08-11 13:07:29 +02:00
http_headers_lua.c Fix C++ style comments 2010-09-05 14:19:44 +02:00
http_range_parser.rl Add unit-testing for range-parser and fix the parser 2009-12-05 15:56:14 +01:00
http_request_parser.rl Optimize some string handling in chunk parser 2010-08-11 13:07:33 +02:00
http_response_parser.rl Drop 1xx responses in response parsing 2009-10-19 18:59:26 +02:00
lighttpd_glue.c [core] remove lighttpd-glue.h from base.h 2010-09-23 18:35:57 +02:00
lighttpd_worker.c Move binary names: angel becomes lighttpd2, worker lighttpd2-worker 2010-08-24 21:05:17 +02:00
log.c Fix some warnings found with clang analyzer 2010-10-07 18:31:21 +02:00
mimetype.c Fix mimetypes 2010-09-12 15:55:45 +02:00
network.c Fix some warnings found with clang analyzer 2010-10-07 18:31:21 +02:00
network_sendfile.c Handle ETIMEDOUT as connection close 2010-01-30 23:52:48 +01:00
network_write.c Fix typos / missing includes 2010-09-23 21:26:48 +02:00
network_writev.c Handle ETIMEDOUT as connection close 2010-01-30 23:52:48 +01:00
options.c Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
pattern.c [pattern] fix endless (memory eating) loop in pattern parsing 2010-10-13 14:46:31 +02:00
physical_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
plugin.c plugin.c: fix optionptr mem-leak 2010-09-12 17:44:00 +02:00
plugin_core.c [plugin_core] Fix cascading in docroot action 2010-11-13 16:25:49 +01:00
profiler.c [log] Add basic api to open log files via angel 2010-09-25 14:13:29 +02:00
request.c [lua]: add subrequests 2010-08-26 00:34:28 +02:00
request_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
response.c [core] remove lighttpd-glue.h from base.h 2010-09-23 18:35:57 +02:00
response_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
server.c [log] Add basic api to open log files via angel 2010-09-25 14:13:29 +02:00
stat_cache.c waitqueue: modify callback 2010-09-12 14:19:25 +02:00
stat_lua.c Fix lua struct stat export 2009-11-15 21:47:32 +01:00
subrequest_lua.c [core] Use liJobQueue for vrequest job queue 2010-09-05 13:39:30 +02:00
tests.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
throttle.c [core] Attempt to fix issue with stalling connections in throttle pools 2010-12-25 17:40:53 +01:00
url_parser.rl Remove unused vars 2009-10-14 19:34:44 +02:00
value.c Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
value_lua.c Fix some lua handling; add args for lua plugins/handlers 2010-02-14 15:48:25 +01:00
virtualrequest.c [core] Add support for throttling by IP 2010-09-23 21:01:46 +02:00
virtualrequest_lua.c [lua]: add subrequests 2010-08-26 00:34:28 +02:00
worker.c [core]: wait for connections before shutdown 2010-09-21 14:33:32 +02:00
wscript [core] Rework mimetype lookup code 2010-09-04 14:50:35 +02:00