.. |
Makefile.am
|
Implement ranged requests for static files
|
2009-10-07 22:49:40 +02:00 |
actions.c
|
Allow an action to execute another and rerun after it
|
2009-10-05 20:56:50 +02:00 |
actions_lua.c
|
luaApi: move global method/constants into lighty. namespace, add vr:stat(filename)
|
2009-10-03 15:26:35 +02:00 |
angel.c
|
Add custom server socket callbacks (for ssl modules)
|
2009-09-08 19:09:39 +02:00 |
angel_fake.c
|
Fix some casts for in_addr
|
2009-09-14 18:57:27 +02:00 |
chunk.c
|
Export li_chunkfile functions
|
2009-10-07 22:48:57 +02:00 |
chunk_lua.c
|
Improve lua api
|
2009-10-02 16:18:26 +02:00 |
chunk_parser.c
|
Prefix inline api functions with li_
|
2009-09-26 20:31:52 +02:00 |
collect.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
condition.c
|
Add "request.is_handled" condition
|
2009-10-03 16:47:57 +02:00 |
condition_lua.c
|
Add boolean conditionals to lua
|
2009-09-28 20:57:47 +02:00 |
config_lua.c
|
luaApi: move global method/constants into lighty. namespace, add vr:stat(filename)
|
2009-10-03 15:26:35 +02:00 |
config_parser.rl
|
Add "request.is_handled" condition
|
2009-10-03 16:47:57 +02:00 |
connection.c
|
Support keep-alive vrequest reset, which keeps some request data to be shown in mod_status
|
2009-10-07 16:02:09 +02:00 |
connection_lua.c
|
Add core lua support to handle requests
|
2009-09-13 17:54:16 +02:00 |
core_lua.c
|
luaApi: move global method/constants into lighty. namespace, add vr:stat(filename)
|
2009-10-03 15:26:35 +02:00 |
environment.c
|
Some core docs fixed
|
2009-09-13 17:46:02 +02:00 |
environment_lua.c
|
Add core lua support to handle requests
|
2009-09-13 17:54:16 +02:00 |
etag.c
|
mod_deflate: add 304 not modified handling, handle HEAD requests
|
2009-09-29 11:46:40 +02:00 |
filter_chunked.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
http_headers.c
|
Some core docs fixed
|
2009-09-13 17:46:02 +02:00 |
http_headers_lua.c
|
Add core lua support to handle requests
|
2009-09-13 17:54:16 +02:00 |
http_range_parser.rl
|
Implement ranged requests for static files
|
2009-10-07 22:49:40 +02:00 |
http_request_parser.rl
|
Deterministic multiline header parsing
|
2009-07-17 12:18:52 +02:00 |
http_response_parser.rl
|
Fix response header parsing
|
2009-09-14 22:05:21 +02:00 |
lighttpd-glue.c
|
[core] Add status code 418 to li_http_method_string()
|
2009-09-05 19:35:39 +02:00 |
lighttpd.c
|
Fix server.tag and version output
|
2009-09-16 00:19:06 +02:00 |
log.c
|
Fix to-angel logging, disable message repeat counter
|
2009-10-03 15:46:36 +02:00 |
network.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
network_sendfile.c
|
Prefix inline api functions with li_
|
2009-09-26 20:31:52 +02:00 |
network_write.c
|
Prefix inline api functions with li_
|
2009-09-26 20:31:52 +02:00 |
network_writev.c
|
Prefix inline api functions with li_
|
2009-09-26 20:31:52 +02:00 |
options.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
physical_lua.c
|
Add core lua support to handle requests
|
2009-09-13 17:54:16 +02:00 |
plugin.c
|
[core] Add missing call to free-callback in li_server_plugins_free()
|
2009-10-04 16:38:53 +02:00 |
plugin_core.c
|
Add static.exclude_extensions
|
2009-10-08 13:37:53 +02:00 |
profiler.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
request.c
|
Some request handling bugs (keep-alive, content-length, pipelining)
|
2009-09-15 22:59:59 +02:00 |
request_lua.c
|
Add core lua support to handle requests
|
2009-09-13 17:54:16 +02:00 |
response.c
|
Some fixes for HEAD and 206 Partial Content handling
|
2009-10-07 12:36:52 +02:00 |
response_lua.c
|
Improve lua api
|
2009-10-02 16:18:26 +02:00 |
server.c
|
Fix small copy/paste bug
|
2009-10-04 14:27:48 +02:00 |
stat_cache.c
|
stat cache: Alloc dirlist entry array only if stat was successful
|
2009-10-05 19:42:19 +02:00 |
stat_lua.c
|
luaApi: move global method/constants into lighty. namespace, add vr:stat(filename)
|
2009-10-03 15:26:35 +02:00 |
tests.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
throttle.c
|
Fix missing newlines at end of files
|
2009-07-16 22:17:14 +02:00 |
url_parser.rl
|
Fix liRequestUri struct
|
2009-09-13 17:45:41 +02:00 |
value.c
|
Split sources into subdirs
|
2009-07-15 11:57:52 +02:00 |
value_lua.c
|
luaApi: move global method/constants into lighty. namespace, add vr:stat(filename)
|
2009-10-03 15:26:35 +02:00 |
virtualrequest.c
|
Support keep-alive vrequest reset, which keeps some request data to be shown in mod_status
|
2009-10-07 16:02:09 +02:00 |
virtualrequest_lua.c
|
luaApi: add vr:enter_action(act)
|
2009-10-05 20:57:09 +02:00 |
worker.c
|
Add max-connections check, set to max-fds/4
|
2009-10-04 14:25:59 +02:00 |
wscript
|
Implement ranged requests for static files
|
2009-10-07 22:49:40 +02:00 |