2
0
Fork 0
lighttpd2/src
Thomas Porzelt 358b9f95f1 implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
..
modules implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
CMakeLists.txt Merge virtual requests 2008-10-25 15:25:02 +02:00
actions.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
actions.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
actions_lua.c Kill some memleaks 2008-09-24 20:02:47 +02:00
actions_lua.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01: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 implement waitqueues (utils), change connection io timeouts to use those 2008-11-12 02:09:52 +01:00
chunk.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
chunk.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
chunk_parser.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
chunk_parser.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
collect.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
collect.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
condition.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
condition.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
condition_lua.c Renamed option -> value, some other minor/related renames; added option_value as 2008-09-26 16:11:08 +02:00
condition_lua.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
condition_parsers.rl Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
config.h.cmake Add cmake support 2008-09-18 09:32:44 +02:00
config_lua.c free value always from the calling function 2008-09-27 12:45:43 +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 Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
config_parser.rl add fallback static action if built-in cfg parser used 2008-11-10 22:48:13 +01:00
connection.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
connection.h implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01: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 Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
http_headers.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
http_request_parser.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
http_request_parser.rl virtual requests; they replace a big part from connection. 2008-10-25 14:53:57 +02:00
lighttpd.c add fallback static action if built-in cfg parser used 2008-11-10 22:48:13 +01:00
log.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
log.h implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
module.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
module.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
network.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
network.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
network_linux_sendfile.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
network_write.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
network_writev.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
options.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
options.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
plugin.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
plugin.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
plugin_core.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
plugin_core.h implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
profiler.c use g_mutex instead of g_static_mutex in profiler.c 2008-11-03 15:21:46 +01:00
profiler.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
request.c fix segfault when no host header in request 2008-11-10 02:16:02 +01:00
request.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
response.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
response.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
server.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
server.h implement waitqueues (utils), change connection io timeouts to use those 2008-11-12 02:09:52 +01:00
settings.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01: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 Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
typedefs.h implement waitqueues (utils), change connection io timeouts to use those 2008-11-12 02:09:52 +01:00
url_parser.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
url_parser.rl Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
utils.c implement waitqueues (utils), change connection io timeouts to use those 2008-11-12 02:09:52 +01:00
utils.h implement waitqueues (utils), change connection io timeouts to use those 2008-11-12 02:09:52 +01:00
value.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
value.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
value_lua.c Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
value_lua.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
virtualrequest.c Modify vrequest_error 2008-10-27 17:49:06 +01:00
virtualrequest.h Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header. 2008-10-28 22:11:50 +01:00
worker.c implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
worker.h implement throttling, change some time_t to ev_tstamp 2008-11-12 22:16:52 +01:00
wscript add mod_status 2008-11-03 15:19:23 +01:00