2
0
Fork 0
Commit Graph

144 Commits (df16145d05eb4cbea8f5d476ec77540884d063a7)

Author SHA1 Message Date
Thomas Porzelt df16145d05 added http_status_string() function; response.c now includes the right status string 2008-08-13 02:18:35 +02:00
Thomas Porzelt 1798e226ff fixed fd initialization warning with -O2 in log.c 2008-08-12 19:34:11 +02:00
Thomas Porzelt ef9b96e552 fixed chunkqueue segfault with NULL filename 2008-08-12 19:04:55 +02:00
Thomas Porzelt 3d1ce91482 merged from sandbox 2008-08-12 17:15:34 +02:00
Thomas Porzelt e93d1ef301 merged from lp 2008-08-12 17:15:15 +02:00
Thomas Porzelt b1000d2ca4 config parser intial working version; test action in core plugin with more outpot 2008-08-12 17:09:05 +02:00
Thomas Porzelt 6467329144 merged from lp 2008-08-11 17:38:02 +02:00
Stefan Bühler 9d7d19c456 Fix hostname checking 2008-08-10 21:31:56 +02:00
Stefan Bühler 0d4b5ee989 Fix mmap offset calculation in chunk.c 2008-08-09 22:11:52 +02:00
Thomas Porzelt b0615d2198 merged from lp 2008-08-09 19:19:18 +02:00
Stefan Bühler a863b6f7e9 Added url/authority parsing, enabled simple static() action. 2008-08-09 17:20:12 +02:00
Stefan Bühler 754ee742b2 Start splitting network backends, added writev and TCP_CORK 2008-08-09 13:51:06 +02:00
Thomas Porzelt 2d08b0b823 small changes 2008-08-09 01:55:07 +02:00
Stefan Bühler 066d0f5342 Added plugin callbacks for content and close handling 2008-08-08 19:44:54 +02:00
Stefan Bühler 6d6fc095ab Fix typo in connections.c 2008-08-08 19:34:00 +02:00
Stefan Bühler 124e21ee7d Add 100-Continue handling 2008-08-08 19:12:36 +02:00
Stefan Bühler 6dcfc736c2 Add missing plugin_core.h for core options 2008-08-08 18:51:27 +02:00
Stefan Bühler b8e3535546 Enabled options, moved some initializing 2008-08-08 18:49:00 +02:00
Stefan Bühler 5fc77ca27a Fix 64-bit signed/unsigned compare warning. 2008-08-08 13:57:27 +02:00
Stefan Bühler 8de2c27ec6 Fix some bugs/warnings. 2008-08-07 22:52:53 +02:00
Stefan Bühler 1f0b3ac991 Fixed wscript so you can have CFLAGS in your environment while ./waf configure, e.g.
CFLAGS=-O2 ./waf configure --with-all
2008-08-07 21:38:08 +02:00
Stefan Bühler 2546ce9259 Use ev_now for current timestamp, clean usage of shutdown (wait for eof before close) 2008-08-07 16:50:36 +02:00
Stefan Bühler 4a9ed5e8a3 Disable test binary 2008-08-07 16:49:44 +02:00
Stefan Bühler 03458817cc Updated TODO hints 2008-08-07 14:12:51 +02:00
Thomas Porzelt 3964ce82b7 merged from lp 2008-08-07 13:02:27 +02:00
Stefan Bühler 1ed36c93b9 Handle write errors (fixes ab keep-alive problems) 2008-08-07 02:25:02 +02:00
Stefan Bühler 76dcab54fc Capture SIGINT, SIGTERM and SIGPIPE. 2008-08-07 02:23:23 +02:00
Stefan Bühler 3b4e8f6f8d Add some request header checks. 2008-08-07 01:44:09 +02:00
Stefan Bühler 52c5b05713 Added some http header helpers 2008-08-07 01:23:04 +02:00
Stefan Bühler 3041e2429d Fix writing (unititialized var) 2008-08-07 01:21:53 +02:00
Stefan Bühler 9760d73a24 Fix chunks to not accept empty chunks (and to remove them in cq_skip) 2008-08-07 01:20:47 +02:00
Stefan Bühler e216fc5168 handle requests now :) - still many TODOs for error handling/keep alive/validating headers 2008-08-07 00:26:17 +02:00
Thomas Porzelt 7dc2d5f337 merged from lp 2008-08-06 23:53:19 +02:00
Stefan Bühler e6463f776b Enable static build. 2008-08-06 23:50:00 +02:00
Thomas Porzelt 09481f470f changed log_ref to use mutex instead of atomic operations because those could still lead to race conditions 2008-08-06 23:48:39 +02:00
Stefan Bühler 2fbc7b1408 Basic connection state machine 2008-08-06 20:46:42 +02:00
Thomas Porzelt 24d1f61c87 reverted changes from r70 in server.c; enhanced config parser 2008-08-05 21:21:31 +02:00
Thomas Porzelt 708b5fc223 small fixes; call_setup() now looks in the right hashtable 2008-08-05 19:32:33 +02:00
Thomas Porzelt c2e6044315 con_get() now increases array size in steps of 10 2008-08-05 18:52:08 +02:00
Thomas Porzelt 1844a53dd3 merged from lp 2008-08-05 18:45:03 +02:00
Thomas Porzelt a603d799f6 config parser changes; removed srv->mutex 2008-08-05 18:10:22 +02:00
Stefan Bühler 0a514f657e server/connection/request functions 2008-08-05 17:08:32 +02:00
Stefan Bühler 0ab75876dc Merge 2008-08-05 00:30:29 +02:00
Stefan Bühler d1c1a1b06f Continue request parser 2008-08-05 00:25:42 +02:00
Thomas Porzelt 4ae1c04b55 merged from lp 2008-08-04 23:17:44 +02:00
Thomas Porzelt c190daa908 merged from lp and enhanced config parser 2008-08-04 23:16:49 +02:00
Stefan Bühler d45b540603 Rename action_setting stuff 2008-08-04 21:28:56 +02:00
Thomas Porzelt 5e700e79e1 small config parser and log changes 2008-08-03 22:26:37 +02:00
Stefan Bühler f86bf3631d Remove action_list struct 2008-08-03 22:20:36 +02:00
Thomas Porzelt a9cbec1046 config parser rewritten 2008-08-02 22:56:07 +02:00