This website requires JavaScript.
Explore
Help
Sign In
kapitan
/
IXWebSocket
Watch
1
Star
0
Fork
0
You've already forked IXWebSocket
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
IXWebSocket
/
docs
History
Benjamin Sergeant
91fb3992ac
(ws gunzip + IXGZipCodec) Can decompress gziped data with libdeflate. ws gunzip computed output filename was incorrect (was the extension aka gz) instead of the file without the extension. Also check whether the output file is writeable.
2020-11-07 09:34:54 -08:00
..
build.md
(build) make using zlib optional, with the caveat that some http and websocket features are not available when zlib is absent
2020-07-31 22:54:57 -07:00
CHANGELOG.md
(ws gunzip + IXGZipCodec) Can decompress gziped data with libdeflate. ws gunzip computed output filename was incorrect (was the extension aka gz) instead of the file without the extension. Also check whether the output file is writeable.
2020-11-07 09:34:54 -08:00
cobra.md
Meta: documentation fixes (
#127
)
2019-12-03 09:28:18 -08:00
design.md
more tls in memory certs doc + bump file format
2020-04-24 15:50:39 -07:00
index.md
Update index.md
2020-05-21 09:42:15 -07:00
packages.md
generate a compilation database when building with make for the default target, so that clang-tidy can be used
2020-04-22 14:14:09 -07:00
performance.md
(ws) Add a new ws sub-command, push_server. This command runs a server which sends many messages in a loop to a websocket client. We can receive above 200,000 messages per second (cf
#235
).
2020-08-02 12:41:34 -07:00
usage.md
(http client + server + ws) Add support for uploading files with ws -F foo=@filename, new -D http server option to debug incoming client requests, internal api changed for http POST, PUT and PATCH to supply an HttpFormDataParameters
2020-10-08 12:43:18 -07:00
ws.md
document the --config_path option in usage.md
2020-08-14 15:15:27 -07:00