.. |
Makefile.am
|
[core] Use streams
|
10 years ago |
actions.c
|
fix bugs and warnings from compiler warnings (memset parameter order, shadow, ...)
|
10 years ago |
actions_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
angel.c
|
disable some debug messages
|
10 years ago |
angel_fake.c
|
[core] use TCP_FASTOPEN on listening sockets if available
|
10 years ago |
backends.c
|
disable some debug messages
|
10 years ago |
base_lua.c
|
fix bugs found with clang-3.3 -fsanitize=address,undefined
|
10 years ago |
chunk.c
|
fix bugs and warnings from compiler warnings (memset parameter order, shadow, ...)
|
10 years ago |
chunk_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
chunk_parser.c
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
collect.c
|
[common] implement libev wrapper
|
10 years ago |
condition.c
|
fix missing li prefixes
|
10 years ago |
condition_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
config_lua.c
|
[lua] add per lua_State lock
|
10 years ago |
config_parser.rl
|
[lua] add per lua_State lock
|
10 years ago |
connection.c
|
[core] check for disabled keep-alive early to send matching headers
|
10 years ago |
core_lua.c
|
[lua] push list values with __index metamethod to lookup string/nil keys in key-value lists
|
10 years ago |
environment.c
|
Add a li_const_gstring method to create fake GStrings; make some GString* parameters const
|
14 years ago |
environment_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
etag.c
|
Add some missing LI_/li prefixes for types and enum values
|
13 years ago |
filter.c
|
[filter] don't run filter on stream-dest connect
|
10 years ago |
filter_buffer_on_disk.c
|
wait for request body in dynamic backends, cache them on disk
|
10 years ago |
filter_chunked.c
|
[core] support chunked uploads
|
10 years ago |
filters_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
http_headers.c
|
[core] handle Connection: Upgrade
|
10 years ago |
http_headers_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
http_range_parser.rl
|
Add unit-testing for range-parser and fix the parser
|
14 years ago |
http_request_parser.rl
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
http_response_parser.rl
|
[core] implement streams on chunkqueues
|
10 years ago |
lighttpd_glue.c
|
[core] remove lighttpd-glue.h from base.h
|
13 years ago |
lighttpd_worker.c
|
fix missing li prefixes
|
10 years ago |
log.c
|
[log] fix small mem leak
|
10 years ago |
mimetype.c
|
[mime-types] Fix mimetype insert, add new test cases to catch this
|
13 years ago |
network.c
|
[throttle] rewrite
|
10 years ago |
network_sendfile.c
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
network_write.c
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
network_writev.c
|
fix bugs and warnings reported by clang
|
10 years ago |
options.c
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
14 years ago |
pattern.c
|
[plugin_core] fix docroot pattern error handling (fixes #2362)
|
12 years ago |
physical_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
plugin.c
|
[lua] add per lua_State lock
|
10 years ago |
plugin_core.c
|
[plugin_core] log/setup log: convert to handling key-value list
|
10 years ago |
request.c
|
[core] support chunked uploads
|
10 years ago |
request_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
response.c
|
[core] handle Connection: Upgrade
|
10 years ago |
response_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
server.c
|
[core] add global named fetch pool; all backends have to return strings. implement a simple backend.
|
10 years ago |
stat_cache.c
|
[common] implement libev wrapper
|
10 years ago |
stat_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
stream.c
|
Fix filedescriptor/socket leaking
|
10 years ago |
stream_http_response.c
|
[core] handle Connection: Upgrade
|
10 years ago |
stream_simple_socket.c
|
Fix filedescriptor/socket leaking
|
10 years ago |
subrequest_lua.c
|
[core] handle Connection: Upgrade
|
10 years ago |
tests.c
|
fix bugs and warnings from compiler warnings (memset parameter order, shadow, ...)
|
10 years ago |
throttle.c
|
[throttle] fix connection throttling refill calculation
|
10 years ago |
url_parser.rl
|
[*cgi env]: Fix REQUEST_URI
|
12 years ago |
value.c
|
[core] li_value_to_string: use => for separating hash keys and values like the config
|
10 years ago |
value_lua.c
|
[lua] push list values with __index metamethod to lookup string/nil keys in key-value lists
|
10 years ago |
virtualrequest.c
|
[core] add option to disable buffering large request bodies on disk - forward them to backend directly instead
|
10 years ago |
virtualrequest_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
worker.c
|
[core] fix connection timeout handling
|
10 years ago |