Commit Graph
100 Commits
Author SHA1 Message Date
Alex Hultman 7da868a57d More h3 wrap up 2022-05-15 04:23:47 +02:00
Alex Hultman 9f9ca6936a Bump uSockets 2022-05-13 03:27:34 +02:00
Alex Hultman 3ab07a7eda Add minimal http3 impl. 2022-05-05 04:44:26 +02:00
Alex Hultman dfa9214096 Do not build quic by default 2022-05-05 04:22:34 +02:00
Alex Hultman ca3ab57cf0 Revert "Revert "Allow passing custom ciphers via options (#1435)""
This reverts commit 41c08940ee.
2022-05-05 04:14:45 +02:00
Alex Hultman c580952f9e Bump uSockets 2022-05-05 04:12:55 +02:00
Alex Hultman b498b61532 Remove libdeflate 2022-05-02 23:39:08 +02:00
Alex Hultman b46a456393 Add some Http3 skeleton 2022-05-02 23:32:55 +02:00
Alex Hultman e4c6fbf8de Fix onWritable calling markDone resulting in potential heap-use-after-free 2022-05-02 01:38:11 +02:00
Alex HultmanandGitHub 08a6785074 Update README.md 2022-04-10 23:29:39 +02:00
Alex Hultman 5ecd96a28d Add seed corpus and regression testing 2022-04-10 21:56:30 +02:00
Alex Hultman 41c08940ee Revert "Allow passing custom ciphers via options (#1435)"
This reverts commit 953ac32d17.
2022-04-04 14:45:33 +02:00
Alex Hultman 89ea606da9 Add incredibly nasty hack for Safari 15 garbage browser 2022-01-28 00:26:44 +01:00
Alex HultmanandGitHub 49da3cb27e Link to OSV 2022-01-17 12:59:44 +01:00
Alex Hultman 40742a7c63 Add rust experiment example 2022-01-07 05:51:23 +01:00
Alex Hultman 937afd1669 Fix capi bug, add Makefile 2022-01-07 03:47:23 +01:00
Alex Hultman 5df695e02a Fix fuzzing issues regarding masking 2022-01-03 17:01:07 +01:00
Alex Hultman 0c8be4d20c Optimize unmasking of large messages 2021-12-19 15:13:30 +01:00
Alex Hultman c4d62d71fc Make pause/resume cross-backend 2021-12-15 07:10:38 +01:00
Alex HultmanandGitHub 28932572bf Disable http timeouts during throttling 2021-12-15 06:12:09 +01:00
Alex Hultman 6dc4a11d10 Experimental pause/resume throttling 2021-12-14 21:44:01 +01:00
Alex Hultman e7d8355c37 Fix router order bugs 2021-11-29 05:14:46 +01:00
Alex Hultman 2017892a7d Add failing router tests 2021-11-29 04:42:22 +01:00
Alex Hultman 30b88fde9e Only support endWithoutBody() for now 2021-11-13 12:07:25 +01:00
Alex Hultman 00deb291e3 Add endWithoutBody 2021-11-13 11:59:47 +01:00
Alex Hultman 9a5bc5d09c Clear subscriptions before calling close handler, not after 2021-11-13 09:23:09 +01:00
Alex Hultman 01d16b3ce8 Fix broken compression 2021-10-31 04:34:39 +01:00
Alex Hultman ab7f7eb964 Fix fuzzing build 2021-10-31 00:07:55 +02:00
Alex Hultman 406250ee22 Fix and add more decompressors 2021-10-30 23:53:56 +02:00
Alex Hultman 1dd372d6ac Basic fragmented send feature 2021-10-30 17:46:16 +02:00
Alex HultmanandGitHub e7a2ff4063 Update README.md 2021-10-24 23:29:23 +02:00
Alex HultmanandGitHub 28bc987d99 Update README.md 2021-10-24 23:28:20 +02:00
Alex Hultman 80cd18781b Add WITH_BORINGSSL build flag 2021-10-23 21:41:13 +02:00
Alex Hultman 92a9b3f992 Bump uSockets for OpenSSL 3.0 2021-10-22 02:13:51 +02:00
Alex HultmanandGitHub 5d89839026 Update README.md 2021-10-07 07:15:22 +02:00
Alex Hultman 02691e0cde Fix Windows build? 2021-10-01 04:24:23 +02:00
Alex Hultman 7956546836 Fix getSendBuffer reordering bug 2021-09-30 22:03:58 +02:00
Alex Hultman 6ec6f00ff3 Use uSockets 0.8.1 2021-09-29 06:18:14 +00:00
Alex Hultman 4980400736 Fix tests and fuzzing 2021-09-28 23:31:57 +00:00
root 0ede7e5d8e Optimize big message publishing, fix unreferenced publishes 2021-09-28 23:22:38 +00:00
Alex HultmanandGitHub 814a7ee53e Clear outgoingMessages on last drained subscriber 2021-09-28 23:23:00 +02:00
Alex HultmanandGitHub 182ca20b88 Update PerMessageDeflate.cpp 2021-09-28 23:19:21 +02:00
Alex Hultman 7a3bc47f75 And that is totally wrong & broken 2021-09-27 02:21:46 +02:00
Alex Hultman a924404bed That's definitely not correct either 2021-09-26 20:33:41 +02:00
Alex Hultman 5e1d1f1388 Well that's not correct 2021-09-25 21:43:56 +00:00
Alex Hultman 60939de843 Move TopicTree to the App 2021-09-25 21:24:59 +00:00
Alex Hultman dd67cb01f2 Trigger & fix first fuzzing bug 2021-09-25 06:26:58 +02:00
Alex Hultman 4243874967 Rewritten pub/sub, v20 2021-09-25 04:46:10 +02:00
Alex HultmanandGitHub ebb06374f3 Add files via upload 2021-09-23 19:37:29 +02:00
Alex HultmanandGitHub f1cd150efb Clean senderHoles from deleted subscriber 2021-09-22 21:25:36 +02:00
Alex HultmanandGitHub 6393f97bfb Erase backpressure in steps of 1/32th 2021-09-20 19:10:43 +02:00
Alex Hultman 34cadcee27 getBufferedAmount should only see totalLength 2021-09-20 15:13:11 +00:00
Alex Hultman 3eefc51c08 Reduce pendingRemoval limit to 32kb 2021-09-20 15:01:42 +00:00
Alex Hultman 069e66b31c Optimize getSendBuffer for large sends 2021-09-19 01:19:29 +00:00
Alex Hultman 6617e7bd5c Add size_mb option to load_test 2021-09-19 00:39:36 +00:00
Alex Hultman 7c1ba44545 Improve large backpressure drain performance 2021-09-16 17:13:13 +02:00
Alex Hultman 292b00c4c3 Fix requiresWrite uncorking bug 2021-09-15 02:38:42 +02:00
Alex Hultman d4a24fdb5e Fix v19 reordering bug 2021-09-13 12:58:18 +02:00
Alex Hultman d6f3ebdbc6 Add failing reordering test for v19 2021-09-13 12:36:52 +02:00
Alex HultmanandGitHub 5f0065825a Update EpollEchoServerPubSub.cpp 2021-09-12 19:42:14 +02:00
Alex Hultman 0bf9483894 Fix fuzzing build, make a more interesting example of pubsub 2021-09-12 17:23:46 +02:00
Alex Hultman c35d6c1bb8 Add more checks and warnings for cork buffer misuse 2021-09-12 16:51:50 +02:00
Alex Hultman 78d20fd103 Add more pubsub fuzzing 2021-09-12 14:35:51 +02:00
Alex HultmanandGitHub e669c7017c Update README.md 2021-09-07 14:02:59 +02:00
Alex Hultman 58e1a6f5ec Update uSockets 2021-09-05 06:10:08 +00:00
Alex Hultman d40c2d1a31 Add ASIO event-loop support 2021-09-04 07:45:16 +00:00
Alex HultmanandGitHub e0f25b0f73 Update README.md 2021-08-30 01:13:11 +02:00
Alex HultmanandGitHub 030d113710 Fix WebSocket::close being called in close handler (#1320) 2021-08-29 21:49:18 +02:00
Alex HultmanandGitHub 644f3c5ea8 Cause reported close crash while fuzzing 2021-08-29 21:15:47 +02:00
Alex Hultman 0f586876f8 Fix fuzzing build 2021-08-29 12:14:28 +02:00
Alex HultmanandGitHub c8d088de18 Update TopicTree.cpp 2021-08-29 11:57:18 +02:00
Alex HultmanandGitHub 9d700c43a8 Update EpollHelloWorld.cpp 2021-08-29 11:52:58 +02:00
Alex Hultman 5ec6925113 Update uSockets 2021-08-28 22:38:03 +02:00
Alex Hultman f5b8ec214a Add failing TopicTree test 2021-06-26 19:45:04 +02:00
Alex Hultman eb0ce83f2c Revert "Update uSockets"
This reverts commit 460146caea.
2021-04-28 14:16:23 +02:00
Alex Hultman 460146caea Update uSockets 2021-04-20 01:29:47 +02:00
Alex Hultman 2fb38d5de9 Make scale_test.c easier to use and read 2021-04-13 23:29:57 +02:00
Alex Hultman 75e2479a9c Do not append / to root-level topicNames 2021-04-10 23:16:04 +02:00
Alex Hultman 5df25ffa59 Fix lookupTopic 2021-04-10 22:24:11 +02:00
Alex Hultman 65d1498774 Make conceptual pub/sub changes for v19 2021-04-10 17:22:16 +02:00
Alex Hultman 9d8e37d8a4 Make scale_test report latency for broadcasts 2021-04-06 18:15:45 +02:00
Alex Hultman 640d9d97c6 Broadacst unix time in 8ms intervals, example 2021-04-06 18:02:45 +02:00
Alex Hultman 42d480e529 Add timed broadcast example 2021-04-02 16:13:35 +02:00
Alex Hultman 018b0a6e0c Use multiple IPs on client side of scale_test 2021-04-01 18:02:48 +02:00
Alex HultmanandGitHub be19c7f939 Update Makefile 2021-03-11 22:36:01 +01:00
Alex HultmanandGitHub 0b97cc72d3 Remove unused Multipart functions 2021-03-04 08:31:29 +01:00
Alex Hultman b7202e71ee Fix Multipart parser bug 2021-03-03 12:56:33 +01:00
Alex Hultman b0841451ca Add MultipartParser fuzz target 2021-03-03 12:30:35 +01:00
Alex Hultman 5dba45afed "Increase" fuzzing coverage 2021-03-03 12:10:49 +01:00
Alex Hultman 0e932517fd Ignore chunks after early exit from httpParser 2021-03-02 22:22:00 +01:00
Alex Hultman ca6d4e3119 Never return more than maxPayloadLength in PMD mock 2021-03-01 12:46:12 +01:00
Alex Hultman 5cd2d47c5d Okay fix fuzzing 2021-03-01 12:34:53 +01:00
Alex Hultman 013809f09a Alright, another try 2021-02-28 13:32:15 +01:00
Alex Hultman facd80b30c Use "mocked zlib" (not really) when fuzzing 2021-02-28 12:41:06 +01:00
Alex Hultman 650233500e Fix fuzzing builds 2021-02-28 06:01:46 +01:00
Alex Hultman 8089063504 Expose payload to ping/pong events 2021-02-26 01:32:06 +01:00
Alex HultmanandGitHub 649567d498 Update READMORE.md 2021-02-24 23:32:26 +01:00
Alex HultmanandGitHub d1481ea0f5 Update READMORE.md 2021-02-24 23:24:31 +01:00
Alex HultmanandGitHub 0c71ce1e00 Update READMORE.md 2021-02-24 23:07:03 +01:00
Alex Hultman 29e6ea9f94 Raise zlib compression level 2021-02-24 12:54:35 +01:00