Commit Graph

369 Commits

Author SHA1 Message Date
yarreg e4d4ef9bbb Fix example build error (#949)
* Fixed example build error

* Update EchoServer.cpp
2019-10-17 03:52:26 +02:00
Alex Hultman 49f460ef20 Add app.publish 2019-10-17 02:09:48 +02:00
Alex Hultman de688869d6 Filter triggered topics without subscribers 2019-10-17 01:23:27 +02:00
Alex Hultman d8fe3a25b8 Implement unsubscribe and drain in publish 2019-10-09 02:33:51 +02:00
Alex Hultman 2880745629 Add basic maxBackpressure for pubsub 2019-10-09 01:20:34 +02:00
Alex Hultman 1707469cf8 Change mark 2019-10-08 23:12:03 +02:00
Alex Hultman 62c4253ed3 Add subprotocol response 2019-10-08 23:10:58 +02:00
Alex Hultman cbb46b494f Reset timeout on websocket send and publishes 2019-10-08 22:59:22 +02:00
Alex Hultman f58a9e1e0d Pass autobahn with pub/sub 2019-10-08 03:55:27 +02:00
Alex Hultman d8b2d3cbb9 Update function2 2019-10-07 12:03:50 +02:00
Alex Hultman 6c7844d65f Fix up unsubscribeAll 2019-10-07 11:58:02 +02:00
Alex Hultman d09f25850b Hook up new pubsub 2019-10-07 10:57:04 +02:00
Alex Hultman a35d7f2ff3 Update TopicTreeDraft.h 2019-10-07 10:21:46 +02:00
Alex Hultman 4a8bfe6c3b Add draft 2019-10-06 21:45:13 +02:00
Alex Hultman bf42f2170d Update to uSockets v0.3.2 2019-08-25 02:23:07 +02:00
ForrestSu ba38450b1f Fix compile error: 'INT_MIN' was not declared in this scope (#922) 2019-08-19 19:31:44 +02:00
Alex Hultman 80cdee4e88 Update README.md 2019-08-19 02:37:20 +02:00
Alex Hultman 65cbe7d066 Never use superlatives 2019-08-18 23:56:27 +02:00
Alex Hultman d83b4ccc54 Update README.md 2019-08-18 23:48:54 +02:00
Alex Hultman 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 Hultman 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 Hultman 057093ca5e Yet another delirious entry 2019-08-03 17:18:08 +00:00
Alex Hultman 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 Hultman 7040a80738 Update README.md 2019-07-21 23:34:47 +02:00
Alex Hultman f4b7e9ee70 Fix undefined store in formatMessage 2019-07-08 09:07:28 +02:00
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