2
0

Commit Graph

  • bc92b6fdcc add vhost.map action to mod_vhost Thomas Porzelt 2009-01-25 02:40:28 +01:00
  • c7c1c5cb0e [cmake] Add mod_vhost Stefan Bühler 2009-01-13 21:32:13 +01:00
  • 2708d6deaa Fix handling request content and 100-continue Stefan Bühler 2009-01-13 21:31:02 +01:00
  • a91d5e96b9 Allow more characters in url Stefan Bühler 2009-01-13 13:48:03 +01:00
  • 13f749aa74 along comes mod_vhost Thomas Porzelt 2009-01-12 01:20:06 +01:00
  • f0c66a793c revert previous commit. it was stupid. Thomas Porzelt 2009-01-12 01:02:39 +01:00
  • 9186488bbf fix docroot action (don't set physical.path) Thomas Porzelt 2009-01-12 00:24:27 +01:00
  • 1cb3075ed6 fix bogus action context cleanup in mod_status Thomas Porzelt 2009-01-11 04:13:49 +01:00
  • f983caccde Fix reading of lua tables Stefan Bühler 2009-01-10 15:59:54 +01:00
  • 3477543277 Fix fastcgi packet reading Stefan Bühler 2009-01-10 15:50:04 +01:00
  • 428b4b524f Fix unix socket path Stefan Bühler 2009-01-10 15:22:35 +01:00
  • 1e115c522d Add unix sockets Stefan Bühler 2009-01-10 15:09:42 +01:00
  • 4a8ce0a63f Redo boolean conditionals (physical.*) as real actions. Stefan Bühler 2009-01-10 14:46:11 +01:00
  • 587ee27cd0 Added response parser and used it in mod_fastcgi Stefan Bühler 2009-01-10 13:30:58 +01:00
  • 99f14078ec Add reminder for chunked handling/content-length header. Stefan Bühler 2009-01-09 21:45:19 +01:00
  • 4a5aa5361e Added/fixed chunked encoded transfer Stefan Bühler 2009-01-09 21:42:42 +01:00
  • 70a495de6f fix ev_tstamp vs. time_t problems in worker_current_timestamp() Thomas Porzelt 2009-01-09 21:32:49 +01:00
  • 00869413ee Fix sending endless "FCGI_STDIN" closed events Stefan Bühler 2009-01-09 21:21:18 +01:00
  • 31acd354a7 [cmake] Add mod_accesslog Stefan Bühler 2009-01-09 21:17:45 +01:00
  • 7766bd8c34 save errno of stat() in request.physical struct to prevent repeated stat()s if failed Thomas Porzelt 2009-01-08 00:26:30 +01:00
  • 688c2b6204 add %t format specifier to mod_accesslog (no %{format}t support yet) Thomas Porzelt 2009-01-07 23:37:15 +01:00
  • 549f097ea1 fix worker_current_timestamp() caching Thomas Porzelt 2009-01-07 23:36:17 +01:00
  • fe90de88be implement %b (bytes response), %B (bytes response clf) and %X (connection status) in mod_accesslog Thomas Porzelt 2009-01-07 21:50:07 +01:00
  • 6f69d58fec forgot g_array_set_size() after g_array_sized_new()... duh! Thomas Porzelt 2009-01-07 21:26:55 +01:00
  • 52bcd62d74 fix small leaks Thomas Porzelt 2009-01-07 21:11:06 +01:00
  • 93bd5e2a6a add additional paramter format_ndx to worker_current_timestamp() Thomas Porzelt 2009-01-07 20:59:51 +01:00
  • c6d422e5c1 add log.write function action to core plugin Thomas Porzelt 2009-01-07 00:01:20 +01:00
  • eb794b1dbc fix %v placeholder in mod_accesslog Thomas Porzelt 2009-01-06 23:44:39 +01:00
  • 4c49705c16 add missing http version to %r placeholder in mod_accesslog Thomas Porzelt 2009-01-06 23:25:15 +01:00
  • 2fb007bd3d add http_version_string() to utils Thomas Porzelt 2009-01-06 23:25:07 +01:00
  • 3d058707b1 add mod_accesslog Thomas Porzelt 2009-01-06 22:31:20 +01:00
  • d2cadb3b1e add option server.name Thomas Porzelt 2009-01-06 22:30:38 +01:00
  • 85a3a4d091 added "if" to condition syntax (if req.path == "/foo" {}) added boolean conditions without operator or rvalue (if phys.is_dir {}, rvalue is always true) added negated boolean conditions (if !phys.is_dir {}, rvalue is always false) added physical.is_dir and .is_file conditionals Thomas Porzelt 2009-01-06 01:33:20 +01:00
  • 01068d7f1d make docroot a function action instead of setting, add stat member to vr.physical and enable physical.size conditional Thomas Porzelt 2009-01-05 22:24:54 +01:00
  • 2489fbfbfe fix small typo in config_parser.rl that prevented usaged of physical.* conditionals Thomas Porzelt 2009-01-05 22:14:47 +01:00
  • d9ddd4fd3d Remove out-of-fd-handling. Stefan Bühler 2009-01-04 23:14:08 +01:00
  • 5feea39ae6 Remove '-Wmissing-prototypes' from extra warnings list Stefan Bühler 2009-01-04 22:38:24 +01:00
  • 54fd1b08e4 Cleanup some state machine handling Stefan Bühler 2009-01-04 21:59:56 +01:00
  • 825b809b06 fix compile flags for modules in wscript Thomas Porzelt 2009-01-02 22:07:52 +01:00
  • bf549bbe0d add check for sizeof(off_t) to MODULE_VERSION_CHECK() Thomas Porzelt 2009-01-02 22:04:36 +01:00
  • 55dd7e3060 add environment.c, mod_fastcgi and --extra-warnings to wscript Thomas Porzelt 2009-01-01 17:47:23 +01:00
  • c458377d4a Added mod_fastcgi, some api functions for it, and some new optional compiler warnings (which led to many small changes) Stefan Bühler 2009-01-01 16:44:42 +01:00
  • c56ade056f Add vrequest "environment" (a GString -> GString hashtable) Stefan Bühler 2008-12-31 16:23:00 +01:00
  • d30e1b018a Added some backend/balancer helper, fixed backend-error handling. Stefan Bühler 2008-12-31 14:36:24 +01:00
  • 0d56b1b7b4 add mod_balancer to wscript Thomas Porzelt 2008-12-31 03:25:54 +01:00
  • 6636919623 Completed core balancer support, added a simple test balancer. Stefan Bühler 2008-12-31 02:57:27 +01:00
  • fa25947b7e allow anonymous blocks in config parser prefixed by $ (for now) Thomas Porzelt 2008-12-31 02:54:42 +01:00
  • 66f7e669dd add log level "backend" Thomas Porzelt 2008-12-31 02:50:32 +01:00
  • 025f0b5f84 Removed HANDLER_FINISHED, implemented real job queue and added some basic balancer structs Stefan Bühler 2008-12-30 21:55:00 +01:00
  • 20c3d8c109 Remove unused struct members Stefan Bühler 2008-12-30 20:53:58 +01:00
  • 20dfff0663 Cleanup log macros (moved from con to vrequest) Stefan Bühler 2008-12-30 14:24:33 +01:00
  • c24704dad5 Move options from connection to vrequest Stefan Bühler 2008-12-30 01:21:03 +01:00
  • e344591265 unify level info placement in log makros Thomas Porzelt 2008-12-29 18:46:51 +01:00
  • 5f9d9c12a3 remove old, now invalid free in core_list() Thomas Porzelt 2008-12-29 17:02:14 +01:00
  • 52d5978d64 export module_lookup() Thomas Porzelt 2008-12-26 23:53:52 +01:00
  • 23a246a788 add angel.c and angel_fake.c to wscript Thomas Porzelt 2008-12-26 19:52:14 +01:00
  • eae5ca994e Enforce IPV6_V6ONLY for ipv6 sockets Stefan Bühler 2008-12-22 23:06:23 +01:00
  • e8e60b3a04 Add clean ipv6+port parsing for listen() Stefan Bühler 2008-12-22 22:48:47 +01:00
  • bb59776ea3 Handle errno in angel_fake_log Stefan Bühler 2008-12-22 17:03:43 +01:00
  • 324224fe2e Implemented two angel "fake" functions Stefan Bühler 2008-12-20 16:25:02 +01:00
  • 9d2b053659 [lua config] Add support for "." separated actions/setups Stefan Bühler 2008-12-11 01:39:25 +01:00
  • 2e830e5517 [cmake] Add support for plugins Stefan Bühler 2008-12-11 01:39:10 +01:00
  • 3ffa1c40bb fix mod_status handling of error case Thomas Porzelt 2008-12-10 21:14:50 +01:00
  • fa52e5361b move vrequest_reset() up in connection_reset() so options and addr are still valid when invoking action context cleanup callbacks Thomas Porzelt 2008-12-10 21:13:08 +01:00
  • 52c3c2e042 update mod_fortune and mod_status for new action context Thomas Porzelt 2008-12-10 17:33:36 +01:00
  • 20e0a9e4e8 add http_method_string() to utils Thomas Porzelt 2008-12-10 16:36:38 +01:00
  • 4a02223f7c Added per-action context Stefan Bühler 2008-12-10 00:23:27 +01:00
  • f74d274589 Add other compare operators to lua frontend Stefan Bühler 2008-12-09 22:38:55 +01:00
  • e438fb58ab Fix "notequal" string comparison bug Stefan Bühler 2008-12-09 22:38:37 +01:00
  • 4ef644de88 Fix cmake ipv6 detection Stefan Bühler 2008-12-09 21:30:37 +01:00
  • 736d8c6192 add server.max_keep_alive_requests option Thomas Porzelt 2008-12-07 21:46:29 +01:00
  • d3bfcf9d15 add special chars in strings through \n \" etc. to config parser Thomas Porzelt 2008-12-07 01:36:38 +01:00
  • 58cf85f5d1 remove old log stuff Thomas Porzelt 2008-12-02 15:58:06 +01:00
  • 4e876d4153 remove unnecessary \n from VR_TRACE() in core_handle_static() Thomas Porzelt 2008-12-02 00:50:30 +01:00
  • 096e7667be add LIGHTTPD_REVISION define and output for -v when compiling from bzr (only waf for now) Thomas Porzelt 2008-11-25 15:56:12 +01:00
  • b0def14e1f remove wrong ! from sendfile macro for linux Thomas Porzelt 2008-11-23 23:47:10 +01:00
  • 172ddd69ee fix wrong define in wscript for writev Thomas Porzelt 2008-11-23 22:36:00 +01:00
  • d8874eab5f removed unused vars from network_write.c Thomas Porzelt 2008-11-23 22:26:23 +01:00
  • be8836a57c remove old statistics code from network_write.c Thomas Porzelt 2008-11-23 22:09:51 +01:00
  • 7582742257 remove connection from throttle queue when resetting Thomas Porzelt 2008-11-23 18:23:45 +01:00
  • d5e7aa94a5 fix waitqueue Thomas Porzelt 2008-11-23 18:23:05 +01:00
  • 865aea2ce0 prevent double decrement of wrk->connection_load and active connections Thomas Porzelt 2008-11-23 18:21:45 +01:00
  • f02689bafb remove mandatory parameter for libdl, some systems don't have a special lib for it (freebsd) Thomas Porzelt 2008-11-21 02:25:10 +01:00
  • 2fd657cb0b enable setting of CFLAGS via environment var in wscript Thomas Porzelt 2008-11-21 02:00:13 +01:00
  • 7096926d05 fix check for linux platform in wscript Thomas Porzelt 2008-11-21 00:44:13 +01:00
  • 928b8d52c1 update waf to 1.5, rewrite wscripts Thomas Porzelt 2008-11-21 00:31:44 +01:00
  • d2381954bf removed old AIO defines from settings.h Thomas Porzelt 2008-11-20 20:16:29 +01:00
  • 304263f4a1 fix warnings from plugin_core.c Thomas Porzelt 2008-11-20 16:40:36 +01:00
  • 24c7423376 add temporary hack to disable sched_setaffinity when OS != linux Thomas Porzelt 2008-11-20 03:17:50 +01:00
  • 031b6b54c7 add check for HAVE_IPV6 to sockaddr_to_string() Thomas Porzelt 2008-11-20 03:15:40 +01:00
  • 2df4d9686b fix wrong parameter con instead of new vr in network.c when USE_SENDFILE not defined Thomas Porzelt 2008-11-20 00:16:57 +01:00
  • 0994052566 fix wrong placement of #endif in condition.c => broken code when HAVE_IPV6 not defined Thomas Porzelt 2008-11-20 00:13:51 +01:00
  • 2040c059d1 Fix connection/network_write state machine Stefan Bühler 2008-11-18 11:14:57 +01:00
  • 7a496b610b Fix comment style // -> /* */ Stefan Bühler 2008-11-18 11:03:59 +01:00
  • 6dbaaf5430 fix warnings about shadowed declarations of 'free' and 'value' in headers Thomas Porzelt 2008-11-18 21:43:02 +01:00
  • 4080ddcd16 cosmetic changes of 'defined x to defined(x)' in settings.h to unify usage Thomas Porzelt 2008-11-18 21:36:31 +01:00
  • 75ce595e5b add LIGHT_OS_XYZ macros Thomas Porzelt 2008-11-18 21:12:10 +01:00
  • 1954f46a03 return NETWORK_STATUS_WAIT_FOR_AIO_EVENT instead of NETWORK_STATUS_WAIT_FOR_EVENT when throttling Thomas Porzelt 2008-11-17 23:08:55 +01:00
  • 06225998c6 Fix typos in sendfile (again) Stefan Bühler 2008-11-17 21:50:03 +01:00
  • ec16ebea3c Fix typos in sendfile Stefan Bühler 2008-11-17 21:42:52 +01:00