Stefan Bühler
|
a49d51bdd3
|
Support keep-alive vrequest reset, which keeps some request data to be shown in mod_status
|
13 years ago |
Stefan Bühler
|
471a521f48
|
Improve filter handling (handle reverse out stream closing)
|
13 years ago |
Stefan Bühler
|
bf9e34bab7
|
Remove li_vrequest_stat and fix condition.c
|
13 years ago |
Stefan Bühler
|
282a2d1b4a
|
Prefix LI_API functions with "li_"
|
13 years ago |
Stefan Bühler
|
99b203e3d8
|
Prefix typenames, enums and some macros with "li" and "LI_"; CamelCase TypeNames
|
13 years ago |
Stefan Bühler
|
dfb1db14d7
|
Use pointer-sign warning in cmake und fix many of them.
|
14 years ago |
Stefan Bühler
|
595ce1fe13
|
Add wrk in vrequest, s/vr->con->wrk/vr->wrk/, removed some other (broken) usages of vr->con
|
14 years ago |
Stefan Bühler
|
7aaa764f49
|
Added vrequest_joblist_append_async (with a vrequest-reference handling)
|
14 years ago |
Thomas Porzelt
|
ddb0448a96
|
rework stat_cache
|
14 years ago |
Stefan Bühler
|
e020850dc8
|
Add vrequest_is_handled function
|
14 years ago |
Stefan Bühler
|
bedcc3d46a
|
Added mod_cache_disk_etag: caches produced content on disk and checks for it via etag.
|
14 years ago |
Stefan Bühler
|
158f42aa0f
|
Add support for filters
|
14 years ago |
Thomas Porzelt
|
efab0ca75d
|
implement stat cache
|
14 years ago |
Stefan Bühler
|
95fee3059b
|
Add handling for environment vars in backends
|
14 years ago |
Thomas Porzelt
|
01068d7f1d
|
make docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional
|
14 years ago |
Stefan Bühler
|
54fd1b08e4
|
Cleanup some state machine handling
|
14 years ago |
Stefan Bühler
|
c458377d4a
|
Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes)
|
14 years ago |
Stefan Bühler
|
c56ade056f
|
Add vrequest "environment" (a GString -> GString hashtable)
|
14 years ago |
Stefan Bühler
|
d30e1b018a
|
Added some backend/balancer helper, fixed backend-error handling.
|
14 years ago |
Stefan Bühler
|
6636919623
|
Completed core balancer support, added a simple test balancer.
|
14 years ago |
Stefan Bühler
|
025f0b5f84
|
Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs
|
14 years ago |
Stefan Bühler
|
c24704dad5
|
Move options from connection to vrequest
|
14 years ago |
Stefan Bühler
|
7a496b610b
|
Fix comment style // -> /* */
|
14 years ago |
Stefan Bühler
|
3dceeb5916
|
Move include files into a separate directory and cleanup include order
|
14 years ago |
Stefan Bühler
|
649f7baf78
|
Modify header usage; include all core headers from base.h and forbid direct including of core headers. Move typedefs into separate header.
|
14 years ago |
Stefan Bühler
|
566cbdb024
|
virtual requests; they replace a big part from connection.
|
14 years ago |