2
0
Fork 0
lighttpd2/include/lighttpd
Stefan Bühler 691939dbdc Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
- GByteArray doesn't have a terminating zero, so we save memory; especially
   if the real size is 2^n, GString would allocate 2^(n+1) bytes.
2009-04-02 22:35:56 +02:00
..
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 Fix static file/dirlist handling and add etag support 2009-03-17 14:21:20 +01:00
chunk.h 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.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 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
encoding.h add ENCODING_URI to encoding functions 2009-03-06 17:25:46 +01: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
log.h Fix printf checks with glib macro 2009-03-22 14:44:50 +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 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
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 stat_cach_get_dir() to get directory listing; add stat_cache.ttl setup 2009-03-04 02:54:38 +01:00
settings.h Don't check for NULL strings in CONST_STR_LEN 2009-03-12 17:40:09 +01: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 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 stat_cach_get_dir() to get directory listing; add stat_cache.ttl setup 2009-03-04 02:54:38 +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 Rewrite l_g_string_from_int to l_g_string_append_int 2009-03-17 11:44:44 +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 rework stat_cache 2009-03-26 23:05:17 +01:00
waitqueue.h add waitqueue_length() 2009-03-13 01:54:26 +01:00
worker.h optimize ram usage by freeing unused connections 2009-03-28 03:37:41 +01:00