.. |
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
|
[core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc
|
2010-05-06 22:42:47 +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
|
[core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc
|
2010-05-06 22:42:47 +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
|
[core] Add liPattern type and associated functions
|
2010-06-06 23:54:55 +02:00 |
buffer.h
|
Add a new liBuffer alloc function for long-term buffers
|
2010-05-13 12:17:32 +02: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
|
[mod_memcached] Initial mod_memcached
|
2010-07-17 15:23:54 +02:00 |
condition_lua.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
2009-10-09 15:38:12 +02:00 |
config_lua.h
|
modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker
|
2010-05-07 20:54:50 +02: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
|
[core] Add li_http_method_from_string() function
|
2010-04-04 16:37:02 +02:00 |
log.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
2009-10-09 15:38:12 +02:00 |
memcached.h
|
[mod_memcached]: try to fail quietly after connection resets until the next connect
|
2010-07-18 21:35:55 +02:00 |
mempool.h
|
Add mempool allocator to avoid fragmentation
|
2009-11-29 15:22:57 +01:00 |
module.h
|
[core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc
|
2010-05-06 22:42:47 +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 |
pattern.h
|
[core] Use liCond* helpers in li_pattern_parse/eval
|
2010-07-24 14:51:44 +02:00 |
plugin.h
|
Add plugin init-lua hook
|
2010-05-14 13:10:19 +02: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
|
[core] Make profiler output to file, fix small issue with profiler_try_realloc()
|
2010-05-09 12:12:53 +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
|
[core] Fix usage of sched_setaffinity() and disable it for now as it seems to impose a little performance hit
|
2010-05-16 18:35:54 +02:00 |
settings.h
|
[core] Fix include of sys/wait.h in settings.h
|
2010-07-31 16:11:32 +02:00 |
stat_cache.h
|
[stat-cache] Provide blocking cached stat
|
2010-03-02 22:50:26 +01:00 |
sys_memory.h
|
[core] Add li_memory_usage(), clean up some old sys-* files
|
2010-07-31 15:16:29 +02:00 |
sys_socket.h
|
[core] Add li_memory_usage(), clean up some old sys-* files
|
2010-07-31 15:16:29 +02: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
|
[core] Add li_memory_usage(), clean up some old sys-* files
|
2010-07-31 15:16:29 +02: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
|
Fix vrequest-ref api
|
2010-05-14 13:12:33 +02:00 |
waitqueue.h
|
[core] Add li_waitqueue_set_delay() function
|
2010-05-10 21:42:06 +02:00 |
worker.h
|
Reduce buffer allocs for network read
|
2009-11-22 18:50:11 +01:00 |