2
0
Fork 0

Commit Graph

  • ccaacfb285 added 'blank' function to plugin_core Thomas Porzelt 2008-08-17 00:23:52 +0200
  • 5347dd06b3 implemented default values for options Thomas Porzelt 2008-08-15 20:38:28 +0200
  • 6804b1df00 implemented default values for options Thomas Porzelt 2008-08-15 20:38:20 +0200
  • 33aa9a0beb added event_handler setup; added srv->loop_flags; moved loop initialization to server_loop_init(); added ev_backend_string() to utils.c Thomas Porzelt 2008-08-15 18:21:33 +0200
  • c5fb96870c added event_handler setup; added srv->loop_flags; moved loop initialization to server_loop_init(); added ev_backend_string() to utils.c Thomas Porzelt 2008-08-15 18:21:21 +0200
  • fd4031beea added server.tag; small fixes and cleanups Thomas Porzelt 2008-08-15 17:18:53 +0200
  • 3caab6a860 added server.tag option Thomas Porzelt 2008-08-15 17:17:04 +0200
  • c1bc3b8e0a small cleanup in config parser; small fix in log.c Thomas Porzelt 2008-08-14 15:52:45 +0200
  • 179021ca18 Fix memleak in writev backend Stefan Bühler 2008-08-14 15:02:24 +0200
  • da2b322517 small change to config parser: comment now included in noise set; added first statistical counters Thomas Porzelt 2008-08-14 01:08:41 +0200
  • 1ab2d0d6b3 small change to config parser: comment now included in noise set Thomas Porzelt 2008-08-14 01:08:03 +0200
  • 4d55315487 added first counters Thomas Porzelt 2008-08-14 01:05:15 +0200
  • 401a9ba356 changed operators ^= to =^ and $= to =$; introduced !^ and !$ Thomas Porzelt 2008-08-13 23:35:48 +0200
  • 87afe58fcb changed operators ^= to =^ and $= to =$; introduced clean and ./waf Thomas Porzelt 2008-08-13 22:27:04 +0200
  • c2b8ccdec4 changed operators ^= to =^ and $= to =$; introduced clean and ./waf Thomas Porzelt 2008-08-13 22:26:45 +0200
  • ef910ea1fb added ^= (prefix match) and $= (suffix match) operators Thomas Porzelt 2008-08-13 22:11:24 +0200
  • aeba5c0080 merged from sandbox Thomas Porzelt 2008-08-13 22:11:10 +0200
  • f795f2463a added ^= (prefix match) and $= (suffix match) operators Thomas Porzelt 2008-08-13 22:10:20 +0200
  • 5a1970e5d1 Add write as fallback for sendfile Stefan Bühler 2008-08-13 21:58:23 +0200
  • b1c39dde0f merged from sandbox Thomas Porzelt 2008-08-13 21:56:24 +0200
  • bb44fceb64 fixed invalid free in server.c Thomas Porzelt 2008-08-13 21:56:01 +0200
  • 34b9edaa02 fixed invalid free in server.c Thomas Porzelt 2008-08-13 21:55:47 +0200
  • 1bc8c85266 * replace strerror with g_strerror, kill errno from logging * starting chunked encoding filter * network write cleanup + sendfile backend (default for now) Stefan Bühler 2008-08-13 21:50:07 +0200
  • 99a7b35e44 added header conditional check for normal config parser Thomas Porzelt 2008-08-13 20:08:25 +0200
  • 89d3b204a7 added header conditional check for normal config parser Thomas Porzelt 2008-08-13 20:08:13 +0200
  • 95fa874571 minor enhencements; added log.level and log.target options Thomas Porzelt 2008-08-13 19:58:25 +0200
  • d234e396f8 merged from lp Thomas Porzelt 2008-08-13 19:58:01 +0200
  • 1901397a0e minor enhencements; added log.level and log.target options Thomas Porzelt 2008-08-13 19:57:19 +0200
  • 85c4f3852b Fix hostname parsing. Stefan Bühler 2008-08-13 19:52:57 +0200
  • dd7d3b4777 added http_status_string() function; response.c now includes the right status string Thomas Porzelt 2008-08-13 02:18:49 +0200
  • df16145d05 added http_status_string() function; response.c now includes the right status string Thomas Porzelt 2008-08-13 02:18:35 +0200
  • ff7addce12 fixed fd initialization warning with -O2 in log.c Thomas Porzelt 2008-08-12 19:34:41 +0200
  • 1798e226ff fixed fd initialization warning with -O2 in log.c Thomas Porzelt 2008-08-12 19:34:11 +0200
  • 6bbda1a08b fixed segfault in chunkqueue with filename NULL; changed log_un/ref to use mutex; made core_handle_test more verbose; initial working version of config parser Thomas Porzelt 2008-08-12 19:09:05 +0200
  • ef9b96e552 fixed chunkqueue segfault with NULL filename Thomas Porzelt 2008-08-12 19:04:55 +0200
  • 3d1ce91482 merged from sandbox Thomas Porzelt 2008-08-12 17:15:34 +0200
  • e93d1ef301 merged from lp Thomas Porzelt 2008-08-12 17:15:15 +0200
  • b1000d2ca4 config parser intial working version; test action in core plugin with more outpot Thomas Porzelt 2008-08-12 17:09:05 +0200
  • 6467329144 merged from lp Thomas Porzelt 2008-08-11 17:38:02 +0200
  • 9d7d19c456 Fix hostname checking Stefan Bühler 2008-08-10 21:31:56 +0200
  • 0d4b5ee989 Fix mmap offset calculation in chunk.c Stefan Bühler 2008-08-09 22:11:52 +0200
  • b0615d2198 merged from lp Thomas Porzelt 2008-08-09 19:19:18 +0200
  • a863b6f7e9 Added url/authority parsing, enabled simple static() action. Stefan Bühler 2008-08-09 17:20:12 +0200
  • 754ee742b2 Start splitting network backends, added writev and TCP_CORK Stefan Bühler 2008-08-09 13:51:06 +0200
  • 2d08b0b823 small changes Thomas Porzelt 2008-08-09 01:55:07 +0200
  • 066d0f5342 Added plugin callbacks for content and close handling Stefan Bühler 2008-08-08 19:44:54 +0200
  • 6d6fc095ab Fix typo in connections.c Stefan Bühler 2008-08-08 19:34:00 +0200
  • 124e21ee7d Add 100-Continue handling Stefan Bühler 2008-08-08 19:12:36 +0200
  • 6dcfc736c2 Add missing plugin_core.h for core options Stefan Bühler 2008-08-08 18:51:27 +0200
  • b8e3535546 Enabled options, moved some initializing Stefan Bühler 2008-08-08 18:49:00 +0200
  • 5fc77ca27a Fix 64-bit signed/unsigned compare warning. Stefan Bühler 2008-08-08 13:57:27 +0200
  • 8de2c27ec6 Fix some bugs/warnings. Stefan Bühler 2008-08-07 22:52:53 +0200
  • 1f0b3ac991 Fixed wscript so you can have CFLAGS in your environment while ./waf configure, e.g. CFLAGS=-O2 ./waf configure --with-all Stefan Bühler 2008-08-07 21:38:08 +0200
  • 2546ce9259 Use ev_now for current timestamp, clean usage of shutdown (wait for eof before close) Stefan Bühler 2008-08-07 16:50:36 +0200
  • 4a9ed5e8a3 Disable test binary Stefan Bühler 2008-08-07 16:49:44 +0200
  • 03458817cc Updated TODO hints Stefan Bühler 2008-08-07 14:12:51 +0200
  • 3964ce82b7 merged from lp Thomas Porzelt 2008-08-07 13:02:27 +0200
  • 1ed36c93b9 Handle write errors (fixes ab keep-alive problems) Stefan Bühler 2008-08-07 02:25:02 +0200
  • 76dcab54fc Capture SIGINT, SIGTERM and SIGPIPE. Stefan Bühler 2008-08-07 02:23:23 +0200
  • 3b4e8f6f8d Add some request header checks. Stefan Bühler 2008-08-07 01:44:09 +0200
  • 52c5b05713 Added some http header helpers Stefan Bühler 2008-08-07 01:23:04 +0200
  • 3041e2429d Fix writing (unititialized var) Stefan Bühler 2008-08-07 01:21:53 +0200
  • 9760d73a24 Fix chunks to not accept empty chunks (and to remove them in cq_skip) Stefan Bühler 2008-08-07 01:20:47 +0200
  • e216fc5168 handle requests now :) - still many TODOs for error handling/keep alive/validating headers Stefan Bühler 2008-08-07 00:26:17 +0200
  • 7dc2d5f337 merged from lp Thomas Porzelt 2008-08-06 23:53:19 +0200
  • e6463f776b Enable static build. Stefan Bühler 2008-08-06 23:50:00 +0200
  • 09481f470f changed log_ref to use mutex instead of atomic operations because those could still lead to race conditions Thomas Porzelt 2008-08-06 23:48:39 +0200
  • 2fbc7b1408 Basic connection state machine Stefan Bühler 2008-08-06 20:46:42 +0200
  • 24d1f61c87 reverted changes from r70 in server.c; enhanced config parser Thomas Porzelt 2008-08-05 21:21:31 +0200
  • 708b5fc223 small fixes; call_setup() now looks in the right hashtable Thomas Porzelt 2008-08-05 19:32:33 +0200
  • c2e6044315 con_get() now increases array size in steps of 10 Thomas Porzelt 2008-08-05 18:52:08 +0200
  • 1844a53dd3 merged from lp Thomas Porzelt 2008-08-05 18:45:03 +0200
  • a603d799f6 config parser changes; removed srv->mutex Thomas Porzelt 2008-08-05 18:10:22 +0200
  • 0a514f657e server/connection/request functions Stefan Bühler 2008-08-05 17:08:32 +0200
  • 0ab75876dc Merge Stefan Bühler 2008-08-05 00:30:29 +0200
  • d1c1a1b06f Continue request parser Stefan Bühler 2008-08-05 00:25:42 +0200
  • 4ae1c04b55 merged from lp Thomas Porzelt 2008-08-04 23:17:44 +0200
  • c190daa908 merged from lp and enhanced config parser Thomas Porzelt 2008-08-04 23:16:49 +0200
  • d45b540603 Rename action_setting stuff Stefan Bühler 2008-08-04 21:28:56 +0200
  • 5e700e79e1 small config parser and log changes Thomas Porzelt 2008-08-03 22:26:37 +0200
  • f86bf3631d Remove action_list struct Stefan Bühler 2008-08-03 22:20:36 +0200
  • a9cbec1046 config parser rewritten Thomas Porzelt 2008-08-02 22:56:07 +0200
  • b3767c0190 merged from lp Thomas Porzelt 2008-07-26 14:25:32 +0200
  • 28f733a2c5 small config parser changes Thomas Porzelt 2008-07-26 14:25:07 +0200
  • ff9b6c4461 Implement ip matching for conditions. Stefan Bühler 2008-07-26 00:42:08 +0200
  • 550b4e4858 merge from lp Thomas Porzelt 2008-07-26 00:24:15 +0200
  • 4425a0dcd1 merge from lp Thomas Porzelt 2008-07-26 00:24:09 +0200
  • fcf8e455ab Optional lua frontend. Stefan Bühler 2008-07-25 23:12:40 +0200
  • 8b84f0fa6c merge from lp Thomas Porzelt 2008-07-25 22:44:10 +0200
  • aff9544b95 Parsers for ipv4/ipv6 für conditions Stefan Bühler 2008-07-25 22:38:42 +0200
  • 1d624ff022 merge from lp Thomas Porzelt 2008-07-25 14:15:24 +0200
  • 1e9694e4f8 merge from lp Thomas Porzelt 2008-07-25 14:15:16 +0200
  • c342be6424 New condition structure, some code for lua condition support Stefan Bühler 2008-07-25 14:09:03 +0200
  • 0ec2404647 Fix typo in index. Stefan Bühler 2008-07-24 15:13:10 +0200
  • 5d2f95cce3 merged from lp Thomas Porzelt 2008-07-24 14:50:45 +0200
  • 2f7359b14c changed some apis, implemented some todos, added support for lua actions/conditions. Stefan Bühler 2008-07-24 13:25:40 +0200
  • 2537bb9d82 Add call_setup function Stefan Bühler 2008-07-23 22:33:29 +0200
  • 191343333e merge from lp Thomas Porzelt 2008-07-23 22:26:38 +0200
  • 6bbfe1e43e Added actions and setups to plugin_core.c Stefan Bühler 2008-07-23 22:25:16 +0200
  • aca2f46bf6 config parser changes Thomas Porzelt 2008-07-23 22:22:33 +0200