Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: wslay | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.1.1 | Vendor: openSUSE |
Release: bp156.3.6 | Build date: Mon May 13 22:46:42 2024 |
Group: Development/Libraries/C and C++ | Build host: i03-armsrv1 |
Size: 207914 | Source RPM: wslay-1.1.1-bp156.3.6.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/tatsuhiro-t/wslay | |
Summary: WebSocket library in C |
Wslay is a WebSocket library written in C. It implements the protocol version 13 described in RFC 6455. This library offers 2 levels of API: event-based API and frame-based low-level API. For event-based API, it is suitable for non-blocking reactor pattern style. You can set callbacks in various events. For frame-based API, you can send WebSocket frame directly. Wslay only supports data transfer part of WebSocket protocol and does not perform opening handshake in HTTP. Wslay supports: Text/Binary messages. Automatic ping reply. Callback interface. External event loop. Wslay does not perform any I/O operations for its own. Instead, it offers callbacks for them. This makes Wslay independent on any I/O frameworks, SSL, sockets, etc. This makes Wslay portable across various platforms and the application authors can choose freely I/O frameworks.
MIT
* Fri Jul 09 2021 Christophe Giboudeaux <christophe@krop.fr> - Add upstream patch to fix build with recent sphinx versions: * 0001-Fix-sphinx-3.3-errors.patch * Sun Jul 26 2020 Matthias Fehring <buschmann23@opensuse.org> - Update to version 1.1.1 * Check for eof when read_callback returns 0 - Update to version 1.1.0 * Fix compilation of examples * Check for 0 length before memcpy * Skip UTF-8 validation for PMCE fragments * Allow RSV1 bit in event-based API for PMCE - RFC 7692 * Fixed missing malloc guard * Fix argc check * Thu Apr 23 2020 Tomáš Chvátal <tchvatal@suse.com> - Use py3 version of sphinx * Mon Dec 04 2017 mpluskal@suse.com - Build with -fpermissive to avoid build failure on current TW * Fri Jul 14 2017 jengelh@inai.de - Fix RPM groups, update summary * Fri Jul 14 2017 mpluskal@suse.com - Cleanup with spec-cleaner - Use fancy name for archive * Sat Oct 24 2015 mpluskal@suse.com - Small spec file polishing - Enable building of documentation * Sat Sep 05 2015 mrueckert@suse.de - initial package
/usr/bin/wslay-echoserv /usr/bin/wslay-fork-echoserv /usr/bin/wslay-testclient /usr/share/doc/packages/wslay /usr/share/doc/packages/wslay/AUTHORS /usr/share/doc/packages/wslay/NEWS /usr/share/doc/packages/wslay/README /usr/share/doc/packages/wslay/README.rst /usr/share/licenses/wslay /usr/share/licenses/wslay/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024