2
0
Fork 0
lighttpd2/src
Thomas Porzelt 7aa2e0ef14 Remove test debug output from mod_dirlist 2009-07-04 15:50:56 +02:00
..
modules Remove test debug output from mod_dirlist 2009-07-04 15:50:56 +02:00
CMakeLists.txt Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
actions.c [core] Add support for regex conditionals 2009-06-05 19:07:48 +02: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_config_parser.rl [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_connection.c Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
angel_data.c Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
angel_fake.c Fixed the splitting from previous commit and splitted the ip parsers from condition handling 2009-06-17 10:59:34 +02:00
angel_log.c [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_main.c [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_plugin.c [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_plugin_core.c [angel] Fix warning about unused var in angel_plugin_init() 2009-05-31 14:17:53 +02:00
angel_server.c [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_value.c angel: some basic structs, code not ready yet (config parser "works") 2009-04-17 18:16:50 +02:00
base.c Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
chunk.c Use pointer-sign warning in cmake und fix many of them. 2009-04-17 21:53:17 +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 [core] Fix tiny memleak with regex conditions and remove left-over HAVE_PCRE_H check 2009-06-05 22:03:25 +02: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
config.h.cmake cmake: use builtin macros for build date 2009-04-15 11:39:21 +02:00
config_lua.c Cleanup log macros (moved from con to vrequest) 2008-12-30 14:24:33 +01:00
config_parser.rl Change string parsing in config parser 2009-07-04 14:54:27 +02:00
connection.c - introduce throttling via pools, rework throttling by connection 2009-04-16 17:02:53 +02:00
encoding.c Fix encoding functions (use _append for the append version); do not encode characters >= 0x80 for html. 2009-06-08 12:43:33 +02:00
environment.c Add handling for environment vars in backends 2009-02-15 18:55:27 +01:00
etag.c Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con 2009-04-15 12:34:06 +02:00
filter_chunked.c Fix typo in cast 2009-04-17 22:17:08 +02: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
idlist.c Fix typo in idlist.c 2009-06-24 18:53:44 +02:00
ip_parsers.rl Fixed the splitting from previous commit and splitted the ip parsers from condition handling 2009-06-17 10:59:34 +02:00
lighttpd-glue.c Split lighttpd specific functions from utils into lighttpd-glue. 2009-06-16 23:16:07 +02: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 [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
module.c [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
network.c - introduce throttling via pools, rework throttling by connection 2009-04-16 17:02:53 +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 Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con 2009-04-15 12:34:06 +02:00
plugin_core.c [plugin_core] Fix possibly wrong mimetype in static action 2009-06-25 22:16:15 +02: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
radix.c [core] Add implementation of 32bit radix trees (radix.{h.c}) 2009-05-29 15:03:19 +02:00
request.c Killed sys-strings.h (replaced with glib functions) 2009-04-17 21:51:39 +02:00
response.c Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n) 2009-04-02 23:19:19 +02:00
server.c [core] Fix setting of multiple workers 2009-06-02 20:51:16 +02:00
stat_cache.c - introduce throttling via pools, rework throttling by connection 2009-04-16 17:02:53 +02: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
throttle.c [core] Fix setting of multiple workers 2009-06-02 20:51:16 +02:00
url_parser.rl Allow more characters in url 2009-01-13 13:48:03 +01:00
utils.c [utils] Make send/receive_fd() compile on OSX (code not tested) 2009-06-24 20:56:07 +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 Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con 2009-04-15 12:34:06 +02:00
waitqueue.c stop waitqueue timer if waitqueue_remove() results in an empty queue 2009-04-16 19:59:22 +02:00
worker.c Fix typo and left-over call to stop a timer 2009-04-16 17:17:48 +02:00
wscript - introduce throttling via pools, rework throttling by connection 2009-04-16 17:02:53 +02:00