.. |
Makefile.am
|
Rename lighttpd to lighttpd2
|
14 years ago |
actions.h
|
Improve balancer handling
|
13 years ago |
actions_lua.h
|
Add lua plugins
|
14 years ago |
angel.h
|
[log] Add basic api to open log files via angel
|
13 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 |
backends.h
|
generic backends
|
10 years ago |
base.h
|
[core] implement streams on chunkqueues
|
10 years ago |
base_lua.h
|
[lua] add per lua_State lock
|
10 years ago |
buffer.h
|
Add a new liBuffer alloc function for long-term buffers
|
13 years ago |
chunk.h
|
[chunks] extract to plain memory
|
10 years ago |
chunk_parser.h
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
collect.h
|
[collect] Allow to start collect without worker context
|
10 years ago |
condition.h
|
[pattern] Fix vr->wrk->tmp_str usage, remove pattern.h from base.h, add pattern support to header.add* actions
|
13 years ago |
condition_lua.h
|
Prefix li_ cleanup, verified with nm -g --defined-only
|
14 years ago |
config_lua.h
|
[lua] add per lua_State lock
|
10 years ago |
config_parser.h
|
[config parser] change syntax again: user defined variables are now defined as 'x = ...;'. user defined actions are not special anymore
|
12 years ago |
connection.h
|
[mod_openssl]: better io event handling (ssl may want to write while lighty only wants to read)
|
13 years ago |
core_lua.h
|
[lua] add per lua_State lock
|
10 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
|
Add some missing LI_/li prefixes for types and enum values
|
13 years ago |
filter_buffer_on_disk.h
|
Add buffer-on-disk for uploads automatically
|
14 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 |
jobqueue.h
|
[jobqueue] add li_job_stop
|
12 years ago |
lighttpd-glue.h
|
[core] remove lighttpd-glue.h from base.h
|
13 years ago |
log.h
|
[log] Add changable log contexts (i.e. references to the real one), so a pointer to such context can be used over a longer period of time
|
11 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 |
mimetype.h
|
[mime-types] Fix mimetype insert, add new test cases to catch this
|
13 years ago |
module.h
|
[core] Add --module-resident commandline parameter to prevent module unloading. Useful for valgrind or tcmalloc
|
13 years ago |
network.h
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
options.h
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
14 years ago |
pattern.h
|
[core] truncate temp string before evaluating pattern. add comment to pattern.h that li_eval_pattern() does not truncate the string for you
|
12 years ago |
plugin.h
|
[lua] add per lua_State lock
|
10 years ago |
plugin_core.h
|
[log] Add changable log contexts (i.e. references to the real one), so a pointer to such context can be used over a longer period of time
|
11 years ago |
profiler.h
|
[profiler] export li_profiler_enabled and li_profiler_hashtable_insert/remove. add heap base/break/size to dump output
|
12 years ago |
radix.h
|
radix: fix li_radixtree_new prototype
|
13 years ago |
request.h
|
[lua]: add subrequests
|
13 years ago |
response.h
|
Cleanup connection code
|
14 years ago |
server.h
|
[lua] add per lua_State lock
|
10 years ago |
settings.h
|
Fix some warnings found with clang analyzer
|
13 years ago |
stat_cache.h
|
[core]: add tasklet pools to workers and use them for stat-cache
|
13 years ago |
stream.h
|
[core] implement streams on chunkqueues
|
10 years ago |
stream_http_response.h
|
[core] implement streams on chunkqueues
|
10 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 |
tasklet.h
|
[core] add tasklets: jobs which use blocking code
|
13 years ago |
throttle.h
|
[core] Add support for throttling by IP
|
13 years ago |
typedefs.h
|
[core] implement streams on chunkqueues
|
10 years ago |
url_parser.h
|
Prefix LI_API functions with "li_"
|
14 years ago |
utils.h
|
[core] Provide safe wrapper for crypt if crypt_r is not available
|
13 years ago |
value.h
|
[value] add some functions to handle liValue
|
12 years ago |
value_lua.h
|
Add lua plugins
|
14 years ago |
version.h
|
Fix server.tag and version output, part 2
|
14 years ago |
virtualrequest.h
|
[log] Add changable log contexts (i.e. references to the real one), so a pointer to such context can be used over a longer period of time
|
11 years ago |
waitqueue.h
|
[waitqueue] Add 'length' struct member, remove li_waitqueue_length() function
|
13 years ago |
worker.h
|
[lua] add per lua_State lock
|
10 years ago |