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 4e04ac6b8b cmake: use builtin macros for build date 14 years ago
..
modules [mod_vhost] Fix vhost.pattern again (build physical.path) 14 years ago
CMakeLists.txt cmake: use builtin macros for build date 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 14 years ago
angel_fake.c Cleanup log macros (moved from con to vrequest) 14 years ago
base.c Move include files into a separate directory and cleanup include order 15 years ago
chunk.c Use GByteArray in mod_fastcgi 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) 14 years ago
collect.c Changed collect api: removed fdata_free (wasn't used) and return NULL from collect_start if collect finished before returning. 14 years ago
condition.c Recode the sockaddr handling, fixing some bugs 14 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) 14 years ago
condition_parsers.rl Add clean ipv6+port parsing for listen() 14 years ago
config.h.cmake cmake: use builtin macros for build date 14 years ago
config_lua.c Cleanup log macros (moved from con to vrequest) 14 years ago
config_parser.rl added "if" to condition syntax (if req.path == "/foo" {}) 14 years ago
connection.c Recode the sockaddr handling, fixing some bugs 14 years ago
encoding.c Put the for loop in the case statements for the different encodings. 14 years ago
environment.c Add handling for environment vars in backends 14 years ago
etag.c Fix some uninitialized vars bugs in etag.c 14 years ago
filter_chunked.c Replace some uses of GString with GByteArray 14 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) 14 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 14 years ago
lighttpd.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 14 years ago
log.c Add stderr log support in mod_fastcgi (split lines from backend in log.c) 14 years ago
module.c add check for sizeof(off_t) to MODULE_VERSION_CHECK() 14 years ago
network.c Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content 14 years ago
network_sendfile.c Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content 14 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. 14 years ago
network_writev.c Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content 14 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) 14 years ago
plugin_core.c fix previous fix 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) 14 years ago
request.c reduce amount of preallocated memory in vr->physical struct 14 years ago
response.c Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n) 14 years ago
server.c Recode the sockaddr handling, fixing some bugs 14 years ago
stat_cache.c Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n) 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() 14 years ago
url_parser.rl Allow more characters in url 14 years ago
utils.c Recode the sockaddr handling, fixing some bugs 14 years ago
value.c Redo boolean conditionals (physical.*) as real actions. 14 years ago
value_lua.c Fix reading of lua tables 14 years ago
virtualrequest.c Added vrequest_joblist_append_async (with a vrequest-reference handling) 14 years ago
waitqueue.c fix possible stop of waitqueue timer through ev_timer_again() when t->repeat = 0; set minimum intervall to 0.01 seconds 14 years ago
worker.c Added vrequest_joblist_append_async (with a vrequest-reference handling) 14 years ago
wscript [modules] add mod_debug 14 years ago