2
0
Fork 0
lighttpd2/src/main
Stefan Bühler b41cc2898a generic backends 2013-05-23 12:01:04 +02:00
..
Makefile.am generic backends 2013-05-23 12:01:04 +02:00
actions.c [lua]: add subrequests 2010-08-26 00:34:28 +02:00
actions_lua.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
angel.c Increase timeout for angel-listen 2011-04-12 10:53:24 +02:00
angel_fake.c [log] Add basic api to open log files via angel 2010-09-25 14:13:29 +02:00
backends.c generic backends 2013-05-23 12:01:04 +02:00
base_lua.c fix bugs found with clang-3.3 -fsanitize=address,undefined 2013-05-17 12:35:25 +02:00
chunk.c [chunks] extract to plain memory 2013-05-17 15:40:20 +02:00
chunk_lua.c [lua]: chunkqueue: fix file<->tempfile handling 2010-03-03 16:27:11 +01:00
chunk_parser.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
collect.c [collect] Allow to start collect without worker context 2013-04-10 20:48:16 +02:00
condition.c [pattern] Fix vr->wrk->tmp_str usage, remove pattern.h from base.h, add pattern support to header.add* actions 2010-10-07 16:14:12 +02:00
condition_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
config_lua.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
config_parser.rl [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
connection.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
core_lua.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
environment.c Add a li_const_gstring method to create fake GStrings; make some GString* parameters const 2009-10-08 14:33:47 +02:00
environment_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
etag.c Add some missing LI_/li prefixes for types and enum values 2010-08-19 17:24:07 +02:00
filter_buffer_on_disk.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
filter_chunked.c fix bugs found with clang-3.3 -fsanitize=address,undefined 2013-05-17 12:35:25 +02:00
filters_lua.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
http_headers.c Optimize header insertion 2010-08-11 13:07:29 +02:00
http_headers_lua.c Fix C++ style comments 2010-09-05 14:19:44 +02:00
http_range_parser.rl Add unit-testing for range-parser and fix the parser 2009-12-05 15:56:14 +01:00
http_request_parser.rl [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
http_response_parser.rl [core] implement streams on chunkqueues 2013-05-22 18:12:15 +02:00
lighttpd_glue.c [core] remove lighttpd-glue.h from base.h 2010-09-23 18:35:57 +02:00
lighttpd_worker.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
log.c [log] Remove (broken) locking for g_printerr in li_log_write_stderr - fputs, the default backend, is thread safe 2012-06-16 13:07:14 +02:00
mimetype.c [mime-types] Fix mimetype insert, add new test cases to catch this 2010-12-30 15:06:10 +01:00
network.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
network_sendfile.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
network_write.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
network_writev.c [chunk/network] use glib error system to report errors (instead of using virtualrequest context) 2012-03-16 15:44:22 +01:00
options.c Split options into two categories: simple (int, bool) and ref-counted pointers 2010-01-24 23:00:51 +01:00
pattern.c [plugin_core] fix docroot pattern error handling (fixes #2362) 2011-12-18 14:59:28 +01:00
physical_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
plugin.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
plugin_core.c Fix comment style (//) and add gnutls to automake distcheck 2013-05-21 16:51:15 +02:00
request.c Fix use of deprecated g_strcasecmp 2012-06-16 13:08:57 +02:00
request_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
response.c [response] fix totally broken response headers if connection header is sent 2012-01-10 08:48:38 +01:00
response_lua.c Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
server.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
stat_cache.c waitqueue: modify callback 2010-09-12 14:19:25 +02:00
stat_lua.c Fix lua struct stat export 2009-11-15 21:47:32 +01:00
stream.c [core] implement streams on chunkqueues 2013-05-22 18:12:15 +02:00
stream_http_response.c [core] implement streams on chunkqueues 2013-05-22 18:12:15 +02:00
stream_simple_socket.c [core] implement streams on chunkqueues 2013-05-22 18:12:15 +02:00
subrequest_lua.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
tests.c Split sources into subdirs 2009-07-15 11:57:52 +02:00
throttle.c [throttle] Fix segfaults 2011-01-02 13:52:18 +01:00
url_parser.rl [*cgi env]: Fix REQUEST_URI 2011-03-23 14:59:43 +01:00
value.c [value] add some functions to handle liValue 2011-11-30 01:00:20 +01:00
value_lua.c Fix some lua handling; add args for lua plugins/handlers 2010-02-14 15:48:25 +01:00
virtualrequest.c [log] Add changable log contexts (i.e. references to the real one), so a pointer to such context can be used over a longer period of time 2012-03-17 15:52:19 +01:00
virtualrequest_lua.c [lua]: add subrequests 2010-08-26 00:34:28 +02:00
worker.c [lua] add per lua_State lock 2013-05-04 13:11:25 +02:00
wscript generic backends 2013-05-23 12:01:04 +02:00