Commit Graph

437 Commits

Author SHA1 Message Date
Alex Hultman 7313e0168d Add link to fuzzing bug list 2020-02-29 01:25:32 +01:00
Alex Hultman 591518b2d0 Ping/pong ahoy 2020-02-29 00:18:25 +01:00
Alex Hultman 95f173bff8 Reintroduce ping/pong handlers 2020-02-29 00:05:00 +01:00
Dmitry Igrishin 1c84277fd9 Optionally prevent sending of "uWebSockets" header (#998)
* Optionally prevent sending of "uWebSockets" header
2020-02-23 18:41:25 +01:00
Alex Hultman b06336a941 Update READMORE.md 2020-01-20 01:05:52 +01:00
Alex Hultman 588d234d45 Allow having no open handler 2020-01-19 19:57:25 +01:00
Alex Hultman 5da9926174 Fix one warning 2020-01-19 19:49:46 +01:00
Alex Hultman 0faebc7590 Allow having no close handler 2020-01-19 19:46:51 +01:00
Alex Hultman 61b69169c7 Quick-fix for HttpRouter priority flaw 2020-01-19 19:43:26 +01:00
Alex Hultman 4e0db32165 Update README.md 2020-01-12 20:27:21 +01:00
Alex Hultman d4e0032a3d Also call cork while doing so 2020-01-12 20:23:43 +01:00
Alex Hultman f0574d5fbb Make sure to call write while fuzzing 2020-01-12 20:19:44 +01:00
Alex Hultman dde628956b Fuzz ws->unsubscribeAll 2020-01-12 18:56:54 +01:00
Alex Hultman 2de34fa3f6 Stress more with MockedHelloWorld 2020-01-12 18:52:46 +01:00
Alex Hultman 42977d3570 Add MockedEmptyHandlersServer fuzz target 2020-01-12 18:22:54 +01:00
Alex Hultman 02f1ceeba0 Add WebSocket::unsubscribeAll 2020-01-12 17:46:29 +01:00
Alex Hultman 108d4f527f Call loop pre/post more often while fuzzing 2020-01-11 23:15:29 +01:00
Alex Hultman 5d0d821bb2 Emit pre/post callbacks while fuzzing 2020-01-11 23:00:20 +01:00
Alex Hultman d6954bad3b Update README.md 2020-01-09 20:59:25 +01:00
Alex Hultman fbfb6ea28b Update README.md 2020-01-09 20:56:43 +01:00
Alex Hultman 55fa272f5a Update README.md 2020-01-09 19:35:29 +01:00
Alex Hultman e9d8ed9197 Add TopicTree fuzz target 2020-01-09 19:32:14 +01:00
Alex Hultman 199f42e800 It's no longer a draft 2020-01-09 18:48:26 +01:00
Alex Hultman f118566258 Update TopicTreeDraft.h 2020-01-09 18:31:44 +01:00
Alex Hultman 968fd0a142 Don't update min in publish 2020-01-09 09:25:13 +01:00
Alex Hultman 7d2c1b4379 Add MockedBroadcastingEchoServer fuzz target 2020-01-08 18:27:03 +01:00
Alex Hultman a23d3fd901 Re-enable mocked post fuzz 2020-01-07 14:04:51 +01:00
Alex Hultman 03681ccbe6 Restore fuzzing makefile 2020-01-04 14:12:26 +01:00
ForrestSu 4173938a13 opti: makefile add clean (#924) 2020-01-01 23:04:01 +01:00
Alex Hultman 02b2af5f24 Always uncork after Http parse 2020-01-01 22:46:03 +01:00
Alex Hultman bbbe3bda18 Be strict about maxPayloadLength in inflate 2020-01-01 18:15:56 +01:00
Alex Hultman 6fe5ea40aa Silence an UBSAN fuzzing fault 2020-01-01 17:41:43 +01:00
Alex Hultman 9038988a48 Do not require 4byte alignment in isValidUtf8 2020-01-01 17:37:16 +01:00
Alex Hultman 736e50bdc8 Fuzz with check for message length passed 2019-12-31 13:13:42 +01:00
Alex Hultman 54dd866a84 Fragments forming a long message are not caught early 2019-12-31 12:56:45 +01:00
Alex Hultman b9062ec770 Fix HttpContext 2019-12-29 22:51:10 +01:00
Alex Hultman 679cb6a6a3 Woops, fix router 2019-12-29 22:47:39 +01:00
Alex Hultman 703795c3f5 Clean up router 2019-12-29 22:36:57 +01:00
Alex Hultman 563e95b5c1 Automatically cork WebSocket::send 2019-12-28 22:57:02 +01:00
Alex Hultman f4bb87a098 Add WebSocket::cork 2019-12-28 22:47:15 +01:00
Alex Hultman c971653120 Add GitHub Actions Linux/macOS builder CI 2019-12-28 22:35:36 +01:00
Alex Hultman 92fcd32e0a Add router unit tests 2019-12-28 22:12:49 +01:00
Alex Hultman f274d63dca Fix all -Wconversion warnings 2019-12-28 21:44:54 +01:00
Alex Hultman 5d83b427f5 Update companies banner 2019-12-28 16:26:24 +01:00
Alex Hultman 2682028d22 Update uS, fixing some warnings 2019-12-26 22:04:04 +01:00
Alex Hultman cccbf2acab Update READMORE.md 2019-12-26 18:42:02 +01:00
Alex Hultman 3fb870ac55 Clean-up and fix HttpResponse::cork behavior 2019-12-26 17:17:33 +01:00
Alex Hultman bdac60a177 Fix a few warnings 2019-12-26 16:45:23 +01:00
Alex Hultman a969a3e53e Fix up router fuzz target 2019-12-26 16:22:20 +01:00
Alex Hultman a588ec715e Update READMORE.md 2019-12-26 01:24:57 +01:00