Commit Graph

339 Commits

Author SHA1 Message Date
Alex Hultman 24b15097ad More investigation 2019-06-27 20:47:56 +02:00
Alex Hultman ff285785b1 Investigation continues 2019-06-26 20:58:24 +02:00
Alex Hultman 734229a546 Try and figure out where things break 2019-06-25 21:37:25 +02:00
Alex Hultman 2007a630f5 Update uSockets, improve Makefile 2019-06-22 19:29:22 +02:00
Alex Hultman d18b45bf9e Quick "fix" using static_assert 2019-06-22 13:11:29 +02:00
Alex Hultman cb8231fcc2 Fix integer overflow for now 2019-06-22 13:05:45 +02:00
Alex Hultman bec0ab1831 Cover more code in mocked hello world 2019-06-22 12:43:33 +02:00
Alex Hultman 248df5cf65 Clean up fuzzing Makefile 2019-06-21 13:43:02 +02:00
Alex Hultman 441a1d33ea Trigger even more code while fuzzing 2019-06-21 13:27:13 +02:00
Alex Hultman c0d8b383cc Enable permessage-deflate while fuzzing 2019-06-21 00:37:04 +02:00
Alex Hultman 7e3118ae73 Update README.md 2019-06-21 00:27:25 +02:00
Alex Hultman e6908aeec2 Re-enable experimental pub/sub support 2019-06-20 20:37:20 +02:00
Alex Hultman 158fb9ef5a Rather use last byte to determine what to do 2019-06-19 23:15:17 +02:00
Alex Hultman 29761db349 Cover more code, fix leak due to not emitting close while mocking 2019-06-19 22:48:13 +02:00
Alex Hultman 9faa44ca53 Add "make all" building fuzz, benchmarks and all examples 2019-06-18 22:37:40 +02:00
BotoX 8cd13833d9 Fix multithreaded loop clean-up, fixes #888 (#902)
* Fix multithreaded loop clean-up, fixes #888

* Style fixes
2019-06-18 22:21:30 +02:00
Alex Hultman dfe0df6586 Loop over data in chunks of 0-255 while mocking 2019-06-18 18:46:23 +02:00
Alex Hultman 7a5365543a Move oss-fuzz building rules to here 2019-06-16 15:20:18 +02:00
Alex Hultman 8e20f490ea Update uSockets 2019-06-16 14:23:27 +02:00
Alex Hultman bb6ba4368b Update to uSockets v0.2.0 2019-06-16 13:25:42 +02:00
Alex Hultman c102034870 Add MockedEchoServer fuzz target, fix App capture of moving this 2019-06-16 12:53:19 +02:00
Alex Hultman 48cca47c63 Update Http.cpp 2019-06-15 21:53:31 +02:00
Alex Hultman e6f21a8354 Update Http.cpp 2019-06-15 21:39:14 +02:00
Alex Hultman 7551339a52 Update Http.cpp 2019-06-15 21:37:41 +02:00
Alex Hultman cb12320483 Update helpers.h 2019-06-14 21:56:06 +02:00
Richard Hozák a2f96d46f9 Clarify getHeader argument meaning (#906) 2019-06-14 10:15:02 +02:00
Alex Hultman a87df76f91 Update HttpParser.h 2019-06-13 21:20:22 +02:00
Alex Hultman a11df69fea Update uSocketsMock.c 2019-06-13 20:14:03 +02:00
Alex Hultman 4f803182ec Update uS 2019-06-12 12:49:25 +02:00
Alex Hultman c5c0242830 Update benchmarks to compile with uSockets 0.2.0 2019-06-12 11:24:01 +02:00
Alex Hultman afe63d6f25 Fix oss-fuzz reported issues 2019-06-12 10:58:29 +02:00
Alex Hultman 28e0f24f2f Update uSocketsMock.c to the 0.2.0 interfaces 2019-06-11 19:31:58 +02:00
Alex Hultman 2714ffe8d6 Upgrade to uSockets 0.2.0a1 (experimental) 2019-06-11 19:16:46 +02:00
Alex Hultman ce66e6c13c Update README.md 2019-06-10 02:15:13 +02:00
Alex Hultman 5098ec279f Compile uSocketsMock as C 2019-06-10 01:19:18 +02:00
Alex Hultman 72ad34075e Try and fix ubsan complaints 2019-06-10 00:44:50 +02:00
Alex Hultman 2c85dc51c6 Use LLVMFuzzerInitialize instead 2019-06-10 00:16:30 +02:00
Alex Hultman 47dd5a49ac Add MockedHelloWorld fuzz target with uSocketsMock.c 2019-06-09 23:44:17 +02:00
Alex Hultman 2c19e4f221 Add mocking idea 2019-06-09 22:01:02 +02:00
Alex Hultman 8329285ef1 Add PerMessageDeflate fuzz target 2019-06-09 21:52:53 +02:00
Alex Hultman bc6ea664b1 Add files via upload 2019-06-09 11:05:16 +02:00
Alex Hultman 12ec7a6234 Fix up fuzzing 2019-06-09 09:45:30 +02:00
Alex Hultman 5e787b19b3 Make all examples compile with GCC on Ubuntu 2019-06-09 09:32:55 +02:00
Alex Hultman 996703dde6 Make everything struct, never use class 2019-06-09 08:07:51 +02:00
Alex Hultman 762b18459e Refactor a bit, put everything in uWS namespace 2019-06-09 07:53:43 +02:00
Alex Hultman 3b36ea3a45 Strip ? from getQuery 2019-05-23 13:46:38 +02:00
Alex Hultman 93b6971bf7 Update uS 2019-04-17 22:25:59 +02:00
Alex Hultman ba5f656041 Don't pass zero length host as host, update uS 2019-04-17 22:07:55 +02:00
Mike Seese caeaade092 Add functions to accept listening options (#879) 2019-04-17 20:38:25 +02:00
Alex Hultman 31574ec63a Actually make it build, fix simple warning 2019-04-16 17:13:10 +02:00