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)
|
10 years ago |
Stefan Bühler
|
3aa78c1002
|
wait for request body in dynamic backends, cache them on disk
|
10 years ago |
Stefan Bühler
|
a937bd437a
|
fix missing li prefixes
|
10 years ago |
Stefan Bühler
|
cfd8955008
|
[common] implement libev wrapper
* need a way to mark a watcher as "don't keep the loop alive"
|
10 years ago |
Stefan Bühler
|
079c365f39
|
[mod_scgi] use backends
|
10 years ago |
Stefan Bühler
|
ff69160c34
|
[core] Use streams
|
10 years ago |
Stefan Bühler
|
b1c45e6a8f
|
[chunk/network] use glib error system to report errors (instead of using virtualrequest context)
|
11 years ago |
Stefan Bühler
|
366d00328c
|
Fix bug in delayed connection handling, 2nd try
|
12 years ago |
Stefan Bühler
|
318b7bf041
|
Fix bug in delayed connection handling
|
12 years ago |
Stefan Bühler
|
b876f8401d
|
[core]: rework connection/vrequest structs; add liConInfo
|
13 years ago |
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
|
13 years ago |
Stefan Bühler
|
048a7d9144
|
Append to previous buffer in network reads, save used buffer in custom location
|
13 years ago |
Stefan Bühler
|
13611b5243
|
Improve balancer handling
|
13 years ago |
Stefan Bühler
|
f14103bc2c
|
Split options into two categories: simple (int, bool) and ref-counted pointers
|
13 years ago |
Stefan Bühler
|
b4c3e2ba02
|
Add userdata to action-create, setup and plugin-init callbacks
|
13 years ago |
Stefan Bühler
|
e2eb4f774d
|
Added mod_scgi
|
14 years ago |