.. |
modules
|
Handle environment vars in mod_fastcgi
|
2009-02-15 18:59:30 +01:00 |
CMakeLists.txt
|
[cmake] Add mod_vhost
|
2009-01-13 21:32:13 +01:00 |
actions.c
|
Redo boolean conditionals (physical.*) as real actions.
|
2009-01-10 14:46:11 +01:00 |
actions_lua.c
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
angel.c
|
Implemented two angel "fake" functions
|
2008-12-20 16:25:02 +01:00 |
angel_fake.c
|
Cleanup log macros (moved from con to vrequest)
|
2008-12-30 14:24:33 +01:00 |
base.c
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
chunk.c
|
Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later.
|
2009-01-28 15:40:57 +01:00 |
chunk_parser.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
2009-01-01 16:44:42 +01:00 |
collect.c
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
condition.c
|
save errno of stat() in request.physical struct to prevent repeated stat()s if failed
|
2009-01-08 00:26:30 +01:00 |
condition_lua.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
2009-01-01 16:44:42 +01:00 |
condition_parsers.rl
|
Add clean ipv6+port parsing for listen()
|
2008-12-22 22:48:47 +01:00 |
config.h.cmake
|
Fix cmake ipv6 detection
|
2008-12-09 21:30:37 +01:00 |
config_lua.c
|
Cleanup log macros (moved from con to vrequest)
|
2008-12-30 14:24:33 +01:00 |
config_parser.rl
|
added "if" to condition syntax (if req.path == "/foo" {})
|
2009-01-06 01:33:20 +01:00 |
connection.c
|
Fix handling request content and 100-continue
|
2009-01-13 21:31:02 +01:00 |
environment.c
|
Add handling for environment vars in backends
|
2009-02-15 18:55:27 +01:00 |
filter_chunked.c
|
Added/fixed chunked encoded transfer
|
2009-01-09 21:42:42 +01:00 |
http_headers.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
2009-01-01 16:44:42 +01:00 |
http_request_parser.rl
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
http_response_parser.rl
|
Added response parser and used it in mod_fastcgi
|
2009-01-10 13:30:58 +01:00 |
lighttpd.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
2009-01-01 16:44:42 +01:00 |
log.c
|
Add stderr log support in mod_fastcgi (split lines from backend in log.c)
|
2009-02-03 15:25:14 +01:00 |
module.c
|
add check for sizeof(off_t) to MODULE_VERSION_CHECK()
|
2009-01-02 22:04:36 +01:00 |
network.c
|
fix wrong parameter con instead of new vr in network.c when USE_SENDFILE not defined
|
2008-11-20 00:16:57 +01:00 |
network_sendfile.c
|
Remove out-of-fd-handling.
|
2009-01-04 23:14:08 +01:00 |
network_write.c
|
Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later.
|
2009-01-28 15:40:57 +01:00 |
network_writev.c
|
Move stats and throttle to network.c
|
2008-11-17 19:26:41 +01:00 |
options.c
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
plugin.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
2009-01-01 16:44:42 +01:00 |
plugin_core.c
|
Add stderr log support in mod_fastcgi (split lines from backend in log.c)
|
2009-02-03 15:25:14 +01:00 |
profiler.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
2009-01-01 16:44:42 +01:00 |
request.c
|
save errno of stat() in request.physical struct to prevent repeated stat()s if failed
|
2009-01-08 00:26:30 +01:00 |
response.c
|
Add reminder for chunked handling/content-length header.
|
2009-01-09 21:45:19 +01:00 |
server.c
|
increase default io timeout from 30s to 300s
|
2009-01-29 15:19:41 +01:00 |
sys-files.c
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
sys-socket.c
|
Fix comment style // -> /* */
|
2008-11-18 11:03:59 +01:00 |
tests.c
|
Add clean ipv6+port parsing for listen()
|
2008-12-22 22:48:47 +01:00 |
url_parser.rl
|
Allow more characters in url
|
2009-01-13 13:48:03 +01:00 |
utils.c
|
Fix unix socket path
|
2009-01-10 15:22:35 +01:00 |
value.c
|
Redo boolean conditionals (physical.*) as real actions.
|
2009-01-10 14:46:11 +01:00 |
value_lua.c
|
Fix reading of lua tables
|
2009-01-10 15:59:54 +01:00 |
virtualrequest.c
|
Redo boolean conditionals (physical.*) as real actions.
|
2009-01-10 14:46:11 +01:00 |
waitqueue.c
|
fix waitqueue
|
2008-11-23 18:23:05 +01:00 |
worker.c
|
fix ev_tstamp vs. time_t problems in worker_current_timestamp()
|
2009-01-09 21:32:49 +01:00 |
wscript
|
along comes mod_vhost
|
2009-01-12 01:20:06 +01:00 |