Commit Graph

  • 19db2093e5 Gracefully fail to listen if SSL cert/key was missing Alex Hultman 2020-04-03 21:31:31 +02:00
  • 22d661609a Zero-length inflations are peculiar, yet valid Alex Hultman 2020-04-03 20:46:20 +02:00
  • 11696c54be Amagad, fix fuzzing Alex Hultman 2020-03-05 19:49:38 +01:00
  • dfbab89e6e Restore UWS_NO_ZLIB Alex Hultman 2020-03-02 21:26:18 +01:00
  • 3a64336493 Fix fuzzing of permessage-deflate Alex Hultman 2020-03-02 18:11:49 +01:00
  • 2e65bf0a67 3kb is smallest compressor Alex Hultman 2020-02-29 05:21:30 +01:00
  • 3a856b610b Add memory limited dedicated compressors Alex Hultman 2020-02-29 04:06:27 +01:00
  • 7313e0168d Add link to fuzzing bug list Alex Hultman 2020-02-29 01:25:32 +01:00
  • 591518b2d0 Ping/pong ahoy Alex Hultman 2020-02-29 00:18:25 +01:00
  • 95f173bff8 Reintroduce ping/pong handlers Alex Hultman 2020-02-29 00:05:00 +01:00
  • 1c84277fd9 Optionally prevent sending of "uWebSockets" header (#998) Dmitry Igrishin 2020-02-23 20:41:25 +03:00
  • b06336a941 Update READMORE.md Alex Hultman 2020-01-20 01:05:52 +01:00
  • 588d234d45 Allow having no open handler Alex Hultman 2020-01-19 19:57:25 +01:00
  • 5da9926174 Fix one warning Alex Hultman 2020-01-19 19:49:46 +01:00
  • 0faebc7590 Allow having no close handler Alex Hultman 2020-01-19 19:46:51 +01:00
  • 61b69169c7 Quick-fix for HttpRouter priority flaw Alex Hultman 2020-01-19 19:43:26 +01:00
  • 4e0db32165 Update README.md Alex Hultman 2020-01-12 20:27:21 +01:00
  • d4e0032a3d Also call cork while doing so Alex Hultman 2020-01-12 20:23:43 +01:00
  • f0574d5fbb Make sure to call write while fuzzing Alex Hultman 2020-01-12 20:19:44 +01:00
  • dde628956b Fuzz ws->unsubscribeAll Alex Hultman 2020-01-12 18:56:54 +01:00
  • 2de34fa3f6 Stress more with MockedHelloWorld Alex Hultman 2020-01-12 18:52:46 +01:00
  • 42977d3570 Add MockedEmptyHandlersServer fuzz target Alex Hultman 2020-01-12 18:18:54 +01:00
  • 02f1ceeba0 Add WebSocket::unsubscribeAll Alex Hultman 2020-01-12 17:46:29 +01:00
  • 108d4f527f Call loop pre/post more often while fuzzing Alex Hultman 2020-01-11 23:15:29 +01:00
  • 5d0d821bb2 Emit pre/post callbacks while fuzzing Alex Hultman 2020-01-11 23:00:20 +01:00
  • d6954bad3b Update README.md Alex Hultman 2020-01-09 20:59:25 +01:00
  • fbfb6ea28b Update README.md Alex Hultman 2020-01-09 20:56:43 +01:00
  • 55fa272f5a Update README.md Alex Hultman 2020-01-09 19:35:29 +01:00
  • e9d8ed9197 Add TopicTree fuzz target Alex Hultman 2020-01-09 19:32:14 +01:00
  • 199f42e800 It's no longer a draft Alex Hultman 2020-01-09 18:48:26 +01:00
  • f118566258 Update TopicTreeDraft.h Alex Hultman 2020-01-09 18:31:44 +01:00
  • 968fd0a142 Don't update min in publish Alex Hultman 2020-01-09 09:25:13 +01:00
  • 7d2c1b4379 Add MockedBroadcastingEchoServer fuzz target Alex Hultman 2020-01-08 18:27:03 +01:00
  • a23d3fd901 Re-enable mocked post fuzz Alex Hultman 2020-01-07 14:04:51 +01:00
  • 03681ccbe6 Restore fuzzing makefile Alex Hultman 2020-01-04 14:12:26 +01:00
  • 4173938a13 opti: makefile add clean (#924) ForrestSu 2020-01-02 06:04:01 +08:00
  • 02b2af5f24 Always uncork after Http parse Alex Hultman 2020-01-01 22:46:03 +01:00
  • bbbe3bda18 Be strict about maxPayloadLength in inflate Alex Hultman 2020-01-01 18:15:56 +01:00
  • 6fe5ea40aa Silence an UBSAN fuzzing fault Alex Hultman 2020-01-01 17:41:43 +01:00
  • 9038988a48 Do not require 4byte alignment in isValidUtf8 Alex Hultman 2020-01-01 17:37:16 +01:00
  • 736e50bdc8 Fuzz with check for message length passed Alex Hultman 2019-12-31 13:13:42 +01:00
  • 54dd866a84 Fragments forming a long message are not caught early Alex Hultman 2019-12-31 12:56:45 +01:00
  • b9062ec770 Fix HttpContext Alex Hultman 2019-12-29 22:51:10 +01:00
  • 679cb6a6a3 Woops, fix router Alex Hultman 2019-12-29 22:47:39 +01:00
  • 703795c3f5 Clean up router Alex Hultman 2019-12-29 22:36:57 +01:00
  • 563e95b5c1 Automatically cork WebSocket::send Alex Hultman 2019-12-28 22:57:02 +01:00
  • f4bb87a098 Add WebSocket::cork Alex Hultman 2019-12-28 22:47:15 +01:00
  • c971653120 Add GitHub Actions Linux/macOS builder CI Alex Hultman 2019-12-28 22:35:36 +01:00
  • 92fcd32e0a Add router unit tests Alex Hultman 2019-12-28 22:12:49 +01:00
  • f274d63dca Fix all -Wconversion warnings Alex Hultman 2019-12-28 21:19:15 +01:00
  • 5d83b427f5 Update companies banner Alex Hultman 2019-12-28 16:26:24 +01:00
  • 2682028d22 Update uS, fixing some warnings Alex Hultman 2019-12-26 21:21:07 +01:00
  • cccbf2acab Update READMORE.md Alex Hultman 2019-12-26 18:42:02 +01:00
  • 3fb870ac55 Clean-up and fix HttpResponse::cork behavior Alex Hultman 2019-12-26 17:17:33 +01:00
  • bdac60a177 Fix a few warnings Alex Hultman 2019-12-26 16:45:23 +01:00
  • a969a3e53e Fix up router fuzz target Alex Hultman 2019-12-26 16:22:20 +01:00
  • a588ec715e Update READMORE.md Alex Hultman 2019-12-26 01:24:57 +01:00
  • 6d1a6ba1bd Make it compile, lowercase methods Alex Hultman 2019-12-26 01:03:50 +01:00
  • d3b43e3fa1 First stab at new router Alex Hultman 2019-12-26 00:32:02 +01:00
  • 5ab190f430 Breaking: construct/destruct WebSocket UserData Alex Hultman 2019-12-22 00:00:37 +01:00
  • 8b3f037ffd Update uS Alex Hultman 2019-12-21 20:33:38 +01:00
  • afbc53b166 Update uS Alex Hultman 2019-12-05 21:35:17 +01:00
  • 02ad3979a6 Better examples with SSL, build benchmarks Alex Hultman 2019-11-25 21:48:28 +01:00
  • 91a7a44eea Add SSL example Alex Hultman 2019-11-25 21:24:29 +01:00
  • 960350e274 Makefile & uSockets; WITH_WOLFSSL, WITH_OPENSSL, WITH_LIBUV Alex Hultman 2019-11-25 21:22:34 +01:00
  • f358601505 Fix Http timeout of posted data Alex Hultman 2019-11-18 22:08:06 +01:00
  • c05a48d466 Update uSockets Alex Hultman 2019-11-15 21:46:27 +01:00
  • 37d1cdf29d Handle double subscriptions Alex Hultman 2019-11-08 12:16:41 +01:00
  • 606d8a793d Update uSockets Alex Hultman 2019-11-08 00:05:16 +01:00
  • 04d3fb3a99 Make sure to remove post/pre handlers Alex Hultman 2019-11-08 00:00:59 +01:00
  • 4a9ab556bd a few upgrades for the HttpServer example (#955) rimmartin 2019-10-29 14:28:11 -04:00
  • 8af994f713 Update PerMessageDeflate.h Alex Hultman 2019-10-21 10:54:33 +02:00
  • 1707d4b809 Update AsyncSocketData.h Alex Hultman 2019-10-21 10:53:31 +02:00
  • 135ee93c2c Type casting fix (#951) yarreg 2019-10-18 02:51:41 +03:00
  • 105d7d430b Fix typo in read more (#948) Chafik 2019-10-16 18:52:43 -07:00
  • e4d4ef9bbb Fix example build error (#949) yarreg 2019-10-17 04:52:26 +03:00
  • 49f460ef20 Add app.publish Alex Hultman 2019-10-17 02:09:48 +02:00
  • de688869d6 Filter triggered topics without subscribers Alex Hultman 2019-10-17 01:23:27 +02:00
  • d8fe3a25b8 Implement unsubscribe and drain in publish Alex Hultman 2019-10-09 02:33:51 +02:00
  • 2880745629 Add basic maxBackpressure for pubsub Alex Hultman 2019-10-09 01:20:34 +02:00
  • 1707469cf8 Change mark Alex Hultman 2019-10-08 23:12:03 +02:00
  • 62c4253ed3 Add subprotocol response Alex Hultman 2019-10-08 23:10:58 +02:00
  • cbb46b494f Reset timeout on websocket send and publishes Alex Hultman 2019-10-08 22:59:22 +02:00
  • f58a9e1e0d Pass autobahn with pub/sub Alex Hultman 2019-10-08 03:55:27 +02:00
  • d8b2d3cbb9 Update function2 Alex Hultman 2019-10-07 12:03:50 +02:00
  • 6c7844d65f Fix up unsubscribeAll Alex Hultman 2019-10-07 11:58:02 +02:00
  • d09f25850b Hook up new pubsub Alex Hultman 2019-10-07 10:57:04 +02:00
  • a35d7f2ff3 Update TopicTreeDraft.h Alex Hultman 2019-10-07 10:21:46 +02:00
  • 4a8bfe6c3b Add draft Alex Hultman 2019-10-06 21:45:13 +02:00
  • bf42f2170d Update to uSockets v0.3.2 Alex Hultman 2019-08-25 02:23:07 +02:00
  • ba38450b1f Fix compile error: 'INT_MIN' was not declared in this scope (#922) ForrestSu 2019-08-20 01:31:44 +08:00
  • 80cdee4e88 Update README.md Alex Hultman 2019-08-19 02:37:20 +02:00
  • 65cbe7d066 Never use superlatives Alex Hultman 2019-08-18 23:56:27 +02:00
  • d83b4ccc54 Update README.md Alex Hultman 2019-08-18 23:48:54 +02:00
  • 81c24825e3 Link to report Alex Hultman 2019-08-18 23:44:02 +02:00
  • 4c4be6b2a2 Update uS Alex Hultman 2019-08-18 20:18:39 +02:00
  • 911e16efb8 Reset onData handler once we get the fin chunk Alex Hultman 2019-08-17 00:00:39 +02:00
  • 694a9d154e Add new broadcasting benchmark Alex Hultman 2019-08-11 20:36:26 +02:00
  • 1ddb5c0d1c Add broadcasting example Alex Hultman 2019-08-11 19:04:56 +02:00
  • 057093ca5e Yet another delirious entry Alex Hultman 2019-08-03 17:18:08 +00:00