2
0
Fork 0
lighttpd2/src
Thomas Porzelt c6d422e5c1 add log.write function action to core plugin 2009-01-07 00:01:20 +01:00
..
modules fix %v placeholder in mod_accesslog 2009-01-06 23:44:39 +01:00
CMakeLists.txt Remove '-Wmissing-prototypes' from extra warnings list 2009-01-04 22:38:24 +01:00
actions.c Remove out-of-fd-handling. 2009-01-04 23:14:08 +01:00
actions_lua.c Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
angel.c Implemented two angel "fake" functions 2008-12-20 16:25:02 +01:00
angel_fake.c Cleanup log macros (moved from con to vrequest) 2008-12-30 14:24:33 +01:00
base.c Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
chunk.c Remove out-of-fd-handling. 2009-01-04 23:14:08 +01:00
chunk_parser.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
collect.c Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
condition.c added "if" to condition syntax (if req.path == "/foo" {}) 2009-01-06 01:33:20 +01:00
condition_lua.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
condition_parsers.rl Add clean ipv6+port parsing for listen() 2008-12-22 22:48:47 +01:00
config.h.cmake Fix cmake ipv6 detection 2008-12-09 21:30:37 +01:00
config_lua.c Cleanup log macros (moved from con to vrequest) 2008-12-30 14:24:33 +01:00
config_parser.rl added "if" to condition syntax (if req.path == "/foo" {}) 2009-01-06 01:33:20 +01:00
connection.c Remove out-of-fd-handling. 2009-01-04 23:14:08 +01:00
environment.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
filter_chunked.c Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs 2008-12-30 21:55:00 +01:00
http_headers.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
http_request_parser.rl Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
lighttpd.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
log.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
module.c add check for sizeof(off_t) to MODULE_VERSION_CHECK() 2009-01-02 22:04:36 +01:00
network.c fix wrong parameter con instead of new vr in network.c when USE_SENDFILE not defined 2008-11-20 00:16:57 +01:00
network_sendfile.c Remove out-of-fd-handling. 2009-01-04 23:14:08 +01:00
network_write.c Remove out-of-fd-handling. 2009-01-04 23:14:08 +01:00
network_writev.c Move stats and throttle to network.c 2008-11-17 19:26:41 +01:00
options.c Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
plugin.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
plugin_core.c add log.write function action to core plugin 2009-01-07 00:01:20 +01:00
profiler.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
request.c make docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional 2009-01-05 22:24:54 +01:00
response.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
server.c Remove out-of-fd-handling. 2009-01-04 23:14:08 +01:00
sys-files.c Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
sys-socket.c Fix comment style // -> /* */ 2008-11-18 11:03:59 +01:00
tests.c Add clean ipv6+port parsing for listen() 2008-12-22 22:48:47 +01:00
url_parser.rl Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
utils.c add http_version_string() to utils 2009-01-06 23:25:07 +01:00
value.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
value_lua.c Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
virtualrequest.c make docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional 2009-01-05 22:24:54 +01:00
waitqueue.c fix waitqueue 2008-11-23 18:23:05 +01:00
worker.c Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
wscript add mod_accesslog 2009-01-06 22:31:20 +01:00