Alex Hultman
c8d088de18
Update TopicTree.cpp
2021-08-29 11:57:18 +02:00
Alex Hultman
9d700c43a8
Update EpollHelloWorld.cpp
2021-08-29 11:52:58 +02:00
Alex Hultman
5ec6925113
Update uSockets
2021-08-28 22:38:03 +02:00
Mark Plomer
501c090ef5
Shorter socket-timeouts after WebSocket::end() ( #1245 ) ( #1246 )
2021-08-28 21:27:32 +02:00
ramblehead
6048d026d0
Fixes #1306 - transitive dependencies in header files ( #1310 )
...
* uSockets/src/internal/networking/bsd.h
Add #include "libusockets.h" for LIBUS_SOCKET_DESCRIPTOR
* uWebSockets/src/AsyncSocket.h
Add #include <cstring> for memcpy
Add #include "libusockets.h" for us_socket
* uWebSockets/src/HttpResponse.h
Add #include "HttpContext.h" for HttpContext
* uWebSockets/src/PerMessageDeflate.h
Add #include <cstdint> for uint32_t
* uWebSockets/src/WebSocketContextData.h
Add #include "Loop.h" for Loop::get()
Add #include "AsyncSocket.h" for AsyncSocket
* uWebSockets/src/WebSocketProtocol.h
Add #include <libusockets.h> for WIN32_EXPORT macro
2021-08-28 01:21:31 +02:00
hst-m
d94bf2cd43
forSubscriber needs to act like set_intersection
...
* fix #1269
* Update TopicTree.h
* improve performance
* cleanup
* indent
* move variables
* latestMatch
* group emitted messages
* whitespace
* typo
* improve performance
2021-06-26 22:25:21 +02:00
Alex Hultman
f5b8ec214a
Add failing TopicTree test
2021-06-26 19:45:04 +02:00
Owl
9aaed2ebd6
Fix typos in READMORE ( #1249 )
...
* Fix typos in READMORE
* fix more typos
* use canceled instead of cancelled
Co-authored-by: hst-m <65402951+hst-m@users.noreply.github.com >
* Update misc/READMORE.md
Co-authored-by: hst-m <65402951+hst-m@users.noreply.github.com >
* Update misc/READMORE.md
Co-authored-by: hst-m <65402951+hst-m@users.noreply.github.com >
Co-authored-by: hst-m <65402951+hst-m@users.noreply.github.com >
2021-06-09 20:54:50 +02:00
Dmitry Igrishin
c0ba2eb7b4
Fix 4Gb limit streamed HTTP on Raspberry Pi 32bit ( #1253 )
...
Commits f2198ccfac and 4fcfe49bcc
are fixed 2Gb limit, but introduced 4Gb limit on Rasperry Pi 32 bit.
This is because the max value of type `size_t` is `4294967295` on this
system.
Furthermore, the Standard Library use `std::uintmax_t` as a type
of value returned by `std::filesystem::file_size`.
2021-05-09 15:06:50 +02:00
Alex Hultman
eb0ce83f2c
Revert "Update uSockets"
...
This reverts commit 460146caea .
2021-04-28 14:16:23 +02:00
alexhultman-2fa
c2c9097376
Update README.md
2021-04-20 17:56:15 +02:00
Alex Hultman
460146caea
Update uSockets
2021-04-20 01:29:47 +02:00
Alex Hultman
2fb38d5de9
Make scale_test.c easier to use and read
2021-04-13 23:29:57 +02:00
alexhultman-2fa
d29cc1f4b4
Create README.md
2021-04-13 16:29:31 +02:00
alexhultman-2fa
590e16905a
mkdir for install
2021-04-13 16:23:50 +02:00
alexhultman-2fa
b7c82d7910
Fix calculateIdleTimeoutCompnents
2021-04-13 14:19:05 +02:00
Alex Hultman
75e2479a9c
Do not append / to root-level topicNames
2021-04-10 23:16:04 +02:00
Alex Hultman
5df25ffa59
Fix lookupTopic
2021-04-10 22:24:11 +02:00
Alex Hultman
65d1498774
Make conceptual pub/sub changes for v19
2021-04-10 17:22:16 +02:00
Alex Hultman
9d8e37d8a4
Make scale_test report latency for broadcasts
2021-04-06 18:15:45 +02:00
Alex Hultman
640d9d97c6
Broadacst unix time in 8ms intervals, example
2021-04-06 18:02:45 +02:00
Alex Hultman
42d480e529
Add timed broadcast example
2021-04-02 16:13:35 +02:00
Alex Hultman
018b0a6e0c
Use multiple IPs on client side of scale_test
2021-04-01 18:02:48 +02:00
Alex Hultman
be19c7f939
Update Makefile
2021-03-11 22:36:01 +01:00
Alex Hultman
0b97cc72d3
Remove unused Multipart functions
2021-03-04 08:31:29 +01:00
Alex Hultman
b7202e71ee
Fix Multipart parser bug
2021-03-03 12:56:33 +01:00
Alex Hultman
b0841451ca
Add MultipartParser fuzz target
2021-03-03 12:30:35 +01:00
Alex Hultman
5dba45afed
"Increase" fuzzing coverage
2021-03-03 12:10:49 +01:00
Alex Hultman
0e932517fd
Ignore chunks after early exit from httpParser
2021-03-02 22:22:00 +01:00
Alex Hultman
ca6d4e3119
Never return more than maxPayloadLength in PMD mock
2021-03-01 12:46:12 +01:00
Alex Hultman
5cd2d47c5d
Okay fix fuzzing
2021-03-01 12:34:53 +01:00
Alex Hultman
013809f09a
Alright, another try
2021-02-28 13:32:15 +01:00
Alex Hultman
facd80b30c
Use "mocked zlib" (not really) when fuzzing
2021-02-28 12:41:06 +01:00
Alex Hultman
650233500e
Fix fuzzing builds
2021-02-28 06:01:46 +01:00
Alex Hultman
8089063504
Expose payload to ping/pong events
2021-02-26 01:32:06 +01:00
Alex Hultman
649567d498
Update READMORE.md
2021-02-24 23:32:26 +01:00
Alex Hultman
d1481ea0f5
Update READMORE.md
2021-02-24 23:24:31 +01:00
Alex Hultman
0c71ce1e00
Update READMORE.md
2021-02-24 23:07:03 +01:00
Alex Hultman
29e6ea9f94
Raise zlib compression level
2021-02-24 12:54:35 +01:00
Alex Hultman
92f304fc96
Make it possible to load_test with per-message-deflate
2021-02-24 12:23:24 +01:00
Alex Hultman
137425f9d2
Oops! Libdeflate inflate never worked
2021-02-24 12:05:56 +01:00
Alex Hultman
3eae7116e7
Add WITH_LIBDEFLATE option, pass Autobahn
2021-02-24 10:49:49 +01:00
Alex Hultman
414fd1b6a9
Add files via upload
2021-02-22 23:00:28 +01:00
Alex Hultman
cdc74aaddb
Fix TopicTree OOM while fuzzing
2021-02-22 21:35:53 +01:00
Alex Hultman
8dc4699b7b
Update READMORE.md
2021-02-22 01:31:43 +01:00
Alex Hultman
fd6bd30863
Try and fix TopicTree fuzzing OOM issues
2021-02-22 01:16:15 +01:00
Alex Hultman
b35978e1f3
I'm a total moron
2021-02-22 00:59:28 +01:00
Alex Hultman
09aef610e0
Fix EpollEchoServer fuzzing
2021-02-21 17:11:38 +01:00
Alex Hultman
44b57e64dc
Update READMORE.md
2021-02-21 03:58:52 +01:00
Alex Hultman
741101c8f6
Run tests on GH Actions
2021-02-21 03:30:36 +01:00