Commit Graph

118 Commits

Author SHA1 Message Date
Alex Hultman ab6abaf2e6 Apache License 2.0 2018-10-29 00:13:52 +01:00
Alex Hultman a54b4c8419 Make sure to writeStatus before writeHeader 2018-10-28 16:26:48 +01:00
Alex Hultman c0eaf297ed Fix HttpResponse::write with timeout & internalEnd comments 2018-10-28 03:54:16 +01:00
Alex Hultman ba83c9156a Add hello world example 2018-10-28 02:28:02 +01:00
Alex Hultman 4059dd644c Abort logic fixes 2018-10-28 02:08:01 +01:00
Alex Hultman 99d73a9d65 Timeout and drainage logic 2018-10-28 02:47:56 +02:00
Alex Hultman 005243c8de HttpResponse::internalEnd for end & tryEnd 2018-10-28 02:26:08 +02:00
Alex Hultman f558bce8ca New AsyncSocket interface with bool failure 2018-10-28 00:46:28 +02:00
Alex Hultman 5fd1edc907 Write some formatted content on unhandled 2018-10-27 01:31:34 +02:00
Alex Hultman 0700d8c091 Add NGINX and h2o as bigshots 2018-10-23 07:53:31 +02:00
Alex Hultman 06f7b04810 New chart 2018-10-22 18:02:39 +02:00
Alex Hultman ee43523438 Add files via upload 2018-10-22 17:38:51 +02:00
Alex Hultman 8cfda9f4b0 Handle socket closing, shutdown, error & (upgrade) in HTTP handlers 2018-10-17 22:23:25 +02:00
Alex Hultman 8105c65fa6 Add all HTTP methods 2018-10-16 23:55:25 +02:00
Alex Hultman bb77fac1fc Add some benchmarking comments 2018-10-16 23:16:46 +02:00
Alex Hultman bc13b10461 Update README.md 2018-10-05 00:14:06 +02:00
Alex Hultman 5e5d0de0e9 Hook up req->getParameter 2018-10-05 00:10:43 +02:00
Alex Hultman be0eb69597 Fix the router (todo: req->getParameter hook up) 2018-10-04 04:05:43 +02:00
Alex Hultman 7d06bef485 Fix up router, add .post route 2018-10-03 19:36:46 +02:00
Alex Hultman d4ca158495 Add .unhandled route 2018-10-03 18:35:20 +02:00
Alex Hultman 0d932e9649 Add mime types to files served 2018-09-30 23:38:12 +02:00
Alex Hultman b89699607a Enable SSL support in HttpServer 2018-09-30 23:13:05 +02:00
Alex Hultman ecfeffed7b Fix up streaming for demo purposes (needs stability fixes) 2018-09-30 22:42:28 +02:00
Alex Hultman 4ae18f9a6a Find the bug, let's fix this up soon 2018-09-30 22:26:09 +02:00
Alex Hultman 5130b6f8c2 Update Http example server 2018-09-30 03:38:18 +02:00
Alex Hultman 35bc03e228 Update README.md 2018-09-30 02:54:11 +02:00
Alex Hultman b514da14ca Almost working async file streamer 2018-09-29 21:35:28 +02:00
Alex Hultman 5a1de2039c Fix up async file streaming 2018-09-29 19:42:35 +02:00
Alex Hultman c79f68605a Add benchmarks folder 2018-09-29 19:42:01 +02:00
Alex Hultman 4b33dd1b3e Update README.md 2018-09-28 23:09:40 +02:00
Alex Hultman 5f0da592f9 Update README.md 2018-09-28 16:49:14 +02:00
Alex Hultman 6b5cae0397 Update READMORE.md 2018-09-28 16:47:53 +02:00
Alex Hultman f34cd1143b Create FAQ.md 2018-09-28 16:46:19 +02:00
Alex Hultman f46661fc9a Update README.md 2018-09-28 16:41:36 +02:00
Alex Hultman 5cd65c4cd9 Update README.md 2018-09-28 16:22:11 +02:00
Alex Hultman 3f11add86e Organize things 2018-09-28 16:18:57 +02:00
Alex Hultman 18316d7852 Fix AsyncSocket buffering mistake 2018-09-28 14:24:00 +02:00
Alex Hultman 2c511ec904 More work on new streams 2018-09-27 23:44:46 +02:00
Alex Hultman ee81e9b0b0 Remove old commented out code 2018-09-26 21:40:22 +02:00
Alex Hultman c25a2785e5 Begin work on new streams, chunked response streams, etc 2018-09-26 20:42:26 +02:00
Alex Hultman 18367b58fd Begin using optparse (broken for now) 2018-09-26 15:40:01 +02:00
Alex Hultman 6b140718ee Track optparse.h 2018-09-24 00:08:32 +02:00
Alex Hultman 49f503c570 Reopen closed file fixes binary diffs 2018-09-23 23:52:12 +02:00
Alex Hultman 8106a0f628 Loop::defer and almost working async streaming 2018-09-23 21:48:29 +02:00
Alex Hultman 2fb87b67c7 Begin work on AsyncFileReader demo 2018-09-23 20:32:47 +02:00
Alex Hultman 7f3753e9db Various comments and fixes 2018-09-23 18:00:18 +02:00
Alex Hultman ede5fb304a HTTP_ENDED_STREAM_OUT and clean-ups 2018-09-21 00:02:53 +02:00
Alex Hultman 178dae70c2 Support responses with no specified length 2018-09-20 23:14:50 +02:00
Alex Hultman 932b0b8944 Begin work on new streams API 2018-09-20 21:51:54 +02:00
Alex Hultman 099f162576 Update examples with dh_params 2018-09-20 19:12:31 +02:00