2
0
Fork 0
Commit Graph

22 Commits (ff69160c346fd09f3a6bd1148f8652a7c63e5e7a)

Author SHA1 Message Date
Stefan Bühler ff69160c34 [core] Use streams 2013-05-23 12:01:04 +02:00
Stefan Bühler af3e0728fa [mod_deflate] Parse x-gzip/x-bzip2 explicitly and send it back as it was requested (instead of gzip/bzip2) 2012-10-14 17:33:02 +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
Thomas Porzelt 715a75f0aa [mod_deflate] Add 'compression-level' param to deflate action, defaults to 1 2010-09-26 18:06:16 +02:00
Stefan Bühler 7174ca4d15 [mod_deflate] Fix bzip2 encoding 2010-06-06 14:09:55 +02:00
Stefan Bühler 658b9d0131 Fix unitialized var in mod_deflate 2010-05-07 21:23:46 +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 8f317d1ded [mod_deflate]: don't deflate after transfer-encoding 2010-02-13 16:03:03 +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 2060595760 Change max-keep-alive requests to 0 "unlimited" 2009-11-01 15:43:34 +01:00
Stefan Bühler 680d3fcec5 mod_deflate: add some options 2009-10-19 19:00:11 +02:00
Stefan Bühler a151eeac2f Prefix li_ cleanup, verified with nm -g --defined-only 2009-10-09 15:38:12 +02:00
Stefan Bühler 90447c6cec Some fixes for HEAD and 206 Partial Content handling 2009-10-07 12:36:52 +02:00
Stefan Bühler d36d3cad54 mod_deflate: handle bzip BZ_FINISH_OK response code 2009-09-29 15:25:08 +02:00
Stefan Bühler 987b28520d mod_deflate: add 304 not modified handling, handle HEAD requests 2009-09-29 11:46:40 +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 5527654703 mod_deflate: don't flush deflate twice without data, add debug/error output 2009-09-28 22:41:06 +02:00
Stefan Bühler ac028f50c7 mod_deflate: handle more responses 2009-09-28 20:57:09 +02:00
Stefan Bühler 241d0e48de mod_deflate: Add Vary header, reset content-length header 2009-09-28 20:56:28 +02:00
Thomas Porzelt 50d5c7af88 [mod_deflate] Add deflate.debug option 2009-09-28 19:06:46 +02:00
Stefan Bühler 4ec620bfac mod_deflate (only cmake support for now) 2009-09-26 20:32:58 +02:00