You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Bühler 3d50819d14 Move the cqlimit reset/set back to connection.c (vrequest_reset may be called with data in con->raw_in, so cqlimit_reset isn't a good idea) 14 years ago
..
Makefile.am Add api for buffering chunkqueue content on disk 14 years ago
actions.c Allow an action to execute another and rerun after it 14 years ago
actions_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
angel.c Use relative timestamp for angel call timeouts, increase angel-listen timeout. 14 years ago
angel_fake.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
chunk.c Replace lseek()+read() with pread() in chunk.c 14 years ago
chunk_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
chunk_parser.c Prefix inline api functions with li_ 14 years ago
collect.c Split sources into subdirs 14 years ago
condition.c Change internal conditional checks; export functions to read value of conditional-lvalues 14 years ago
condition_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
config_lua.c Add per worker lua_State 14 years ago
config_parser.rl Remove config parser code from main(), add cmake-option to disable default config parser 14 years ago
connection.c Move the cqlimit reset/set back to connection.c (vrequest_reset may be called with data in con->raw_in, so cqlimit_reset isn't a good idea) 14 years ago
connection_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
core_lua.c Add per worker lua_State 14 years ago
environment.c Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 14 years ago
environment_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
etag.c mod_deflate: add 304 not modified handling, handle HEAD requests 14 years ago
filter_buffer_on_disk.c Add buffer-on-disk for uploads automatically 14 years ago
filter_chunked.c Implement li_filter_chunked_decode + one unit-test for it 14 years ago
http_headers.c Some core docs fixed 14 years ago
http_headers_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
http_range_parser.rl Add unit-testing for range-parser and fix the parser 14 years ago
http_request_parser.rl Deterministic multiline header parsing 14 years ago
http_response_parser.rl Drop 1xx responses in response parsing 14 years ago
lighttpd-glue.c [core] Add status code 418 to li_http_method_string() 14 years ago
lighttpd.c Remove config parser code from main(), add cmake-option to disable default config parser 14 years ago
log.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
network.c add liBuffer: a reference-counted memory chunk (using mempool) for basic network data 14 years ago
network_sendfile.c add liBuffer: a reference-counted memory chunk (using mempool) for basic network data 14 years ago
network_write.c Prefix inline api functions with li_ 14 years ago
network_writev.c add liBuffer: a reference-counted memory chunk (using mempool) for basic network data 14 years ago
options.c Split sources into subdirs 14 years ago
physical_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
plugin.c [core] Add missing call to free-callback in li_server_plugins_free() 14 years ago
plugin_core.c Fix typo in previous commit 14 years ago
profiler.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
request.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
request_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
response.c Fix handling of responses without body; check that really no content is sent. 14 years ago
response_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
server.c Add per worker lua_State 14 years ago
stat_cache.c stat-cache: close file if fstat fails 14 years ago
stat_lua.c Fix lua struct stat export 14 years ago
tests.c Split sources into subdirs 14 years ago
throttle.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
url_parser.rl Remove unused vars 14 years ago
value.c Split sources into subdirs 14 years ago
value_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 14 years ago
virtualrequest.c Move the cqlimit reset/set back to connection.c (vrequest_reset may be called with data in con->raw_in, so cqlimit_reset isn't a good idea) 14 years ago
virtualrequest_lua.c Fix memleak in lua vr:stat() 14 years ago
worker.c Reduce buffer allocs for network read 14 years ago
wscript Add api for buffering chunkqueue content on disk 14 years ago