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 f5cf939d5a Added "workers(x)" setup function 15 years ago
..
actions.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
actions.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
actions_lua.c Remove action_list struct 15 years ago
actions_lua.h Remove action_list struct 15 years ago
angel.h server/connection/request functions 15 years ago
base.c option/action/plugin 15 years ago
base.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
chunk.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
chunk.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
chunk_parser.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
chunk_parser.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
condition.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
condition.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
condition_lua.c New condition structure, some code for lua condition support 15 years ago
condition_lua.h New condition structure, some code for lua condition support 15 years ago
condition_parsers.rl Fix some bugs/warnings. 15 years ago
config_lua.c handle requests now :) - still many TODOs for error handling/keep alive/validating headers 15 years ago
config_lua.h New condition structure, some code for lua condition support 15 years ago
config_parser.h config parser intial working version; test action in core plugin with more outpot 15 years ago
config_parser.rl Fix cleanup of target_else in conditional action, added support for else branch in "when" action. 15 years ago
connection.c Added basic notify + locking for workers 15 years ago
connection.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
filter_chunked.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
filter_chunked.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
http_headers.c Updated TODO hints 15 years ago
http_headers.h Updated TODO hints 15 years ago
http_request_parser.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
http_request_parser.rl Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
lighttpd.c added event_handler setup; added srv->loop_flags; moved loop initialization to server_loop_init(); added ev_backend_string() to utils.c 15 years ago
log.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
log.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
module.h Separate module from plugin, add version to server struct. 15 years ago
network.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
network.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
network_linux_sendfile.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
network_write.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
network_writev.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
options.c Added action/condition to option_copy 15 years ago
options.h added option_copy(); fixed variable statements in config parser where assignments without parser func lead to OPTION_NONE options 15 years ago
options_lua.c changed some apis, implemented some todos, added support for lua actions/conditions. 15 years ago
options_lua.h changed some apis, implemented some todos, added support for lua actions/conditions. 15 years ago
plugin.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
plugin.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
plugin_core.c Added "workers(x)" setup function 15 years ago
plugin_core.h Added keep-alive and dead state for connection, added timeout for keep-alive. 15 years ago
request.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
request.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
response.c Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
response.h Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago
server.c Added basic notify + locking for workers 15 years ago
server.h Added basic notify + locking for workers 15 years ago
settings.h Basic connection state machine 15 years ago
sys-files.c Initial commit 15 years ago
sys-files.h Initial commit 15 years ago
sys-mmap.h Initial commit 15 years ago
sys-process.h Initial commit 15 years ago
sys-socket.c Initial commit 15 years ago
sys-socket.h Continue request parser 15 years ago
sys-strings.h Add some request header checks. 15 years ago
tests.c server/connection/request functions 15 years ago
url_parser.h Fix hostname checking 15 years ago
url_parser.rl Fix hostname checking 15 years ago
utils.c implemented default values for options 15 years ago
utils.h added event_handler setup; added srv->loop_flags; moved loop initialization to server_loop_init(); added ev_backend_string() to utils.c 15 years ago
worker.c Added basic notify + locking for workers 15 years ago
worker.h Added basic notify + locking for workers 15 years ago
wscript Splitted worker from server; removed "server *srv" from most function which also have "connection *con" 15 years ago