You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefan Bühler 3bf903c398 [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables
Change-Id: Ifda5a1465c8fc291f0f09490a9f6e2c3f6b27504
2 years ago
..
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 [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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 [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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 [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
config_lua.c [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
config_parser.rl [core] include and use hedley (v15) header 2 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 [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
environment.c [core] move CGI environment creation to core 4 years ago
environment_lua.c [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
http_headers.c [core] include and use hedley (v15) header 2 years ago
http_headers_lua.c [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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] include and use hedley (v15) header 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] include and use hedley (v15) header 2 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 [core] include and use hedley (v15) header 2 years ago
physical_lua.c [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
response.c [core] handle Connection: Upgrade 10 years ago
response_lua.c [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 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 [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
throttle.c [core] include and use hedley (v15) header 2 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 [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
virtualrequest.c [core] encode path in li_vrequest_redirect_directory 3 years ago
virtualrequest_lua.c [lua] provide and use li_lua_new_protected_metatable to prevent tampering with metatables 2 years ago
worker.c [debug] provide more unique event names for waitqueues 8 years ago