Commit Graph

  • 260b7b9e3b Won't need libuv anymore Alex Hultman 2019-08-02 15:16:10 +02:00
  • 9b9fe3200d Update to uSockets v0.3.1 Alex Hultman 2019-07-30 00:14:28 +00:00
  • 1c237bfec8 Do not use Z_FINISH in permessage-deflate Alex Hultman 2019-07-28 21:57:31 +00:00
  • 7040a80738 Update README.md Alex Hultman 2019-07-21 23:34:47 +02:00
  • f4b7e9ee70 Fix undefined store in formatMessage Alex Hultman 2019-07-08 09:07:28 +02:00
  • 24b15097ad More investigation Alex Hultman 2019-06-27 20:47:56 +02:00
  • ff285785b1 Investigation continues Alex Hultman 2019-06-26 20:58:24 +02:00
  • 734229a546 Try and figure out where things break Alex Hultman 2019-06-25 21:37:25 +02:00
  • 2007a630f5 Update uSockets, improve Makefile Alex Hultman 2019-06-22 09:53:37 -07:00
  • d18b45bf9e Quick "fix" using static_assert Alex Hultman 2019-06-22 13:11:29 +02:00
  • cb8231fcc2 Fix integer overflow for now Alex Hultman 2019-06-22 13:05:45 +02:00
  • bec0ab1831 Cover more code in mocked hello world Alex Hultman 2019-06-22 12:43:33 +02:00
  • 248df5cf65 Clean up fuzzing Makefile Alex Hultman 2019-06-21 13:43:02 +02:00
  • 441a1d33ea Trigger even more code while fuzzing Alex Hultman 2019-06-21 13:27:13 +02:00
  • c0d8b383cc Enable permessage-deflate while fuzzing Alex Hultman 2019-06-21 00:37:04 +02:00
  • 7e3118ae73 Update README.md Alex Hultman 2019-06-21 00:27:25 +02:00
  • e6908aeec2 Re-enable experimental pub/sub support Alex Hultman 2019-06-20 20:37:20 +02:00
  • 158fb9ef5a Rather use last byte to determine what to do Alex Hultman 2019-06-19 23:15:17 +02:00
  • 29761db349 Cover more code, fix leak due to not emitting close while mocking Alex Hultman 2019-06-19 22:48:13 +02:00
  • 9faa44ca53 Add "make all" building fuzz, benchmarks and all examples Alex Hultman 2019-06-18 22:37:40 +02:00
  • 8cd13833d9 Fix multithreaded loop clean-up, fixes #888 (#902) BotoX 2019-06-18 22:21:30 +02:00
  • dfe0df6586 Loop over data in chunks of 0-255 while mocking Alex Hultman 2019-06-18 18:46:23 +02:00
  • 7a5365543a Move oss-fuzz building rules to here Alex Hultman 2019-06-16 15:20:18 +02:00
  • 8e20f490ea Update uSockets Alex Hultman 2019-06-16 14:23:27 +02:00
  • bb6ba4368b Update to uSockets v0.2.0 Alex Hultman 2019-06-16 13:25:42 +02:00
  • c102034870 Add MockedEchoServer fuzz target, fix App capture of moving this Alex Hultman 2019-06-16 12:53:19 +02:00
  • 48cca47c63 Update Http.cpp Alex Hultman 2019-06-15 21:53:31 +02:00
  • e6f21a8354 Update Http.cpp Alex Hultman 2019-06-15 21:39:14 +02:00
  • 7551339a52 Update Http.cpp Alex Hultman 2019-06-15 21:37:41 +02:00
  • cb12320483 Update helpers.h Alex Hultman 2019-06-14 21:56:06 +02:00
  • a2f96d46f9 Clarify getHeader argument meaning (#906) Richard Hozák 2019-06-14 10:15:02 +02:00
  • a87df76f91 Update HttpParser.h Alex Hultman 2019-06-13 21:20:22 +02:00
  • a11df69fea Update uSocketsMock.c Alex Hultman 2019-06-13 20:14:03 +02:00
  • 4f803182ec Update uS Alex Hultman 2019-06-12 12:49:25 +02:00
  • c5c0242830 Update benchmarks to compile with uSockets 0.2.0 Alex Hultman 2019-06-12 11:24:01 +02:00
  • afe63d6f25 Fix oss-fuzz reported issues Alex Hultman 2019-06-12 10:58:29 +02:00
  • 28e0f24f2f Update uSocketsMock.c to the 0.2.0 interfaces Alex Hultman 2019-06-11 19:31:58 +02:00
  • 2714ffe8d6 Upgrade to uSockets 0.2.0a1 (experimental) Alex Hultman 2019-06-11 19:16:46 +02:00
  • ce66e6c13c Update README.md Alex Hultman 2019-06-10 02:15:13 +02:00
  • 5098ec279f Compile uSocketsMock as C Alex Hultman 2019-06-10 01:19:18 +02:00
  • 72ad34075e Try and fix ubsan complaints Alex Hultman 2019-06-10 00:44:50 +02:00
  • 2c85dc51c6 Use LLVMFuzzerInitialize instead Alex Hultman 2019-06-10 00:16:30 +02:00
  • 47dd5a49ac Add MockedHelloWorld fuzz target with uSocketsMock.c Alex Hultman 2019-06-09 23:44:17 +02:00
  • 2c19e4f221 Add mocking idea Alex Hultman 2019-06-09 22:01:02 +02:00
  • 8329285ef1 Add PerMessageDeflate fuzz target Alex Hultman 2019-06-09 21:52:53 +02:00
  • bc6ea664b1 Add files via upload Alex Hultman 2019-06-09 11:05:16 +02:00
  • 12ec7a6234 Fix up fuzzing Alex Hultman 2019-06-09 09:45:30 +02:00
  • 5e787b19b3 Make all examples compile with GCC on Ubuntu Alex Hultman 2019-06-09 09:32:55 +02:00
  • 996703dde6 Make everything struct, never use class Alex Hultman 2019-06-09 08:07:51 +02:00
  • 762b18459e Refactor a bit, put everything in uWS namespace Alex Hultman 2019-06-09 07:53:43 +02:00
  • 3b36ea3a45 Strip ? from getQuery Alex Hultman 2019-05-23 13:46:38 +02:00
  • 93b6971bf7 Update uS Alex Hultman 2019-04-17 22:25:59 +02:00
  • ba5f656041 Don't pass zero length host as host, update uS Alex Hultman 2019-04-17 22:07:55 +02:00
  • caeaade092 Add functions to accept listening options (#879) Mike Seese 2019-04-17 14:38:25 -04:00
  • 31574ec63a Actually make it build, fix simple warning Alex Hultman 2019-04-16 17:13:10 +02:00
  • 799fe89a9b Add experimental HttpResponse::cork Alex Hultman 2019-04-16 16:59:28 +02:00
  • c1ea38ae10 Quick-fix GCC build Alex Hultman 2019-04-16 14:33:38 +02:00
  • 7ea680e187 Fix misaligned websocket reads Alex Hultman 2019-04-15 22:15:45 +02:00
  • b36607dac6 Guarantee to end http parsing after websocket upgrade Alex Hultman 2019-04-04 00:20:36 +02:00
  • 41ed5e3990 Fuzz WebSockets in chunks Alex Hultman 2019-04-03 03:51:15 +02:00
  • 5dd1932f5f Salvage fallback buffer from burning house Alex Hultman 2019-04-03 03:29:44 +02:00
  • d4bf6346df Guarantee SSO is not applicable to fallback buffer Alex Hultman 2019-04-03 03:17:02 +02:00
  • 7f35d06920 Add fuzzing/helpers.h Alex Hultman 2019-04-03 03:00:49 +02:00
  • cd00bfc779 Fuzz Http in chunks Alex Hultman 2019-04-03 02:59:24 +02:00
  • af9513e3e4 Update README.md Alex Hultman 2019-03-13 18:00:26 +01:00
  • c42e54780c Update README.md Alex Hultman 2019-03-13 17:41:54 +01:00
  • ea0d6a0b3d Also fuzz handshakes Alex Hultman 2019-03-13 17:21:05 +01:00
  • 9fb3580785 Fix up benchmarks for new uSockets Alex Hultman 2019-03-13 17:05:56 +01:00
  • 0e0d796cfd Also fuzz the extensions negotiator Alex Hultman 2019-03-13 16:59:04 +01:00
  • a9c9dd4a7d Fix wildcard routing precedence bug, fuzz router Alex Hultman 2019-03-13 11:01:23 +01:00
  • c5863b67ce Update uS Alex Hultman 2019-03-10 14:08:47 +01:00
  • 9d6d4d5c99 Don't include method/url in header iteration Alex Hultman 2019-03-10 13:34:41 +01:00
  • 0212ee5bd0 Allow iteration over headers Alex Hultman 2019-03-10 12:43:31 +01:00
  • 1680046963 Fix upgrade handshake Alex Hultman 2019-03-10 05:14:16 +01:00
  • cd899fb988 Update README.md Alex Hultman 2019-03-09 14:36:37 +01:00
  • a8184c3844 Fix fuzzing Alex Hultman 2019-03-09 14:08:15 +01:00
  • 3b3b1d70c6 Add Http fuzzing Alex Hultman 2019-03-09 12:01:59 +01:00
  • 2ba5d06bdf Add fuzz testing Alex Hultman 2019-03-09 11:31:34 +01:00
  • 9f35abf383 Link to uWS.js Alex Hultman 2019-03-03 23:49:43 +01:00
  • 6a8bbc0327 Update uS Alex Hultman 2019-03-03 07:52:34 +01:00
  • 495ccfc076 Update uS, add AsyncSocket::getRemoteAddress() Alex Hultman 2019-03-03 07:40:44 +01:00
  • 35e6bad33b Tweak Loop::get for "default" loops Alex Hultman 2019-03-02 04:36:06 +01:00
  • b1de3a5135 Refactor Loop::defaultLoop() to Loop::get(), never use "default loops". Alex Hultman 2019-03-02 03:04:07 +01:00
  • 6801ab8969 Add threaded websocket server, skip broken examples Alex Hultman 2019-03-01 18:10:44 +01:00
  • 4fd895c8e7 Add HelloWorldThreaded and (actually) fix race Alex Hultman 2019-03-01 18:00:14 +01:00
  • 940980f501 Fix race in defaultLoop Alex Hultman 2019-03-01 16:14:53 +01:00
  • 2afe6a6efb Only set sec-websocket-extensions if we have an offer Alex Hultman 2019-03-01 15:43:20 +01:00
  • b4b4225fb3 Update README.md Alex Hultman 2019-02-27 18:54:02 +01:00
  • d17eb0c71c Update uS to v0.1.2 Alex Hultman 2019-02-21 20:29:15 +01:00
  • 4db0cd5527 What about making it compile Alex Hultman 2019-02-21 14:05:15 +01:00
  • 73ddb42a9e Timeout clients sending http body data too slow Alex Hultman 2019-02-21 13:59:42 +01:00
  • 588d6558e7 Emit isLast onData cb if we have no data Alex Hultman 2019-02-21 13:51:40 +01:00
  • 7ff9f9b04c Ping every 16 seconds in scale_test Alex Hultman 2019-02-19 16:45:14 +01:00
  • b2a8ccfa7a Add scale_test to benchmarks Alex Hultman 2019-02-19 11:44:59 +01:00
  • d1f1b646f2 Add gobwas/ws to benchmark results Alex Hultman 2019-02-13 09:56:59 +01:00
  • a74ad8aeb3 Add Deno websocket benchmark results Alex Hultman 2019-02-13 03:05:46 +01:00
  • b6173d68b4 Expose constructorFailed Alex Hultman 2019-02-10 12:37:56 +01:00
  • 02f20bf030 Add listen(host, port, callback) Alex Hultman 2019-02-10 11:18:53 +01:00
  • 399318f866 Disable TopicTree for now Alex Hultman 2019-02-10 02:11:11 +01:00
  • 3e4e70da20 Make it compile Alex Hultman 2019-02-10 01:22:24 +01:00