.. |
modules
|
Use GPtrArray in mod_fortune
|
14 years ago |
CMakeLists.txt
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
actions.c
|
[core] Add support for regex conditionals
|
14 years ago |
actions_lua.c
|
Move include files into a separate directory and cleanup include order
|
14 years ago |
angel.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
angel_config_parser.rl
|
Fix small error in parser
|
14 years ago |
angel_connection.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
angel_data.c
|
Add more angel connection handling code (and helper functions)
|
14 years ago |
angel_fake.c
|
Fixed the splitting from previous commit and splitted the ip parsers from condition handling
|
14 years ago |
angel_log.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
angel_main.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
angel_plugin.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
angel_plugin_core.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
angel_server.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
angel_value.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
14 years ago |
base.c
|
Move include files into a separate directory and cleanup include order
|
14 years ago |
chunk.c
|
Use pointer-sign warning in cmake und fix many of them.
|
14 years ago |
chunk_parser.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
14 years ago |
collect.c
|
Changed collect api: removed fdata_free (wasn't used) and return NULL from collect_start if collect finished before returning.
|
14 years ago |
condition.c
|
[core] Fix tiny memleak with regex conditions and remove left-over HAVE_PCRE_H check
|
14 years ago |
condition_lua.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
14 years ago |
config.h.cmake
|
cmake: use builtin macros for build date
|
14 years ago |
config_lua.c
|
Cleanup log macros (moved from con to vrequest)
|
14 years ago |
config_parser.rl
|
Change string parsing in config parser
|
14 years ago |
connection.c
|
- introduce throttling via pools, rework throttling by connection
|
14 years ago |
encoding.c
|
Fix encoding functions (use _append for the append version); do not encode characters >= 0x80 for html.
|
14 years ago |
environment.c
|
Add handling for environment vars in backends
|
14 years ago |
etag.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
14 years ago |
filter_chunked.c
|
Fix typo in cast
|
14 years ago |
http_headers.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
14 years ago |
http_request_parser.rl
|
Move include files into a separate directory and cleanup include order
|
14 years ago |
http_response_parser.rl
|
Added response parser and used it in mod_fastcgi
|
14 years ago |
idlist.c
|
Fix range check in src/idlist.c
|
14 years ago |
ip_parsers.rl
|
Fixed the splitting from previous commit and splitted the ip parsers from condition handling
|
14 years ago |
lighttpd-glue.c
|
Split lighttpd specific functions from utils into lighttpd-glue.
|
14 years ago |
lighttpd.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
log.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
module.c
|
[angel] Add basic module/plugin support
|
14 years ago |
network.c
|
- introduce throttling via pools, rework throttling by connection
|
14 years ago |
network_sendfile.c
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
14 years ago |
network_write.c
|
Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later.
|
14 years ago |
network_writev.c
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
14 years ago |
options.c
|
Move include files into a separate directory and cleanup include order
|
14 years ago |
plugin.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
14 years ago |
plugin_core.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
profiler.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
14 years ago |
radix.c
|
Make radix implementation independent of lighty
|
14 years ago |
request.c
|
Killed sys-strings.h (replaced with glib functions)
|
14 years ago |
response.c
|
Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n)
|
14 years ago |
server.c
|
Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet)
|
14 years ago |
stat_cache.c
|
- introduce throttling via pools, rework throttling by connection
|
14 years ago |
sys-files.c
|
Move include files into a separate directory and cleanup include order
|
14 years ago |
sys-socket.c
|
Fix comment style // -> /* */
|
14 years ago |
tests.c
|
Add clean ipv6+port parsing for listen()
|
14 years ago |
throttle.c
|
[core] Fix setting of multiple workers
|
14 years ago |
url_parser.rl
|
Allow more characters in url
|
14 years ago |
utils.c
|
Fix endless loop in receive_fd
|
14 years ago |
value.c
|
Redo boolean conditionals (physical.*) as real actions.
|
14 years ago |
value_lua.c
|
Fix reading of lua tables
|
14 years ago |
virtualrequest.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
14 years ago |
waitqueue.c
|
stop waitqueue timer if waitqueue_remove() results in an empty queue
|
14 years ago |
worker.c
|
Fix typo and left-over call to stop a timer
|
14 years ago |
wscript
|
- introduce throttling via pools, rework throttling by connection
|
14 years ago |