Releases: uNetworking/uSockets
Releases · uNetworking/uSockets
v0.0.4
v0.0.3
The SSL slinger
- Updated SSL support which now passes the tests with no Valgrind issues.
- All examples are available in SSL/non-SSL variants, compiled with
make
ormake ssl
. - Added simple HTTP server and load test for simple benchmarking purposes.
v0.0.2
Fuzztesting ahoy
- Client support unlocks testing.
- Randomly generated testing of every socket function call in every event handler in every order.
- Many bugs fixed due to testing.
- All normal warnings fixed on Windows and Linux.
- Epoll and Libuv backends pass tests with no Valgrind issues.
v0.0.1
The "not so broken after all"
- Works well on Windows, Linux and OS X.
- Has well explained examples to learn from.
- Performs very well.
- SSL "works" but is WIP and needs obvious clean-ups and fixes.
- Working libuv and epoll backends.
- Lacks a few important functions that will be added with next release.