.. |
modules
|
- introduce throttling via pools, rework throttling by connection
|
2009-04-16 17:02:53 +02:00 |
CMakeLists.txt
|
angel: some basic structs, code not ready yet (config parser "works")
|
2009-04-17 18:16:50 +02:00 |
actions.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
2009-04-15 12:34:06 +02: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_config_parser.rl
|
[angel] configparser: cleanup + some comments
|
2009-04-17 21:50:38 +02:00 |
angel_connection.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
2009-04-17 18:16:50 +02:00 |
angel_data.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
2009-04-17 18:16:50 +02:00 |
angel_fake.c
|
Cleanup log macros (moved from con to vrequest)
|
2008-12-30 14:24:33 +01:00 |
angel_main.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
2009-04-17 18:16:50 +02:00 |
angel_plugin.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
2009-04-17 18:16:50 +02:00 |
angel_server.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
2009-04-17 18:16:50 +02:00 |
angel_value.c
|
angel: some basic structs, code not ready yet (config parser "works")
|
2009-04-17 18:16:50 +02:00 |
base.c
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
chunk.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
2009-04-15 12:34:06 +02: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
|
Changed collect api: removed fdata_free (wasn't used) and return NULL from collect_start if collect finished before returning.
|
2009-03-16 17:52:21 +01:00 |
condition.c
|
Recode the sockaddr handling, fixing some bugs
|
2009-04-03 14:29:55 +02: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
|
cmake: use builtin macros for build date
|
2009-04-15 11:39:21 +02:00 |
config_lua.c
|
Cleanup log macros (moved from con to vrequest)
|
2008-12-30 14:24:33 +01:00 |
config_parser.rl
|
Fix line counting for \r linebreaks in config parser
|
2009-04-17 17:39:12 +02:00 |
connection.c
|
- introduce throttling via pools, rework throttling by connection
|
2009-04-16 17:02:53 +02:00 |
encoding.c
|
Put the for loop in the case statements for the different encodings.
|
2009-03-16 22:25:38 +01:00 |
environment.c
|
Add handling for environment vars in backends
|
2009-02-15 18:55:27 +01:00 |
etag.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
2009-04-15 12:34:06 +02:00 |
filter_chunked.c
|
Replace some uses of GString with GByteArray
|
2009-04-02 23:46:41 +02: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 |
http_response_parser.rl
|
Added response parser and used it in mod_fastcgi
|
2009-01-10 13:30:58 +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
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
2009-04-15 12:34:06 +02:00 |
module.c
|
add check for sizeof(off_t) to MODULE_VERSION_CHECK()
|
2009-01-02 22:04:36 +01:00 |
network.c
|
- introduce throttling via pools, rework throttling by connection
|
2009-04-16 17:02:53 +02:00 |
network_sendfile.c
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
2009-04-02 22:35:56 +02:00 |
network_write.c
|
Split chunkiter_read into simple read() and mmap() with fallback read(); _mmap() may result in SIGBUS (e.g. truncated file) later.
|
2009-01-28 15:40:57 +01:00 |
network_writev.c
|
Rename MEM_CHUNK to STRING_CHUNK and add new MEM_CHUNK with GByteArray as content
|
2009-04-02 22:35:56 +02:00 |
options.c
|
Move include files into a separate directory and cleanup include order
|
2008-11-16 21:33:53 +01:00 |
plugin.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
2009-04-15 12:34:06 +02:00 |
plugin_core.c
|
Fix typo and left-over call to stop a timer
|
2009-04-16 17:17:48 +02: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
|
Killed sys-strings.h (replaced with glib functions)
|
2009-04-17 21:51:39 +02:00 |
response.c
|
Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n)
|
2009-04-02 23:19:19 +02:00 |
server.c
|
- introduce throttling via pools, rework throttling by connection
|
2009-04-16 17:02:53 +02:00 |
stat_cache.c
|
- introduce throttling via pools, rework throttling by connection
|
2009-04-16 17:02:53 +02: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 |
throttle.c
|
Fix tiny leak in throttle_pool_free()
|
2009-04-16 17:41:23 +02:00 |
url_parser.rl
|
Allow more characters in url
|
2009-01-13 13:48:03 +01:00 |
utils.c
|
Recode the sockaddr handling, fixing some bugs
|
2009-04-03 14:29:55 +02:00 |
value.c
|
Redo boolean conditionals (physical.*) as real actions.
|
2009-01-10 14:46:11 +01:00 |
value_lua.c
|
Fix reading of lua tables
|
2009-01-10 15:59:54 +01:00 |
virtualrequest.c
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
2009-04-15 12:34:06 +02:00 |
waitqueue.c
|
stop waitqueue timer if waitqueue_remove() results in an empty queue
|
2009-04-16 19:59:22 +02:00 |
worker.c
|
Fix typo and left-over call to stop a timer
|
2009-04-16 17:17:48 +02:00 |
wscript
|
- introduce throttling via pools, rework throttling by connection
|
2009-04-16 17:02:53 +02:00 |