.. |
modules
|
- introduce throttling via pools, rework throttling by connection
|
14 years ago |
CMakeLists.txt
|
angel: some basic structs, code not ready yet (config parser "works")
|
14 years ago |
actions.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
14 years ago |
actions_lua.c
|
Move include files into a separate directory and cleanup include order
|
15 years ago |
angel.c
|
Implemented two angel "fake" functions
|
14 years ago |
angel_config_parser.rl
|
[angel] configparser: cleanup + some comments
|
14 years ago |
angel_connection.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
14 years ago |
angel_data.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
14 years ago |
angel_fake.c
|
Cleanup log macros (moved from con to vrequest)
|
14 years ago |
angel_main.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
14 years ago |
angel_plugin.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
14 years ago |
angel_server.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
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
|
15 years ago |
chunk.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
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
|
Recode the sockaddr handling, fixing some bugs
|
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 |
condition_parsers.rl
|
Add clean ipv6+port parsing for listen()
|
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
|
Fix line counting for \r linebreaks in config parser
|
14 years ago |
connection.c
|
- introduce throttling via pools, rework throttling by connection
|
14 years ago |
encoding.c
|
Put the for loop in the case statements for the different encodings.
|
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
|
Replace some uses of GString with GByteArray
|
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
|
15 years ago |
http_response_parser.rl
|
Added response parser and used it in mod_fastcgi
|
14 years ago |
lighttpd.c
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
14 years ago |
log.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
14 years ago |
module.c
|
add check for sizeof(off_t) to MODULE_VERSION_CHECK()
|
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
|
15 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
|
Fix typo and left-over call to stop a timer
|
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 |
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
|
- introduce throttling via pools, rework throttling by connection
|
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
|
15 years ago |
sys-socket.c
|
Fix comment style // -> /* */
|
15 years ago |
tests.c
|
Add clean ipv6+port parsing for listen()
|
14 years ago |
throttle.c
|
Fix tiny leak in throttle_pool_free()
|
14 years ago |
url_parser.rl
|
Allow more characters in url
|
14 years ago |
utils.c
|
Recode the sockaddr handling, fixing some bugs
|
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 |