You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Thomas Porzelt
383fa6a4f5
- introduce throttling via pools, rework throttling by connection
...
- new actions: 'throttle_pool', 'throttle_connection' and 'status'
- don't start waitqueue timer in waitqueue_init(); start/stop timer on demand
- new parameter for network_write(): write_max
- move stats and timeout handling from network_write/read() to connection_cb()
14 years ago
..
mod_accesslog.c
Recode the sockaddr handling, fixing some bugs
14 years ago
mod_balancer.c
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
14 years ago
mod_cache_disk_etag.c
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
14 years ago
mod_debug.c
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
14 years ago
mod_dirlist.c
- introduce throttling via pools, rework throttling by connection
14 years ago
mod_fastcgi.c
- introduce throttling via pools, rework throttling by connection
14 years ago
mod_fortune.c
Use 2^n-1 in GSring pre-allocations (so glib doesn't alloc 2^(n+1) for 2^n)
14 years ago
mod_status.c
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
14 years ago
mod_vhost.c
[mod_vhost] Fix vhost.pattern again (build physical.path)
14 years ago