Commit Graph

  • 526d5d8bb9 Mother of god; do not require C++20 Alex Hultman 2022-10-08 06:18:29 +02:00
  • 221509f11d Add isParsingChunkedEncoding helper Alex Hultman 2022-10-08 06:15:20 +02:00
  • 532d70041d Fix that chunk bug Alex Hultman 2022-10-08 06:10:44 +02:00
  • c5a53782bc Make the chunk parser stop after trailer, trigger next bug to fix Alex Hultman 2022-10-08 05:35:02 +02:00
  • e4e04940c5 Greatly improved chunk-encoded parser and test Alex Hultman 2022-10-08 04:32:59 +02:00
  • 5062696f63 Barely make it parse trailers Alex Hultman 2022-10-07 13:50:27 +02:00
  • a21446176d Add new ChunkedEncoding parser and test Alex Hultman 2022-10-07 12:47:29 +02:00
  • eca96bbc74 Support chunked transfer-encoding in fast path Alex Hultman 2022-10-07 03:49:22 +02:00
  • b3b93d7359 Update README.md uNetworkingAB 2022-10-06 23:46:09 +02:00
  • 66cd7c6b9b Removable http routes Alex Hultman 2022-10-06 05:47:06 +02:00
  • 6be58309b8 addServerName should do nothing in non-SSL Alex Hultman 2022-10-03 19:14:42 +02:00
  • 3a53ada17d Experimental parser optimizations Alex Hultman 2022-10-03 01:16:40 +02:00
  • 09a7b2f093 Two missing functions in Http3Response Alex Hultman 2022-09-28 03:43:30 +02:00
  • 47ea36b8b9 Whoops forgot that one Alex Hultman 2022-09-28 03:35:15 +02:00
  • c8982fdde0 Bunch of Http3Response impl. Alex Hultman 2022-09-28 03:32:24 +02:00
  • 88a3e9aa0e add unix domain socket support for websocket (#1486) Young-Flash 2022-09-26 21:45:04 +08:00
  • 01a394cf5f removeServerName should delete the router uNetworkingAB 2022-09-26 01:39:41 +02:00
  • b1b931edfc Add per-SNI HttpRouter support (initial) Alex Hultman 2022-09-26 00:22:30 +02:00
  • c77cae4635 Require 16kb/sec HTTP upload throughput or drop the uploader Alex Hultman 2022-09-25 15:48:00 +02:00
  • 021dfe1937 Update README.md uNetworkingAB 2022-09-13 18:55:34 +02:00
  • 0ba27e0627 Update README.md uNetworkingAB 2022-09-08 04:39:32 +02:00
  • a015c44a36 Improve http3 demo for easy use with Firefox Alex Hultman 2022-09-04 21:17:29 +02:00
  • 8456cb1a32 Improve streaming in and out over quic Alex Hultman 2022-09-04 21:01:44 +02:00
  • 3b7475783d Make h3 video streaming work Alex Hultman 2022-09-04 04:43:18 +02:00
  • 7f94456669 Hook up onAborted, fix a bunch of quic crashes Alex Hultman 2022-08-29 15:11:04 +02:00
  • 072de98691 Bump uSockets Alex Hultman 2022-08-29 14:49:52 +02:00
  • 1e4b2ed320 That should obviously be h3 Alex Hultman 2022-08-29 02:21:45 +02:00
  • f740778997 Http3 POST/GET example working Alex Hultman 2022-08-29 02:19:24 +02:00
  • f2ec5e8453 Redirect all examples to use shipped cert Alex Hultman 2022-08-29 01:29:20 +02:00
  • 0f80f142d7 Wrap more h3, bump uSockets, remove old stuff, add SSL cert Alex Hultman 2022-08-29 01:24:08 +02:00
  • 2ce8af23c7 Fix silly warning in newest compilers Alex Hultman 2022-08-28 22:29:11 +02:00
  • 5eb4635809 Create CODE_OF_CONDUCT.md Alex Hultman 2022-07-28 20:26:09 +02:00
  • 77685b7f9d Whoops Alex Hultman 2022-07-11 03:44:25 +02:00
  • ed14dc79b6 Try memchr_r Alex Hultman 2022-07-11 03:42:51 +02:00
  • c2f29c86c7 More listen overloads Alex Hultman 2022-05-15 18:58:31 +02:00
  • 73c9262f34 Hook up h3 router and callbacks Alex Hultman 2022-05-15 14:39:34 +02:00
  • 7da868a57d More h3 wrap up Alex Hultman 2022-05-15 04:23:47 +02:00
  • 9f9ca6936a Bump uSockets Alex Hultman 2022-05-13 03:27:34 +02:00
  • 3ab07a7eda Add minimal http3 impl. Alex Hultman 2022-05-05 04:44:26 +02:00
  • dfa9214096 Do not build quic by default Alex Hultman 2022-05-05 04:22:34 +02:00
  • ca3ab57cf0 Revert "Revert "Allow passing custom ciphers via options (#1435)"" Alex Hultman 2022-05-05 04:14:45 +02:00
  • c580952f9e Bump uSockets Alex Hultman 2022-05-05 04:12:55 +02:00
  • b498b61532 Remove libdeflate Alex Hultman 2022-05-02 23:39:08 +02:00
  • b46a456393 Add some Http3 skeleton Alex Hultman 2022-05-02 23:32:55 +02:00
  • e4c6fbf8de Fix onWritable calling markDone resulting in potential heap-use-after-free Alex Hultman 2022-05-02 01:38:11 +02:00
  • 44af0e5710 Fix HttpParser/MessageParser for bytes above 7-bit ASCII Alex Hultman 2022-04-20 13:13:12 +02:00
  • 88b1cb10e6 Add failing HttpParser test Alex Hultman 2022-04-20 12:49:41 +02:00
  • 08a6785074 Update README.md Alex Hultman 2022-04-10 23:29:39 +02:00
  • 5ecd96a28d Add seed corpus and regression testing Alex Hultman 2022-04-10 21:56:30 +02:00
  • 41c08940ee Revert "Allow passing custom ciphers via options (#1435)" Alex Hultman 2022-04-04 14:45:33 +02:00
  • 953ac32d17 Allow passing custom ciphers via options (#1435) Shahar Mor 2022-03-25 18:39:13 +03:00
  • eea4b7e0f6 Updated Safari hack to target 15.0-15.3 (#1347) (#1414) Mark Plomer 2022-02-14 02:33:39 +01:00
  • 89ea606da9 Add incredibly nasty hack for Safari 15 garbage browser Alex Hultman 2022-01-28 00:26:44 +01:00
  • 43669bb852 Fixed masking for continuations (#1406) Jan-Mirko Otter 2022-01-25 13:04:31 +01:00
  • 49da3cb27e Link to OSV Alex Hultman 2022-01-17 12:59:44 +01:00
  • 40742a7c63 Add rust experiment example Alex Hultman 2022-01-07 05:51:23 +01:00
  • 937afd1669 Fix capi bug, add Makefile Alex Hultman 2022-01-07 03:47:23 +01:00
  • 5df695e02a Fix fuzzing issues regarding masking Alex Hultman 2022-01-03 17:01:07 +01:00
  • 0c8be4d20c Optimize unmasking of large messages Alex Hultman 2021-12-19 15:13:30 +01:00
  • c4d62d71fc Make pause/resume cross-backend Alex Hultman 2021-12-15 07:10:38 +01:00
  • 28932572bf Disable http timeouts during throttling Alex Hultman 2021-12-15 06:12:09 +01:00
  • 6dc4a11d10 Experimental pause/resume throttling Alex Hultman 2021-12-14 21:44:01 +01:00
  • e7d8355c37 Fix router order bugs Alex Hultman 2021-11-29 05:14:46 +01:00
  • 2017892a7d Add failing router tests Alex Hultman 2021-11-29 04:42:22 +01:00
  • ce641a4c09 fix compile error on windows(visual studio 2022) (#1386) ggyy 2021-11-24 22:12:23 +08:00
  • e8b870c7ba Can't unsubscribe without subscriber (#1383) e3dio 2021-11-20 12:37:46 -07:00
  • 30b88fde9e Only support endWithoutBody() for now Alex Hultman 2021-11-13 12:07:25 +01:00
  • 00deb291e3 Add endWithoutBody Alex Hultman 2021-11-13 11:59:47 +01:00
  • 9a5bc5d09c Clear subscriptions before calling close handler, not after Alex Hultman 2021-11-13 09:23:09 +01:00
  • 01d16b3ce8 Fix broken compression Alex Hultman 2021-10-31 04:34:39 +01:00
  • ab7f7eb964 Fix fuzzing build Alex Hultman 2021-10-31 00:07:55 +02:00
  • 406250ee22 Fix and add more decompressors Alex Hultman 2021-10-30 23:53:56 +02:00
  • 1dd372d6ac Basic fragmented send feature Alex Hultman 2021-10-30 17:46:16 +02:00
  • e7a2ff4063 Update README.md Alex Hultman 2021-10-24 23:29:23 +02:00
  • 28bc987d99 Update README.md Alex Hultman 2021-10-24 23:28:20 +02:00
  • 80cd18781b Add WITH_BORINGSSL build flag Alex Hultman 2021-10-23 21:41:13 +02:00
  • 92a9b3f992 Bump uSockets for OpenSSL 3.0 Alex Hultman 2021-10-22 02:13:51 +02:00
  • 5d89839026 Update README.md Alex Hultman 2021-10-07 07:15:22 +02:00
  • 02691e0cde Fix Windows build? Alex Hultman 2021-10-01 04:24:23 +02:00
  • 7956546836 Fix getSendBuffer reordering bug Alex Hultman 2021-09-30 22:03:58 +02:00
  • 6ec6f00ff3 Use uSockets 0.8.1 Alex Hultman 2021-09-29 06:18:14 +00:00
  • 4980400736 Fix tests and fuzzing Alex Hultman 2021-09-28 23:31:57 +00:00
  • 0ede7e5d8e Optimize big message publishing, fix unreferenced publishes root 2021-09-28 23:22:38 +00:00
  • 814a7ee53e Clear outgoingMessages on last drained subscriber Alex Hultman 2021-09-28 23:23:00 +02:00
  • 182ca20b88 Update PerMessageDeflate.cpp Alex Hultman 2021-09-28 23:19:21 +02:00
  • 415fec3830 Add DEDICATED_DECOMPRESSOR CompressOption Alex Hultman 2021-09-28 04:06:49 +02:00
  • 7a3bc47f75 And that is totally wrong & broken Alex Hultman 2021-09-27 02:21:46 +02:00
  • a924404bed That's definitely not correct either Alex Hultman 2021-09-26 20:33:41 +02:00
  • 5e1d1f1388 Well that's not correct Alex Hultman 2021-09-25 21:43:56 +00:00
  • 60939de843 Move TopicTree to the App Alex Hultman 2021-09-25 21:24:59 +00:00
  • dd67cb01f2 Trigger & fix first fuzzing bug Alex Hultman 2021-09-25 06:26:58 +02:00
  • 4243874967 Rewritten pub/sub, v20 Alex Hultman 2021-09-25 04:42:03 +02:00
  • ebb06374f3 Add files via upload Alex Hultman 2021-09-23 19:37:29 +02:00
  • f1cd150efb Clean senderHoles from deleted subscriber Alex Hultman 2021-09-22 21:25:36 +02:00
  • 6393f97bfb Erase backpressure in steps of 1/32th Alex Hultman 2021-09-20 19:10:43 +02:00
  • 34cadcee27 getBufferedAmount should only see totalLength Alex Hultman 2021-09-20 15:13:11 +00:00
  • 3eefc51c08 Reduce pendingRemoval limit to 32kb Alex Hultman 2021-09-20 15:01:42 +00:00
  • 069e66b31c Optimize getSendBuffer for large sends Alex Hultman 2021-09-19 01:19:29 +00:00
  • 6617e7bd5c Add size_mb option to load_test Alex Hultman 2021-09-19 00:39:36 +00:00
  • 7c1ba44545 Improve large backpressure drain performance Alex Hultman 2021-09-16 17:13:13 +02:00