2
0
Fork 0
lighttpd2/include/lighttpd
Stefan Bühler 75505f73e1 Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
..
actions.h [core] Add support for regex conditionals 2009-06-05 19:07:48 +02: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
angel_base.h Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
angel_config_parser.h [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_connection.h Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
angel_data.h Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
angel_log.h [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_plugin.h [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_plugin_core.h [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
angel_server.h Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
angel_value.h angel: some basic structs, code not ready yet (config parser "works") 2009-04-17 18:16:50 +02:00
base.h Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
chunk.h Use GByteArray in mod_fastcgi 2009-04-03 14:36:41 +02: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 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.h Fixed the splitting from previous commit and splitted the ip parsers from condition handling 2009-06-17 10:59:34 +02: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 - introduce throttling via pools, rework throttling by connection 2009-04-16 17:02:53 +02:00
encoding.h 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.h Add handling for environment vars in backends 2009-02-15 18:55:27 +01:00
etag.h Forgot source/header for etag.{c,h} 2009-03-17 18:22:59 +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
idlist.h Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02:00
ip_parsers.h Fixed the splitting from previous commit and splitted the ip parsers from condition handling 2009-06-17 10:59:34 +02:00
lighttpd-glue.h Split lighttpd specific functions from utils into lighttpd-glue. 2009-06-16 23:16:07 +02:00
log.h [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
module.h [angel] Add basic module/plugin support 2009-04-24 10:03:04 +02:00
network.h - introduce throttling via pools, rework throttling by connection 2009-04-16 17:02:53 +02: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 Fix static file/dirlist handling and add etag support 2009-03-17 14:21:20 +01:00
profiler.h Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
radix.h [core] Add implementation of 32bit radix trees (radix.{h.c}) 2009-05-29 15:03:19 +02: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 Use pointer-sign warning in cmake und fix many of them. 2009-04-17 21:53:17 +02:00
settings.h [core] Fix erronous invisible char in settings.h 2009-05-31 13:57:17 +02:00
stat_cache.h rework stat_cache 2009-03-26 23:05:17 +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 Recode the sockaddr handling, fixing some bugs 2009-04-03 14:29:55 +02:00
throttle.h Fix singness warnings 2009-04-17 22:39:16 +02:00
typedefs.h Added vrequest_joblist_append_async (with a vrequest-reference handling) 2009-04-14 18:18:25 +02: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 Add more angel connection handling code (and helper functions) 2009-06-23 23:40:13 +02: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 Use pointer-sign warning in cmake und fix many of them. 2009-04-17 21:53:17 +02:00
waitqueue.h - introduce throttling via pools, rework throttling by connection 2009-04-16 17:02:53 +02:00
worker.h Added vrequest_joblist_append_async (with a vrequest-reference handling) 2009-04-14 18:18:25 +02:00