.. |
Makefile.am
|
[autotools] remove generated ragel parsers from dist
|
9 years ago |
actions.c
|
[actions] fix dereference before null check
|
9 years ago |
actions_lua.c
|
[core] handle differences between options/actions/setups in plugin.c
|
10 years ago |
angel.c
|
disable some debug messages
|
10 years ago |
angel_fake.c
|
[angel_fake] use li_sockaddr_from_string in li_angel_fake_listen
|
9 years ago |
backends.c
|
assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork
|
9 years ago |
base_lua.c
|
fix bugs found with clang-3.3 -fsanitize=address,undefined
|
10 years ago |
chunk.c
|
assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork
|
9 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
|
[core] expose request.raw_path as condition variable
|
9 years ago |
condition_lua.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
config_lua.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
config_parser.rl
|
[config parser] copy fixes from angel config parser
|
9 years ago |
connection.c
|
[core] close out stream nicely on regular shutdown (fixes openssl session problem)
|
9 years ago |
core_lua.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 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
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
filter_buffer_on_disk.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 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
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
mimetype.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
network.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 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
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
plugin_core.c
|
assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork
|
9 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
|
fix some socket address handlings - limit unix socket path names to struct size
|
9 years ago |
stat_cache.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
stat_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
stream.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
stream_http_response.c
|
[core] handle Connection: Upgrade
|
10 years ago |
stream_simple_socket.c
|
[simple-stream] fix double assignment
|
9 years ago |
subrequest_lua.c
|
[core] handle Connection: Upgrade
|
10 years ago |
throttle.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |
url_parser.rl
|
[mox_rewrite,mod_proxy,docs] fix request.raw_path handling (includes query-string)
|
9 years ago |
value.c
|
[value] move value functions that depend on angel / main implementations into separate file, included in the other implementations
|
9 years ago |
value_lua.c
|
[common] remove hash value type (use key/value lists instead)
|
9 years ago |
virtualrequest.c
|
assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork
|
9 years ago |
virtualrequest_lua.c
|
[lua] check values for NULL before pushing to stack
|
10 years ago |
worker.c
|
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
|
9 years ago |