49 Commits (eeddb37e4acc064caa0c7d92581f70014608f0bf)

Author SHA1 Message Date
Stefan Bühler 24483f55ed cmake: build common lib as shared lib, cleanup CMakeLists.txt 14 years ago
Stefan Bühler be5d0c7d75 Require cmake 2.6.4 14 years ago
Stefan Bühler 4f9a695051 Compile common source as static lib 14 years ago
Stefan Bühler 766fcd4bfc Add liProc and liErrorPipe for angel 14 years ago
Thomas Porzelt 82ea7279df [modules] Add mod_redirect 14 years ago
Stefan Bühler 2fa0d1381c Add more ways to configure the location of libev 14 years ago
Stefan Bühler 1dfc960eed Fix bug after source split: create config.h in include/lighttpd again 14 years ago
Stefan Bühler 540ff7db02 Split sources into subdirs 14 years ago
Stefan Bühler 1ce3b7fa24 Remove pcre dependencies (we use the glib wrappers) 14 years ago
Stefan Bühler f8be820c36 Big lighttpd-angel update; still not complete, but supports fork+exec+setuid/gid+listen (no checks in listen yet) 14 years ago
Thomas Porzelt 2cffeb7401 [modules] Add mod_expire 14 years ago
Stefan Bühler 75505f73e1 Add more angel connection handling code (and helper functions) 14 years ago
Stefan Bühler 40fbc9c8b7 Fixed the splitting from previous commit and splitted the ip parsers from condition handling 14 years ago
Thomas Porzelt 426ee0bff0 [modules] Add mod_rewrite 14 years ago
Stefan Bühler d984853790 cmake: Use "MODULE" instead of "SHARED" for modules 14 years ago
Thomas Porzelt 1703b67409 [modules] Add mod_access 14 years ago
Thomas Porzelt 451cdd1579 [core] Add implementation of 32bit radix trees (radix.{h.c}) 14 years ago
Stefan Bühler 48bf0071e4 [angel] Add basic module/plugin support
* renamed some module functions
14 years ago
Stefan Bühler faeecfea1d Remove -Winline as gcc interprets "can not inline" as "don't want inline". 14 years ago
Stefan Bühler dfb1db14d7 Use pointer-sign warning in cmake und fix many of them. 14 years ago
Stefan Bühler 72136b4d03 angel: some basic structs, code not ready yet (config parser "works") 14 years ago
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
Stefan Bühler 4e04ac6b8b cmake: use builtin macros for build date 14 years ago
Thomas Porzelt f44f620eda [modules] add mod_debug 14 years ago
Stefan Bühler a62cdebb91 Fix static file/dirlist handling and add etag support 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 a616f477a8 [cmake] add mod_dirlistc and encoding.c 14 years ago
Stefan Bühler 767ad93e83 [cmake] add stat_cache.c 14 years ago
Stefan Bühler c7c1c5cb0e [cmake] Add mod_vhost 15 years ago
Stefan Bühler 587ee27cd0 Added response parser and used it in mod_fastcgi 15 years ago
Stefan Bühler 31acd354a7 [cmake] Add mod_accesslog 15 years ago
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).
15 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) 15 years ago
Stefan Bühler c56ade056f Add vrequest "environment" (a GString -> GString hashtable) 15 years ago
Stefan Bühler 025f0b5f84 Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs 15 years ago
Stefan Bühler 324224fe2e Implemented two angel "fake" functions 15 years ago
Stefan Bühler 2e830e5517 [cmake] Add support for plugins 15 years ago
Stefan Bühler 4ef644de88 Fix cmake ipv6 detection 15 years ago
Stefan Bühler 94b4dcc764 Generic sendfile implementation (supports linux,solaris and freebsd now) 15 years ago
Stefan Bühler fae25515fa Split waitqueue from utils 15 years ago
Stefan Bühler 3dceeb5916 Move include files into a separate directory and cleanup include order 15 years ago
Stefan Bühler 73fff068c3 Merge virtual requests 15 years ago
Stefan Bühler 566cbdb024 virtual requests; they replace a big part from connection. 15 years ago
Stefan Bühler 9430770903 [cmake] Add module support 15 years ago
Stefan Bühler 4b24952c02 Change cmake required version to 2.6.0 15 years ago
Stefan Bühler 5d0d12c0bd Updated cmake ragel rules to build config parser with -T0 instead of -T1 15 years ago
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)
15 years ago
Stefan Bühler a88ca5238c Add the "collect" framework, which collects results from a function executed in each worker context 15 years ago
Stefan Bühler bca094fe9f Add cmake support 15 years ago