Commit Graph
353 Commits
Author SHA1 Message Date
Alex HultmanandGitHub 80cdee4e88 Update README.md 2019-08-19 02:37:20 +02:00
Alex HultmanandGitHub 65cbe7d066 Never use superlatives 2019-08-18 23:56:27 +02:00
Alex HultmanandGitHub d83b4ccc54 Update README.md 2019-08-18 23:48:54 +02:00
Alex HultmanandGitHub 81c24825e3 Link to report 2019-08-18 23:44:02 +02:00
Alex Hultman 4c4be6b2a2 Update uS 2019-08-18 20:18:39 +02:00
Alex HultmanandGitHub 911e16efb8 Reset onData handler once we get the fin chunk 2019-08-17 00:00:39 +02:00
Alex Hultman 694a9d154e Add new broadcasting benchmark 2019-08-11 20:36:26 +02:00
Alex Hultman 1ddb5c0d1c Add broadcasting example 2019-08-11 19:04:56 +02:00
Alex HultmanandGitHub 057093ca5e Yet another delirious entry 2019-08-03 17:18:08 +00:00
Alex HultmanandGitHub 260b7b9e3b Won't need libuv anymore 2019-08-02 15:16:10 +02:00
Alex Hultman 9b9fe3200d Update to uSockets v0.3.1 2019-07-30 00:14:28 +00:00
Alex Hultman 1c237bfec8 Do not use Z_FINISH in permessage-deflate 2019-07-28 21:57:31 +00:00
Alex HultmanandGitHub 7040a80738 Update README.md 2019-07-21 23:34:47 +02:00
Alex HultmanandGitHub f4b7e9ee70 Fix undefined store in formatMessage 2019-07-08 09:07:28 +02:00
Alex HultmanandGitHub 24b15097ad More investigation 2019-06-27 20:47:56 +02:00
Alex HultmanandGitHub ff285785b1 Investigation continues 2019-06-26 20:58:24 +02:00
Alex HultmanandGitHub 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 HultmanandGitHub c0d8b383cc Enable permessage-deflate while fuzzing 2019-06-21 00:37:04 +02:00
Alex HultmanandGitHub 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
BotoXandAlex Hultman 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 HultmanandGitHub 48cca47c63 Update Http.cpp 2019-06-15 21:53:31 +02:00
Alex HultmanandGitHub e6f21a8354 Update Http.cpp 2019-06-15 21:39:14 +02:00
Alex HultmanandGitHub 7551339a52 Update Http.cpp 2019-06-15 21:37:41 +02:00
Alex HultmanandGitHub cb12320483 Update helpers.h 2019-06-14 21:56:06 +02:00
Richard HozákandAlex Hultman a2f96d46f9 Clarify getHeader argument meaning (#906) 2019-06-14 10:15:02 +02:00
Alex HultmanandGitHub a87df76f91 Update HttpParser.h 2019-06-13 21:20:22 +02:00
Alex HultmanandGitHub 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 HultmanandGitHub 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