2
0
Fork 0
Commit Graph

75 Commits (9775fc51989dcaf4dac414b4613ff3026f79ac06)

Author SHA1 Message Date
Stefan Bühler a62cdebb91 Fix static file/dirlist handling and add etag support 2009-03-17 14:21:20 +01:00
Stefan Bühler bedcc3d46a Added mod_cache_disk_etag: caches produced content on disk and checks for it via etag. 2009-03-12 21:08:27 +01:00
Stefan Bühler a616f477a8 [cmake] add mod_dirlistc and encoding.c 2009-03-07 00:07:00 +01:00
Stefan Bühler 767ad93e83 [cmake] add stat_cache.c 2009-03-01 21:27:46 +01:00
Stefan Bühler c7c1c5cb0e [cmake] Add mod_vhost 2009-01-13 21:32:13 +01:00
Stefan Bühler 587ee27cd0 Added response parser and used it in mod_fastcgi 2009-01-10 13:30:58 +01:00
Stefan Bühler 31acd354a7 [cmake] Add mod_accesslog 2009-01-09 21:17:45 +01:00
Stefan Bühler 5feea39ae6 Remove '-Wmissing-prototypes' from extra warnings list
- we still have '-Wmissing-declarations', which allows
   void func() instead of void func(void).
2009-01-04 22:38:24 +01:00
Stefan Bühler c458377d4a Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) 2009-01-01 16:44:42 +01:00
Stefan Bühler c56ade056f Add vrequest "environment" (a GString -> GString hashtable) 2008-12-31 16:23:00 +01:00
Stefan Bühler 025f0b5f84 Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs 2008-12-30 21:55:00 +01:00
Stefan Bühler 324224fe2e Implemented two angel "fake" functions 2008-12-20 16:25:02 +01:00
Stefan Bühler 2e830e5517 [cmake] Add support for plugins 2008-12-11 01:39:10 +01:00
Stefan Bühler 4ef644de88 Fix cmake ipv6 detection 2008-12-09 21:30:37 +01:00
Stefan Bühler 94b4dcc764 Generic sendfile implementation (supports linux,solaris and freebsd now) 2008-11-17 20:23:16 +01:00
Stefan Bühler fae25515fa Split waitqueue from utils 2008-11-17 10:26:25 +01:00
Stefan Bühler 3dceeb5916 Move include files into a separate directory and cleanup include order 2008-11-16 21:33:53 +01:00
Stefan Bühler 73fff068c3 Merge virtual requests 2008-10-25 15:25:02 +02:00
Stefan Bühler 566cbdb024 virtual requests; they replace a big part from connection. 2008-10-25 14:53:57 +02:00
Stefan Bühler 9430770903 [cmake] Add module support 2008-10-25 14:48:12 +02:00
Stefan Bühler 4b24952c02 Change cmake required version to 2.6.0 2008-10-25 13:45:41 +02:00
Stefan Bühler 5d0d12c0bd Updated cmake ragel rules to build config parser with -T0 instead of -T1 2008-09-26 16:17:04 +02:00
Stefan Bühler 091f122aad Renamed option -> value, some other minor/related renames; added option_value as
datatype for the value of options (union for ptr/gin64)
2008-09-26 16:11:08 +02:00
Stefan Bühler a88ca5238c Add the "collect" framework, which collects results from a function executed in each worker context 2008-09-26 10:36:36 +02:00
Stefan Bühler bca094fe9f Add cmake support 2008-09-18 09:32:44 +02:00