2
0
Fork 0
lighttpd2/include/lighttpd
Stefan Bühler e0370fac79 Fix some lua handling; add args for lua plugins/handlers 2010-02-14 15:48:25 +01:00
..
Makefile.am Rename lighttpd to lighttpd2 2010-01-03 19:53:48 +01:00
actions.h Improve balancer handling 2010-02-09 22:37:28 +01:00
actions_lua.h Add lua plugins 2009-12-21 19:09:55 +01:00
angel.h Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
angel_base.h Add liProc and liErrorPipe for angel 2009-07-25 17:37:45 +02:00
angel_config_parser.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
angel_connection.h Use relative timestamp for angel call timeouts, increase angel-listen timeout. 2009-11-22 14:48:18 +01:00
angel_data.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
angel_log.h Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
angel_plugin.h angel: support for restaring instance with SIGHUP 2009-10-17 23:50:41 +02:00
angel_plugin_core.h angel: support for restaring instance with SIGHUP 2009-10-17 23:50:41 +02:00
angel_proc.h angel: add support for setting RLIMIT_CORE / RLIMIT_NOFILE 2009-10-04 14:26:18 +02:00
angel_server.h angel: support for restaring instance with SIGHUP 2009-10-17 23:50:41 +02:00
angel_typedefs.h angel: support for restaring instance with SIGHUP 2009-10-17 23:50:41 +02:00
angel_value.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
base.h Add buffer-on-disk for uploads automatically 2009-12-19 22:18:10 +01:00
buffer.h add liBuffer: a reference-counted memory chunk (using mempool) for basic network data 2009-11-29 17:54:01 +01:00
chunk.h Append to previous buffer in network reads, save used buffer in custom location 2010-02-10 22:25:48 +01:00
chunk_parser.h Prefix inline api functions with li_ 2009-09-26 20:31:52 +02:00
collect.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
condition.h Change internal conditional checks; export functions to read value of conditional-lvalues 2009-12-19 17:41:55 +01:00
condition_lua.h Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
config_lua.h Fix some lua handling; add args for lua plugins/handlers 2010-02-14 15:48:25 +01:00
config_parser.h Remove config parser code from main(), add cmake-option to disable default config parser 2009-12-13 21:35:46 +01:00
connection.h [core] Rework throttle code a bit, especially regarding pools 2010-02-13 14:30:32 +01:00
core_lua.h Add lua plugins 2009-12-21 19:09:55 +01:00
encoding.h [core] Add li-prefix to structs, enums and function names for encoding helpers 2009-08-03 20:33:17 +02:00
environment.h Some core docs fixed 2009-09-13 17:46:02 +02:00
etag.h mod_deflate: add 304 not modified handling, handle HEAD requests 2009-09-29 11:46:40 +02:00
filter_buffer_on_disk.h Add buffer-on-disk for uploads automatically 2009-12-19 22:18:10 +01:00
filter_chunked.h Implement li_filter_chunked_decode + one unit-test for it 2009-10-19 21:45:00 +02:00
http_headers.h Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
http_range_parser.h Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 2009-10-08 14:33:47 +02:00
http_request_parser.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
http_response_parser.h Drop 1xx responses in response parsing 2009-10-19 18:59:26 +02:00
idlist.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
ip_parsers.h Add listen mask checks to angel 2009-09-04 15:56:52 +02:00
lighttpd-glue.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
log.h Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
mempool.h Add mempool allocator to avoid fragmentation 2009-11-29 15:22:57 +01:00
module.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
network.h Append to previous buffer in network reads, save used buffer in custom location 2010-02-10 22:25:48 +01:00
options.h Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
plugin.h Add plugin hooks for server state machine changes 2010-02-13 15:41:09 +01:00
plugin_core.h Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
profiler.h Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
radix.h Make radix tree generic (length independent), use it for mod_access ipv4/ipv6 2009-12-14 14:29:59 +01:00
request.h Remove li_vrequest_stat and fix condition.c 2009-09-15 19:08:13 +02:00
response.h Cleanup connection code 2009-09-08 19:09:08 +02:00
server.h Add plugin hooks for server state machine changes 2010-02-13 15:41:09 +01:00
settings.h mod_auth: add htdigest and htpasswd (no apr-md5) backend 2009-10-10 19:27:42 +02:00
stat_cache.h Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02: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 Use struct sockaddr_storage (in liSockAddr) as base for getsockname/getpeername 2010-01-24 11:47:58 +01:00
throttle.h [core] Rework throttle code a bit, especially regarding pools 2010-02-13 14:30:32 +01:00
typedefs.h Add "state-wait" api for server state machine 2010-02-13 15:29:21 +01:00
url_parser.h Prefix LI_API functions with "li_" 2009-07-09 22:17:24 +02:00
utils.h Add li_sockaddr_dup 2010-02-09 22:36:47 +01:00
value.h Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
value_lua.h Add lua plugins 2009-12-21 19:09:55 +01:00
version.h Fix server.tag and version output, part 2 2009-09-16 00:21:01 +02:00
virtualrequest.h Improve balancer handling 2010-02-09 22:37:28 +01:00
waitqueue.h Fix stat-cache ref counting 2009-10-05 19:41:48 +02:00
worker.h Reduce buffer allocs for network read 2009-11-22 18:50:11 +01:00