.. |
modules
|
Use prepared string for the local/remote socket address in mod_fastcgi
|
2009-04-02 22:59:43 +02:00 |
CMakeLists.txt
|
[modules] add mod_debug
|
2009-04-01 02:04:23 +02:00 |
actions.c
|
Fix action_reset (backend_failed)
|
2009-03-01 17:16:58 +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
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
2009-04-02 22:35:56 +02: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
|
Changed collect api: removed fdata_free (wasn't used) and return NULL from collect_start if collect finished before returning.
|
2009-03-16 17:52:21 +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
|
Disable keep-alive if server was stopped
|
2009-03-11 15:43:19 +01:00 |
encoding.c
|
Put the for loop in the case statements for the different encodings.
|
2009-03-16 22:25:38 +01:00 |
environment.c
|
Add handling for environment vars in backends
|
2009-02-15 18:55:27 +01:00 |
etag.c
|
Fix some uninitialized vars bugs in etag.c
|
2009-03-22 14:45:23 +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
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
2009-04-02 22:35:56 +02:00 |
network_sendfile.c
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
2009-04-02 22:35:56 +02: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
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
2009-04-02 22:35:56 +02: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
|
fix previous fix
|
2009-03-26 23:33:28 +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
|
reduce amount of preallocated memory in vr->physical struct
|
2009-03-28 02:19:38 +01:00 |
response.c
|
fix memory leak in response_send_headers()
|
2009-03-28 02:11:05 +01:00 |
server.c
|
increase default io timeout from 30s to 300s
|
2009-01-29 15:19:41 +01:00 |
stat_cache.c
|
rework stat_cache
|
2009-03-26 23:05:17 +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 bug in ipv6 to string conversion
|
2009-04-02 22:29:09 +02: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
|
rework stat_cache
|
2009-03-26 23:05:17 +01:00 |
waitqueue.c
|
add waitqueue_length()
|
2009-03-13 01:54:26 +01:00 |
worker.c
|
optimize ram usage by freeing unused connections
|
2009-03-28 03:37:41 +01:00 |
wscript
|
[modules] add mod_debug
|
2009-04-01 02:04:23 +02:00 |