Stefan Bühler
|
97dbcf7e42
|
[core] add option to disable buffering large request bodies on disk - forward them to backend directly instead
- right now only mod_fastcgi can handle this (it won't set the CONTENT_LENGTH env var, the backend
has to support this too)
|
2013-06-01 12:31:25 +02:00 |
Stefan Bühler
|
3aa78c1002
|
wait for request body in dynamic backends, cache them on disk
|
2013-05-23 17:56:24 +02:00 |
Stefan Bühler
|
a937bd437a
|
fix missing li prefixes
|
2013-05-23 17:56:24 +02:00 |
Stefan Bühler
|
cfd8955008
|
[common] implement libev wrapper
* need a way to mark a watcher as "don't keep the loop alive"
|
2013-05-23 17:56:23 +02:00 |
Stefan Bühler
|
079c365f39
|
[mod_scgi] use backends
|
2013-05-23 17:56:23 +02:00 |
Stefan Bühler
|
ff69160c34
|
[core] Use streams
|
2013-05-23 12:01:04 +02:00 |
Stefan Bühler
|
b1c45e6a8f
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
2012-03-16 15:44:22 +01:00 |
Stefan Bühler
|
366d00328c
|
Fix bug in delayed connection handling, 2nd try
|
2010-12-27 16:21:13 +01:00 |
Stefan Bühler
|
318b7bf041
|
Fix bug in delayed connection handling
|
2010-12-27 16:06:34 +01:00 |
Stefan Bühler
|
b876f8401d
|
[core]: rework connection/vrequest structs; add liConInfo
|
2010-08-11 13:27:27 +02:00 |
Stefan Bühler
|
a8efcfcc0e
|
modify plugin api to include worker context for action/option parsing; add per-worker callback for stop_worker
* create main_worker earlier
|
2010-05-07 20:54:50 +02:00 |
Stefan Bühler
|
048a7d9144
|
Append to previous buffer in network reads, save used buffer in custom location
|
2010-02-10 22:25:48 +01:00 |
Stefan Bühler
|
13611b5243
|
Improve balancer handling
|
2010-02-09 22:37:28 +01:00 |
Stefan Bühler
|
f14103bc2c
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
2010-01-24 23:00:51 +01:00 |
Stefan Bühler
|
b4c3e2ba02
|
Add userdata to action-create, setup and plugin-init callbacks
|
2009-12-21 12:29:14 +01:00 |
Stefan Bühler
|
e2eb4f774d
|
Added mod_scgi
|
2009-10-18 17:41:06 +02:00 |