.. |
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] Rework mimetype lookup code
|
2010-09-04 14:50:35 +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
|
Optimize some string handling in chunk parser
|
2010-08-11 13:07:33 +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
|
Optimize IO handling to safe syscalls; run vrequest state machines twice before looking for new io events
|
2010-08-11 13:27:27 +02:00 |
core_lua.h
|
[lua]: add subrequests
|
2010-08-26 00:34:28 +02: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
|
Add some missing LI_/li prefixes for types and enum values
|
2010-08-19 17:24:07 +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 |
jobqueue.h
|
[common]: Add generic jobqueue
|
2010-09-05 13:39:22 +02:00 |
lighttpd-glue.h
|
[core] Rework mimetype lookup code
|
2010-09-04 14:50:35 +02:00 |
log.h
|
[core] Add workers.cpu_affinity setup action
|
2010-08-29 12:24:30 +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 |
mimetype.h
|
Fix mimetypes
|
2010-09-12 15:55:45 +02: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
|
[core]: add tasklet pools to workers and use them for stat-cache
|
2010-08-25 18:05:23 +02: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
|
radix: fix li_radixtree_new prototype
|
2010-08-23 16:53:03 +02:00 |
request.h
|
[lua]: add subrequests
|
2010-08-26 00:34:28 +02:00 |
response.h
|
Cleanup connection code
|
2009-09-08 19:09:08 +02:00 |
server.h
|
[core] Make log.timestamp creation/destruction threadsafe
|
2010-09-19 18:00:31 +02:00 |
settings.h
|
[core] disable GCC poison
|
2010-08-24 20:17:30 +02:00 |
stat_cache.h
|
[core]: add tasklet pools to workers and use them for stat-cache
|
2010-08-25 18:05:23 +02: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 |
tasklet.h
|
[core] add tasklets: jobs which use blocking code
|
2010-08-25 15:56:11 +02:00 |
throttle.h
|
[core] Rework throttle-pool handling to be thread-safe in creation/destruction aswell as more accurate and fair throttling
|
2010-09-12 18:54:57 +02:00 |
typedefs.h
|
[core] Use liJobQueue for vrequest job queue
|
2010-09-05 13:39:30 +02:00 |
url_parser.h
|
Prefix LI_API functions with "li_"
|
2009-07-09 22:17:24 +02:00 |
utils.h
|
[log] Fix prepare handler
|
2010-09-05 14:19:27 +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
|
[core] Rework throttle-pool handling to be thread-safe in creation/destruction aswell as more accurate and fair throttling
|
2010-09-12 18:54:57 +02:00 |
waitqueue.h
|
[waitqueue] Add 'length' struct member, remove li_waitqueue_length() function
|
2010-09-12 18:27:09 +02:00 |
worker.h
|
[log] Fix prepare handler
|
2010-09-05 14:19:27 +02:00 |