..
Makefile.am
[autotools] remove generated ragel parsers from dist
8 years ago
actions.c
handle ENAMETOOLONG in various places
5 years ago
actions_lua.c
[core] handle differences between options/actions/setups in plugin.c
9 years ago
angel.c
disable some debug messages
9 years ago
angel_fake.c
[angel_fake] use li_sockaddr_from_string in li_angel_fake_listen
8 years ago
backends.c
[debug] provide more unique event names for waitqueues
7 years ago
base_lua.c
fix bugs found with clang-3.3 -fsanitize=address,undefined
9 years ago
chunk.c
assert many previously unchecked return values, handle some explicitly, remove FD_CLOEXEC in worker - mustn't fork
8 years ago
chunk_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
chunk_parser.c
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
10 years ago
collect.c
[common] implement libev wrapper
9 years ago
condition.c
[core] expose request.raw_path as condition variable
8 years ago
condition_lua.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
8 years ago
config_lua.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
8 years ago
config_parser.rl
[core] include and use hedley (v15) header
10 months ago
connection.c
[core] Reset con->out (response body) queue counters (used by mod_accesslog) for keep-alive
1 year ago
core_lua.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
8 years ago
environment.c
[core] move CGI environment creation to core
3 years ago
environment_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
etag.c
Add some missing LI_/li prefixes for types and enum values
12 years ago
filter.c
[lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile
7 years ago
filter_buffer_on_disk.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
8 years ago
filter_chunked.c
[core] fix chunk decoding bug: reused stale context after forwarding chunk data
3 years ago
filters_lua.c
[lua] handle filter->vr == NULL in lua filters, handle filter->in == NULL in xsendfile
7 years ago
http_headers.c
[core] include and use hedley (v15) header
10 months ago
http_headers_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
http_range_parser.rl
[parsers] fix unused variable warnings
6 years ago
http_request_parser.rl
[parsers] fix unused variable warnings
6 years ago
http_response_parser.rl
[core/mod_proxy] support http backends trying to run keep-alive
3 years ago
lighttpd_glue.c
[core] remove lighttpd-glue.h from base.h
12 years ago
lighttpd_worker.c
fix missing li prefixes
9 years ago
log.c
[core] include and use hedley (v15) header
10 months ago
mimetype.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
8 years ago
network.c
[core] include and use hedley (v15) header
10 months ago
network_sendfile.c
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
10 years ago
network_write.c
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
10 years ago
network_writev.c
fix bugs and warnings reported by clang
9 years ago
options.c
Split options into two categories: simple (int, bool) and ref-counted pointers
12 years ago
pattern.c
[core] include and use hedley (v15) header
10 months ago
physical_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
plugin.c
[core] convert all assert() to LI_FORCE_ASSERT(), and support writing backtraces on fatal errors with libunwind
8 years ago
plugin_core.c
[core] add strict.post_content_length option
4 years ago
request.c
[core] add strict.post_content_length option
4 years ago
request_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
response.c
[core] handle Connection: Upgrade
9 years ago
response_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
server.c
track event "names" for debugging
7 years ago
stat_cache.c
[core] use readdir instead of readdir_r
5 years ago
stat_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
stream.c
fix refcount issue: don't drop rc in li_iostream_reset
1 year 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
10 months ago
stream_simple_socket.c
fix refcount issue: don't drop rc in li_iostream_reset
1 year ago
subrequest_lua.c
[core] handle Connection: Upgrade
9 years ago
throttle.c
[core] include and use hedley (v15) header
10 months ago
url_parser.rl
[parsers] fix unused variable warnings
6 years ago
value.c
[value] move value functions that depend on angel / main implementations into separate file, included in the other implementations
8 years ago
value_lua.c
[common] remove hash value type (use key/value lists instead)
8 years ago
virtualrequest.c
[core] encode path in li_vrequest_redirect_directory
2 years ago
virtualrequest_lua.c
[lua] check values for NULL before pushing to stack
9 years ago
worker.c
[debug] provide more unique event names for waitqueues
7 years ago