.. |
actions.h
|
Completed core balancer support, added a simple test balancer.
|
2008-12-31 02:57:27 +01:00 |
actions_lua.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
angel.h
|
Handle errno in angel_fake_log
|
2008-12-22 17:03:43 +01:00 |
base.h
|
Added response parser and used it in mod_fastcgi
|
2009-01-10 13:30:58 +01:00 |
chunk.h
|
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.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
collect.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
condition.h
|
added "if" to condition syntax (if req.path == "/foo" {})
|
2009-01-06 01:33:20 +01:00 |
condition_lua.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
config_lua.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
config_parser.h
|
added "if" to condition syntax (if req.path == "/foo" {})
|
2009-01-06 01:33:20 +01:00 |
connection.h
|
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 |
environment.h
|
Add handling for environment vars in backends
|
2009-02-15 18:55:27 +01:00 |
filter_chunked.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
http_headers.h
|
fix warnings about shadowed declarations of 'free' and 'value' in headers
|
2008-11-18 21:43:02 +01:00 |
http_request_parser.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
http_response_parser.h
|
Added response parser and used it in mod_fastcgi
|
2009-01-10 13:30:58 +01:00 |
log.h
|
Add stderr log support in mod_fastcgi (split lines from backend in log.c)
|
2009-02-03 15:25:14 +01:00 |
module.h
|
add check for sizeof(off_t) to MODULE_VERSION_CHECK()
|
2009-01-02 22:04:36 +01:00 |
network.h
|
Remove out-of-fd-handling.
|
2009-01-04 23:14:08 +01:00 |
options.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
plugin.h
|
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.h
|
add option server.name
|
2009-01-06 22:30:38 +01:00 |
profiler.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
request.h
|
save errno of stat() in request.physical struct to prevent repeated stat()s if failed
|
2009-01-08 00:26:30 +01:00 |
response.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
server.h
|
add additional paramter format_ndx to worker_current_timestamp()
|
2009-01-07 20:59:51 +01:00 |
settings.h
|
remove wrong ! from sendfile macro for linux
|
2008-11-23 23:47:10 +01:00 |
sys-files.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
sys-mmap.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
sys-process.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
sys-socket.h
|
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 |
sys-strings.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
typedefs.h
|
Add handling for environment vars in backends
|
2009-02-15 18:55:27 +01:00 |
url_parser.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
utils.h
|
Added response parser and used it in mod_fastcgi
|
2009-01-10 13:30:58 +01:00 |
value.h
|
Redo boolean conditionals (physical.*) as real actions.
|
2009-01-10 14:46:11 +01:00 |
value_lua.h
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
virtualrequest.h
|
Add handling for environment vars in backends
|
2009-02-15 18:55:27 +01:00 |
waitqueue.h
|
Split waitqueue from utils
|
2008-11-17 10:26:25 +01:00 |
worker.h
|
fix ev_tstamp vs. time_t problems in worker_current_timestamp()
|
2009-01-09 21:32:49 +01:00 |