2
0
Fork 0
Commit Graph

25 Commits

Author SHA1 Message Date
Stefan Bühler 79d98f5991 [core] Use liJobQueue for vrequest job queue 2010-09-05 13:39:30 +02:00
Stefan Bühler 77ad119f66 [lua]: add subrequests 2010-08-26 00:34:28 +02:00
Stefan Bühler b8a0921265 Add some missing LI_/li prefixes for types and enum values 2010-08-19 17:24:07 +02:00
Stefan Bühler b87e74d151 Optimize IO handling to safe syscalls; run vrequest state machines twice before looking for new io events 2010-08-11 13:27:27 +02:00
Stefan Bühler b876f8401d [core]: rework connection/vrequest structs; add liConInfo 2010-08-11 13:27:27 +02:00
Thomas Porzelt a4b0f4a9c0 [core] Fix segfault in li_vrequest_reset() when default value is NULL 2010-07-11 23:53:59 +02:00
Stefan Bühler e00febcd40 Fix vrequest-ref api 2010-05-14 13:12:33 +02:00
Stefan Bühler 19bc091432 Only call li_plugins_handle_vrclose in vrequest_reset if vrequest is in use 2010-04-03 21:32:02 +02:00
Stefan Bühler bd40dec873 Only call li_plugins_handle_vrclose in vrequest_free if vrequest is in use 2010-04-03 21:22:02 +02: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
Thomas Porzelt 9bd5c39550 [core] Add vr->ts_started struct member, representing the ev_tstamp when the vr has been started 2010-01-03 17:39:26 +01:00
Stefan Bühler 881669d96a Add lua filters; fixed some lua-api bugs; enhanced lua chunkqueue api 2009-12-20 23:45:03 +01:00
Stefan Bühler 3d50819d14 Move the cqlimit reset/set back to connection.c (vrequest_reset may be called with data in con->raw_in, so cqlimit_reset isn't a good idea) 2009-12-20 16:49:10 +01:00
Stefan Bühler 402c45dc45 Add buffer-on-disk for uploads automatically 2009-12-19 22:18:10 +01:00
Stefan Bühler 8a8fb91729 Add some features to mod_dirlist, move directory-redirect to vrequest functions and use it for index files 2009-11-15 21:59:16 +01:00
Stefan Bühler a49d51bdd3 Support keep-alive vrequest reset, which keeps some request data to be shown in mod_status 2009-10-07 16:02:09 +02:00
Stefan Bühler 4653900eca Fix stat-cache ref counting 2009-10-05 19:41:48 +02:00
Stefan Bühler 95e8368099 Fix mod_status handle_direct/WAIT_FOR_EVENT bug 2009-09-29 14:52:59 +02:00
Stefan Bühler 471a521f48 Improve filter handling (handle reverse out stream closing) 2009-09-29 11:45:55 +02:00
Stefan Bühler 7133bae151 Fix vrequest state machine w. waiting actions 2009-09-29 00:24:37 +02:00
Stefan Bühler 616904e00f Fix filter reset, reactivate check for static file in mod_cache_disk_etag 2009-09-26 21:13:27 +02:00
Stefan Bühler 08bb8f7c23 Some request handling bugs (keep-alive, content-length, pipelining) 2009-09-15 22:59:59 +02:00
Stefan Bühler d6ff06347d Handle OPTIONS in vrequest by default, check method in other modules 2009-09-15 21:30:25 +02:00
Stefan Bühler bf9e34bab7 Remove li_vrequest_stat and fix condition.c 2009-09-15 19:08:13 +02:00
Stefan Bühler 540ff7db02 Split sources into subdirs 2009-07-15 11:57:52 +02:00