..
Makefile.am
[autotools] remove generated ragel parsers from dist
9 years ago
actions.c
handle ENAMETOOLONG in various places
6 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
[debug] provide more unique event names for waitqueues
8 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
[parsers] fix unused variable warnings
7 years ago
connection.c
[core] Reset con->out (response body) queue counters (used by mod_accesslog) for keep-alive
2 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
[core] move CGI environment creation to core
4 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
[lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile
8 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] fix chunk decoding bug: reused stale context after forwarding chunk data
4 years ago
filters_lua.c
[lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile
8 years ago
http_headers.c
[core] fix fallthrough annotation for gcc
4 years ago
http_headers_lua.c
[lua] check values for NULL before pushing to stack
10 years ago
http_range_parser.rl
[parsers] fix unused variable warnings
7 years ago
http_request_parser.rl
[parsers] fix unused variable warnings
7 years ago
http_response_parser.rl
[core/mod_proxy] support http backends trying to run keep-alive
4 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] docs say empty log targets request not logging; actually implement that (went to stderr)
2 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
13 years ago
pattern.c
[plugin_core] fix docroot pattern error handling ( fixes #2362 )
11 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
[core] add strict.post_content_length option
5 years ago
request.c
[core] add strict.post_content_length option
5 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
track event "names" for debugging
8 years ago
stat_cache.c
[core] use readdir instead of readdir_r
6 years ago
stat_lua.c
[lua] check values for NULL before pushing to stack
10 years ago
stream.c
fix refcount issue: don't drop rc in li_iostream_reset
2 years ago
stream_http_response.c
[mod_proxy] fall back to waiting for connection close if no message length indicator is found in HTTP/1.1 response
2 years ago
stream_simple_socket.c
fix refcount issue: don't drop rc in li_iostream_reset
2 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
[parsers] fix unused variable warnings
7 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
[core] encode path in li_vrequest_redirect_directory
3 years ago
virtualrequest_lua.c
[lua] check values for NULL before pushing to stack
10 years ago
worker.c
[debug] provide more unique event names for waitqueues
8 years ago