2
0
Fork 0
lighttpd2/src
Stefan Bühler a863b6f7e9 Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
..
actions.c Add some request header checks. 2008-08-07 01:44:09 +02:00
actions.h Rename action_setting stuff 2008-08-04 21:28:56 +02:00
actions_lua.c Remove action_list struct 2008-08-03 22:20:36 +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 option/action/plugin 2008-07-08 21:29:02 +02:00
base.h Fix some bugs/warnings. 2008-08-07 22:52:53 +02:00
chunk.c Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
chunk.h handle requests now :) - still many TODOs for error handling/keep alive/validating headers 2008-08-07 00:26:17 +02:00
chunk_parser.c server/connection/request functions 2008-08-05 17:08:32 +02:00
chunk_parser.h server/connection/request functions 2008-08-05 17:08:32 +02:00
condition.c Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
condition.h Updated TODO hints 2008-08-07 14:12:51 +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_lua.c handle requests now :) - still many TODOs for error handling/keep alive/validating headers 2008-08-07 00:26:17 +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 reverted changes from r70 in server.c; enhanced config parser 2008-08-05 21:21:31 +02:00
config_parser.rl reverted changes from r70 in server.c; enhanced config parser 2008-08-05 21:21:31 +02:00
connection.c Added plugin callbacks for content and close handling 2008-08-08 19:44:54 +02:00
connection.h Add 100-Continue handling 2008-08-08 19:12:36 +02:00
http_headers.c Updated TODO hints 2008-08-07 14:12:51 +02:00
http_headers.h Updated TODO hints 2008-08-07 14:12:51 +02:00
http_request_parser.h server/connection/request functions 2008-08-05 17:08:32 +02:00
http_request_parser.rl Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
lighttpd.c Enabled options, moved some initializing 2008-08-08 18:49:00 +02:00
log.c config parser changes; removed srv->mutex 2008-08-05 18:10:22 +02:00
log.h Enabled options, moved some initializing 2008-08-08 18:49:00 +02:00
module.h Separate module from plugin, add version to server struct. 2008-07-17 18:04:16 +02:00
network.c Start splitting network backends, added writev and TCP_CORK 2008-08-09 13:51:06 +02:00
network.h Start splitting network backends, added writev and TCP_CORK 2008-08-09 13:51:06 +02:00
network_write.c Start splitting network backends, added writev and TCP_CORK 2008-08-09 13:51:06 +02:00
network_writev.c Start splitting network backends, added writev and TCP_CORK 2008-08-09 13:51:06 +02:00
options.c Enabled options, moved some initializing 2008-08-08 18:49:00 +02:00
options.h Enabled options, moved some initializing 2008-08-08 18:49:00 +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 Added plugin callbacks for content and close handling 2008-08-08 19:44:54 +02:00
plugin.h Added plugin callbacks for content and close handling 2008-08-08 19:44:54 +02:00
plugin_core.c Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
plugin_core.h Add missing plugin_core.h for core options 2008-08-08 18:51:27 +02:00
request.c Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
request.h Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
response.c handle requests now :) - still many TODOs for error handling/keep alive/validating headers 2008-08-07 00:26:17 +02:00
response.h Basic connection state machine 2008-08-06 20:46:42 +02:00
server.c Added plugin callbacks for content and close handling 2008-08-08 19:44:54 +02:00
server.h Added plugin callbacks for content and close handling 2008-08-08 19:44:54 +02:00
settings.h Basic connection state machine 2008-08-06 20:46:42 +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 Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
url_parser.rl Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
utils.c Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
utils.h Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
wscript Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00