.. |
Makefile.am
|
Rename lighttpd to lighttpd2
|
13 years ago |
actions.h
|
Improve balancer handling
|
13 years ago |
actions_lua.h
|
Add lua plugins
|
13 years ago |
angel.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
14 years ago |
angel_base.h
|
Add liProc and liErrorPipe for angel
|
14 years ago |
angel_config_parser.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
angel_connection.h
|
Use relative timestamp for angel call timeouts, increase angel-listen timeout.
|
14 years ago |
angel_data.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
angel_log.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
14 years ago |
angel_plugin.h
|
[core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc
|
13 years ago |
angel_plugin_core.h
|
angel: support for restaring instance with SIGHUP
|
14 years ago |
angel_proc.h
|
angel: add support for setting RLIMIT_CORE / RLIMIT_NOFILE
|
14 years ago |
angel_server.h
|
[core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc
|
13 years ago |
angel_typedefs.h
|
angel: support for restaring instance with SIGHUP
|
14 years ago |
angel_value.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
base.h
|
[core] Add liPattern type and associated functions
|
13 years ago |
buffer.h
|
Add a new liBuffer alloc function for long-term buffers
|
13 years ago |
chunk.h
|
Append to previous buffer in network reads, save used buffer in custom location
|
13 years ago |
chunk_parser.h
|
Optimize some string handling in chunk parser
|
13 years ago |
collect.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
condition.h
|
[mod_memcached] Initial mod_memcached
|
13 years ago |
condition_lua.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
14 years ago |
config_lua.h
|
modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker
|
13 years ago |
config_parser.h
|
Remove config parser code from main(), add cmake-option to disable default config parser
|
13 years ago |
connection.h
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
core_lua.h
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
encoding.h
|
[core] Add li-prefix to structs, enums and function names for encoding helpers
|
14 years ago |
environment.h
|
Some core docs fixed
|
14 years ago |
etag.h
|
mod_deflate: add 304 not modified handling, handle HEAD requests
|
14 years ago |
filter_buffer_on_disk.h
|
Add buffer-on-disk for uploads automatically
|
13 years ago |
filter_chunked.h
|
Implement li_filter_chunked_decode + one unit-test for it
|
14 years ago |
http_headers.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
14 years ago |
http_range_parser.h
|
Add a li_const_gstring method to create fake GStrings; make some GString* parameters const
|
14 years ago |
http_request_parser.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
http_response_parser.h
|
Drop 1xx responses in response parsing
|
14 years ago |
idlist.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
ip_parsers.h
|
Add listen mask checks to angel
|
14 years ago |
lighttpd-glue.h
|
Fix http method parser, add inlined g_string_append_len
|
13 years ago |
log.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
14 years ago |
memcached.h
|
[mod_memcached]: try to fail quietly after connection resets until the next connect
|
13 years ago |
mempool.h
|
Add mempool allocator to avoid fragmentation
|
14 years ago |
module.h
|
[core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc
|
13 years ago |
network.h
|
Append to previous buffer in network reads, save used buffer in custom location
|
13 years ago |
options.h
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
13 years ago |
pattern.h
|
[core] Use liCond* helpers in li_pattern_parse/eval
|
13 years ago |
plugin.h
|
Add plugin init-lua hook
|
13 years ago |
plugin_core.h
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
13 years ago |
profiler.h
|
[core] Make profiler output to file, fix small issue with profiler_try_realloc()
|
13 years ago |
radix.h
|
Make radix tree generic (length independent), use it for mod_access ipv4/ipv6
|
13 years ago |
request.h
|
Remove li_vrequest_stat and fix condition.c
|
14 years ago |
response.h
|
Cleanup connection code
|
14 years ago |
server.h
|
[core] Fix usage of sched_setaffinity() and disable it for now as it seems to impose a little performance hit
|
13 years ago |
settings.h
|
[core] Fix include of sys/wait.h in settings.h
|
13 years ago |
stat_cache.h
|
[stat-cache] Provide blocking cached stat
|
13 years ago |
sys_memory.h
|
[core] Add li_memory_usage(), clean up some old sys-* files
|
13 years ago |
sys_socket.h
|
[core] Add li_memory_usage(), clean up some old sys-* files
|
13 years ago |
throttle.h
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
typedefs.h
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
url_parser.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
utils.h
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
value.h
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
13 years ago |
value_lua.h
|
Add lua plugins
|
13 years ago |
version.h
|
Fix server.tag and version output, part 2
|
14 years ago |
virtualrequest.h
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
waitqueue.h
|
[core] Add li_waitqueue_set_delay() function
|
13 years ago |
worker.h
|
Reduce buffer allocs for network read
|
14 years ago |