.. |
Makefile.am
|
[autobuild] Fix dependency problem with automake (automake doesn't like it if ../dir/ is cwd)
|
2010-01-24 11:47:58 +01:00 |
actions.c
|
Allow an action to execute another and rerun after it
|
2009-10-05 20:56:50 +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
|
Replace lseek()+read() with pread() in chunk.c
|
2009-12-02 20:24:16 +01:00 |
chunk_lua.c
|
Add lua filters; fixed some lua-api bugs; enhanced lua chunkqueue api
|
2009-12-20 23:45:03 +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
|
Change internal conditional checks; export functions to read value of conditional-lvalues
|
2009-12-19 17:41:55 +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
|
Add lua plugins
|
2009-12-21 19:09:55 +01:00 |
config_parser.rl
|
Remove config parser code from main(), add cmake-option to disable default config parser
|
2009-12-13 21:35:46 +01:00 |
connection.c
|
[core] Rename con->ts to con->ts_started
|
2010-01-03 17:26:07 +01: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 lua plugins
|
2009-12-21 19:09:55 +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_buffer_on_disk.c
|
Add buffer-on-disk for uploads automatically
|
2009-12-19 22:18:10 +01: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
|
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
|
Rename lighttpd to lighttpd2
|
2010-01-03 19:53:48 +01:00 |
log.c
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
2009-10-09 15:38:12 +02:00 |
network.c
|
add liBuffer: a reference-counted memory chunk (using mempool) for basic network data
|
2009-11-29 17:54:01 +01:00 |
network_sendfile.c
|
add liBuffer: a reference-counted memory chunk (using mempool) for basic network data
|
2009-11-29 17:54:01 +01:00 |
network_write.c
|
Prefix inline api functions with li_
|
2009-09-26 20:31:52 +02:00 |
network_writev.c
|
add liBuffer: a reference-counted memory chunk (using mempool) for basic network data
|
2009-11-29 17:54:01 +01: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
|
Add lua plugins
|
2009-12-21 19:09:55 +01:00 |
plugin_core.c
|
Add userdata to action-create, setup and plugin-init callbacks
|
2009-12-21 12:29:14 +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 handling of responses without body; check that really no content is sent.
|
2009-11-18 21:34:54 +01: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
|
stat-cache: close file if fstat fails
|
2009-11-15 21:48:00 +01: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
|
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
|
Add lua plugins
|
2009-12-21 19:09:55 +01:00 |
virtualrequest.c
|
[core] Add vr->ts_started struct member, representing the ev_tstamp when the vr has been started
|
2010-01-03 17:39:26 +01: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] Add vr->ts_started struct member, representing the ev_tstamp when the vr has been started
|
2010-01-03 17:39:26 +01:00 |
wscript
|
Rename lighttpd to lighttpd2
|
2010-01-03 19:53:48 +01:00 |