2
0
Fork 0
lighttpd2/src
Stefan Bühler a17aa92250 Move stats into worker 2008-09-25 16:59:09 +02:00
..
CMakeLists.txt Add cmake support 2008-09-18 09:32:44 +02:00
actions.c Move stats into worker 2008-09-25 16:59:09 +02:00
actions.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
actions_lua.c Kill some memleaks 2008-09-24 20:02:47 +02:00
actions_lua.h Remove action_list struct 2008-08-03 22:20:36 +02:00
angel.h server/connection/request functions 2008-08-05 17:08:32 +02:00
base.c moved string_destroy_notify() from base.c to utils.c, fixed parameter definition 2008-09-24 23:55:20 +02:00
base.h moved string_destroy_notify() from base.c to utils.c, fixed parameter definition 2008-09-24 23:55:20 +02:00
chunk.c Add missing includes for open/fcntl 2008-09-18 09:14:57 +02:00
chunk.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
chunk_parser.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
chunk_parser.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
condition.c Kill some memleaks 2008-09-24 20:02:47 +02:00
condition.h Fix pcre 2008-09-18 09:13:32 +02:00
condition_lua.c New condition structure, some code for lua condition support 2008-07-25 14:09:03 +02:00
condition_lua.h New condition structure, some code for lua condition support 2008-07-25 14:09:03 +02:00
condition_parsers.rl Fix some bugs/warnings. 2008-08-07 22:52:53 +02:00
config.h.cmake Add cmake support 2008-09-18 09:32:44 +02:00
config_lua.c Kill some memleaks 2008-09-24 20:02:47 +02:00
config_lua.h New condition structure, some code for lua condition support 2008-07-25 14:09:03 +02:00
config_parser.h reworked parts of config_parser 2008-09-25 00:00:23 +02:00
config_parser.rl reworked parts of config_parser 2008-09-25 00:00:23 +02:00
connection.c Move stats into worker 2008-09-25 16:59:09 +02:00
connection.h Move the connection tables into the workers, so no locking needed for them. 2008-09-24 18:59:49 +02:00
filter_chunked.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
filter_chunked.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
http_headers.c Changed header implementation from hash-table to double linked list 2008-09-09 16:38:40 +02:00
http_headers.h Changed header implementation from hash-table to double linked list 2008-09-09 16:38:40 +02:00
http_request_parser.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
http_request_parser.rl Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
lighttpd.c reworked logging functions; added 'log' and 'log.timestamp' options, removed 'log.level' and 'log.target' options 2008-09-24 23:43:22 +02:00
log.c reworked logging functions; added 'log' and 'log.timestamp' options, removed 'log.level' and 'log.target' options 2008-09-24 23:43:22 +02:00
log.h reworked logging functions; added 'log' and 'log.timestamp' options, removed 'log.level' and 'log.target' options 2008-09-24 23:43:22 +02:00
module.h Separate module from plugin, add version to server struct. 2008-07-17 18:04:16 +02:00
network.c Fix missing ':' after case EWOULDBLOCK 2008-09-23 13:09:07 +02:00
network.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
network_linux_sendfile.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
network_write.c Fix missing ':' after case EWOULDBLOCK 2008-09-23 13:09:07 +02:00
network_writev.c Fix missing ':' after case EWOULDBLOCK 2008-09-23 13:09:07 +02:00
options.c added option_to_string() 2008-09-24 23:50:38 +02:00
options.h added option_to_string() 2008-09-24 23:50:38 +02:00
options_lua.c changed some apis, implemented some todos, added support for lua actions/conditions. 2008-07-24 13:25:40 +02:00
options_lua.h changed some apis, implemented some todos, added support for lua actions/conditions. 2008-07-24 13:25:40 +02:00
plugin.c Kill some memleaks 2008-09-24 20:02:47 +02:00
plugin.h Kill some memleaks 2008-09-24 20:02:47 +02:00
plugin_core.c Move stats into worker 2008-09-25 16:59:09 +02:00
plugin_core.h reworked logging functions; added 'log' and 'log.timestamp' options, removed 'log.level' and 'log.target' options 2008-09-24 23:43:22 +02:00
request.c Changed header implementation from hash-table to double linked list 2008-09-09 16:38:40 +02:00
request.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
response.c fixed missing \r\n after response headers 2008-09-24 22:07:00 +02:00
response.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 2008-09-08 02:20:55 +02:00
server.c reworked logging functions; added 'log' and 'log.timestamp' options, removed 'log.level' and 'log.target' options 2008-09-24 23:43:22 +02:00
server.h Move stats into worker 2008-09-25 16:59:09 +02:00
settings.h Fix pcre 2008-09-18 09:13:32 +02:00
sys-files.c Initial commit 2008-06-24 21:19:20 +02:00
sys-files.h Initial commit 2008-06-24 21:19:20 +02:00
sys-mmap.h Initial commit 2008-06-24 21:19:20 +02:00
sys-process.h Initial commit 2008-06-24 21:19:20 +02:00
sys-socket.c Initial commit 2008-06-24 21:19:20 +02:00
sys-socket.h Continue request parser 2008-08-05 00:25:42 +02:00
sys-strings.h Add some request header checks. 2008-08-07 01:44:09 +02:00
tests.c server/connection/request functions 2008-08-05 17:08:32 +02:00
url_parser.h Fix hostname checking 2008-08-10 21:31:56 +02:00
url_parser.rl Fix hostname checking 2008-08-10 21:31:56 +02:00
utils.c moved string_destroy_notify() from base.c to utils.c, fixed parameter definition 2008-09-24 23:55:20 +02:00
utils.h moved string_destroy_notify() from base.c to utils.c, fixed parameter definition 2008-09-24 23:55:20 +02:00
worker.c Kill some memleaks 2008-09-24 20:02:47 +02:00
worker.h Move stats into worker 2008-09-25 16:59:09 +02:00
wscript Fix indentation in wscript 2008-09-18 09:14:39 +02:00