.. |
modules
|
add debug parameter for dirlist action in mod_dirlist
|
14 years ago |
CMakeLists.txt
|
[cmake] add stat_cache.c
|
14 years ago |
actions.c
|
Fix action_reset (backend_failed)
|
14 years ago |
actions_lua.c
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
angel.c
|
Implemented two angel "fake" functions
|
15 years ago |
angel_fake.c
|
Cleanup log macros (moved from con to vrequest)
|
15 years ago |
base.c
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
chunk.c
|
fix underflow in usage of cqlimit_update()
|
14 years ago |
chunk_parser.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
15 years ago |
collect.c
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
condition.c
|
save errno of stat() in request.physical struct to prevent repeated stat()s if failed
|
15 years ago |
condition_lua.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
15 years ago |
condition_parsers.rl
|
Add clean ipv6+port parsing for listen()
|
15 years ago |
config.h.cmake
|
Fix cmake ipv6 detection
|
15 years ago |
config_lua.c
|
Cleanup log macros (moved from con to vrequest)
|
15 years ago |
config_parser.rl
|
added "if" to condition syntax (if req.path == "/foo" {})
|
15 years ago |
connection.c
|
Disable cqlimit debug, fixed some more bugs with cqlimit.
|
14 years ago |
encoding.c
|
add ENCODING_URI to encoding functions
|
14 years ago |
environment.c
|
Add handling for environment vars in backends
|
14 years ago |
filter_chunked.c
|
Added/fixed chunked encoded transfer
|
15 years ago |
http_headers.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
15 years ago |
http_request_parser.rl
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
http_response_parser.rl
|
Added response parser and used it in mod_fastcgi
|
15 years ago |
lighttpd.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
15 years ago |
log.c
|
Add stderr log support in mod_fastcgi (split lines from backend in log.c)
|
15 years ago |
module.c
|
add check for sizeof(off_t) to MODULE_VERSION_CHECK()
|
15 years ago |
network.c
|
Change mod_fastcgi to not wait for complete packets (enables limits < 64kbyte); fix some limit handling.
|
14 years ago |
network_sendfile.c
|
Remove out-of-fd-handling.
|
15 years ago |
network_write.c
|
Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later.
|
15 years ago |
network_writev.c
|
Move stats and throttle to network.c
|
15 years ago |
options.c
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
plugin.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
15 years ago |
plugin_core.c
|
slighty more detailed debug output in plugin_core
|
14 years ago |
profiler.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
15 years ago |
request.c
|
save errno of stat() in request.physical struct to prevent repeated stat()s if failed
|
15 years ago |
response.c
|
Add reminder for chunked handling/content-length header.
|
15 years ago |
server.c
|
increase default io timeout from 30s to 300s
|
15 years ago |
stat_cache.c
|
fix mem leak in stat_cache_free()
|
14 years ago |
sys-files.c
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
sys-socket.c
|
Fix comment style // -> /* */
|
15 years ago |
tests.c
|
Add clean ipv6+port parsing for listen()
|
15 years ago |
url_parser.rl
|
Allow more characters in url
|
15 years ago |
utils.c
|
add dirent_buf_size() to utils
|
14 years ago |
value.c
|
Redo boolean conditionals (physical.*) as real actions.
|
15 years ago |
value_lua.c
|
Fix reading of lua tables
|
15 years ago |
virtualrequest.c
|
implement stat cache
|
14 years ago |
waitqueue.c
|
fix waitqueue
|
15 years ago |
worker.c
|
add stat_cach_get_dir() to get directory listing; add stat_cache.ttl setup
|
14 years ago |
wscript
|
add mod_dirlist
|
14 years ago |