.. |
Makefile.am
|
[core] Add liPattern type and associated functions
|
2010-06-06 23:54:55 +02:00 |
actions.c
|
[core] Enable li_plugins_init_lua again, fixed segfault
|
2010-06-06 12:29:25 +02:00 |
actions_lua.c
|
Add lua plugins
|
2009-12-21 19:09:55 +01:00 |
angel.c
|
Use relative timestamp for angel call timeouts, increase angel-listen timeout.
|
2009-11-22 14:48:18 +01:00 |
angel_fake.c
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
2009-10-09 15:38:12 +02:00 |
chunk.c
|
Append to previous buffer in network reads, save used buffer in custom location
|
2010-02-10 22:25:48 +01:00 |
chunk_lua.c
|
[lua]: chunkqueue: fix file<->tempfile handling
|
2010-03-03 16:27:11 +01: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
|
conditionals: Fix port matching (ntohs)
|
2010-02-21 14:47:56 +01: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
|
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 |
connection.c
|
[core] Ensure a connection is put into io timeout queue after keepalive]
|
2010-06-14 20:34:58 +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
|
[core] Enable li_plugins_init_lua again, fixed segfault
|
2010-06-06 12:29:25 +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
|
mod_deflate: add 304 not modified handling, handle HEAD requests
|
2009-09-29 11:46:40 +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
|
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 unit-testing for range-parser and fix the parser
|
2009-12-05 15:56:14 +01:00 |
http_request_parser.rl
|
[core] Fix detection of too big request http header
|
2010-06-12 15:16:41 +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 li_http_method_from_string() function
|
2010-04-04 16:37:02 +02:00 |
lighttpd.c
|
Make profiler optional
|
2010-05-13 12:19:12 +02:00 |
log.c
|
Add "state-wait" api for server state machine
|
2010-02-13 15:29:21 +01:00 |
network.c
|
Append to previous buffer in network reads, save used buffer in custom location
|
2010-02-10 22:25:48 +01:00 |
network_sendfile.c
|
Handle ETIMEDOUT as connection close
|
2010-01-30 23:52:48 +01:00 |
network_write.c
|
Handle ETIMEDOUT as connection close
|
2010-01-30 23:52:48 +01: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
|
[core] Use liCond* helpers in li_pattern_parse/eval
|
2010-07-24 14:51:44 +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] Enable li_plugins_init_lua again, fixed segfault
|
2010-06-06 12:29:25 +02:00 |
plugin_core.c
|
[core] Use liCond* helpers in li_pattern_parse/eval
|
2010-07-24 14:51:44 +02:00 |
profiler.c
|
[core] Specify file permissions when creating profiler output file
|
2010-05-16 13:41:21 +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
|
[core] Send Content-Type text/html for generated error pages
|
2010-04-05 14:33:52 +02:00 |
response_lua.c
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
2009-10-09 15:38:12 +02:00 |
server.c
|
[core] Allow disabling of stat cache through stat_cache.ttl 0;
|
2010-07-18 13:53:07 +02:00 |
stat_cache.c
|
[core] Allow disabling of stat cache through stat_cache.ttl 0;
|
2010-07-18 13:53:07 +02:00 |
stat_lua.c
|
Fix lua struct stat export
|
2009-11-15 21:47:32 +01:00 |
tests.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
throttle.c
|
[core] Fix compiler warning in throttle.c
|
2010-02-14 20:12:10 +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] Fix segfault in li_vrequest_reset() when default value is NULL
|
2010-07-11 23:53:59 +02:00 |
virtualrequest_lua.c
|
Add lua filters; fixed some lua-api bugs; enhanced lua chunkqueue api
|
2009-12-20 23:45:03 +01:00 |
worker.c
|
[core] Allow disabling of stat cache through stat_cache.ttl 0;
|
2010-07-18 13:53:07 +02:00 |
wscript
|
[core] Add liPattern type and associated functions
|
2010-06-06 23:54:55 +02:00 |