6 Commits

Author SHA1 Message Date
op
13088714f8 update usockets to 0.8.1 from MAINTAINER Aisha Tammy, thanks!
changelogs

 - v0.7.0: https://github.com/uNetworking/uSockets/releases/tag/v0.7.0
 - v0.7.1: https://github.com/uNetworking/uSockets/releases/tag/v0.7.1
 - v0.8.0: https://github.com/uNetworking/uSockets/releases/tag/v0.8.0
 - v0.8.1: https://github.com/uNetworking/uSockets/releases/tag/v0.8.1
2022-01-31 08:34:58 +00:00
sthen
1e68542c1e oops, missed cvs add 2020-12-11 22:34:51 +00:00
sthen
75b42bd4c8 update usockets to newer git commit, from Aisha Tammy (maintainer) 2020-12-11 22:33:22 +00:00
bcallah
7e114d7eb4 Update to usockets-0.6.0, from maintainer Aisha Tammy with some tweaks by
me.
Note the major bump, due to a symbol being removed.
Changelog: https://github.com/uNetworking/uSockets/releases/tag/v0.6.0
2020-09-17 01:38:30 +00:00
sthen
40a8679cb1 update to usockets-0.4.1, from Aisha Tammy, retyped by me because the
patch was mangled, plus I bumped SHARED_LIBS due to additional symbols
2020-06-29 14:30:59 +00:00
landry
164af5bb9a Import uSockets 0.4.0, from maintainer Aisha Tammy
uSockets is the cross-platform async networking and eventing foundation
library used by uWebSockets.

Key aspects:
* Built-in (optionally available) TLS support exposed with identical
  interface as for TCP.
* Acknowledges and integrates with any event-loop via a layered
  hierarchical design of plugins.
* Extremely pedantic about user space memory footprint and designed
  to perform as good as can be.
* Designed from scratch to map well to user space TCP stacks or
  other experimental platforms.
* Low resolution timer system ideal for performant tracking of
  networking timeouts.
* Minimal yet truly cross-platform, will not emit a billion
  different platform specific error codes.
* Fully opaque library, inclusion will not completely pollute
  your global namespace.

ok sthen@
2020-06-22 11:38:31 +00:00