All Versions
49
Latest Version
Avg Release Cycle
14 days
Latest Release
1097 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v0.16.0.a5 Changes
June 22, 2019๐ Build fixes for macOS and Linux
- ๐ Hit "make" and it will work on macOS and Linux now, much cleaner Makefiles
- ๐ Re-enable experimental pub/sub support
- Cover more code while fuzzing
- [OSS-Fuzz] Temporary fix for integer overflow, not significant
-
v0.16.0.a4 Changes
June 20, 2019A fuzzing success
- Cover more code while fuzzing (at ~80% total fuzzing coverage now).
- OSS-Fuzz now reports zero issues, whatsoever (Msan, Asan, Ubsan).
- ๐
make all
now builds everything in the repo including benchmarks and fuzz targets. - ๐ Threaded loop clean-up fixes.
-
v0.16.0.a3 Changes
June 18, 2019Even more fuzzing
- Increases total fuzzing coverage
- ๐ Restores compilation on Windows
-
v0.16.0.a2 Changes
June 16, 2019More fuzzing
- โ Adds MockedEchoServer as new fuzz target, besides MockedHelloWorld.
- ๐ Fixes a handful minor issues reported by OSS-Fuzz.
- ๐ [OSS-Fuzz] Fixes a bug where moves of uWS::App() would invalidate captured
this
. - ๐ Fixes the benchmarking programs to compile with new uSockets version.
- โก๏ธ Updates to uSockets v0.2.0.
-
v0.16.0.a1 Changes
June 11, 2019Continuous fuzzing
- Project is now fuzzed with three different sanitizers by Google OSS-Fuzz
- ๐คก More fuzz targets, including PerMessageDeflate and entire mocked HelloWorld server
- โฌ๏ธ Upgraded to new uSockets 0.2.0 interfaces
-
v0.15.7 Changes
June 09, 2019- ๐จ Some refactoring & clean-ups
- โ Adds new (rough) UML design document
- ๐ Proper build fix for GCC
- โก๏ธ Updates examples and fixes their Makefile
- Experimental HttpResponse::cork function
- Listen now accepts options
- โก๏ธ Update uSockets
- Strip ? from HttpRequest::getQuery()
-
v0.15.6 Changes
April 16, 2019๐ Fixes
- ๐ Fix misaligned websocket reads
- ๐ Quick-fix GCC build
-
v0.15.5 Changes
April 03, 2019๐ More fixes
- ๐ Fuzz parsers with multiple chunks, not just one single
- ๐ Fix padding issue with http parser
- โฌ๏ธ Guarantee to end http parsing after websocket upgrade
- Guarantee validity of http request in websocket open handler
- โก๏ธ Updates uSockets
-
v0.15.4 Changes
March 13, 2019๐ Fuzzing and fixes
- โ Introduces fuzztesting of parsers
- โ Adds feature to loop over Http headers in request
- getRemoteAddress for getting IP
- 0๏ธโฃ Loop::defaultLoop is now Loop::get and we never use "default" loops unless explicitly given.
- โก๏ธ Updates uSockets with various libuv fixes
- ๐ Various bug fixes