Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a146280a | 2023-02-24 22:14:16 | update my email address | ||
| 3f5796b9 | 2022-03-11 19:45:43 | drop RCS Ids | ||
| 13088714 | 2022-01-31 08:34:58 | 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 | ||
| 1e68542c | 2020-12-11 22:34:51 | oops, missed cvs add | ||
| 75b42bd4 | 2020-12-11 22:33:22 | update usockets to newer git commit, from Aisha Tammy (maintainer) | ||
| 7e114d7e | 2020-09-17 01:38:30 | 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 | ||
| 40a8679c | 2020-06-29 14:30:59 | 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 | ||
| 164af5bb | 2020-06-22 11:38:31 | 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@ |