SirCipher
e0cadce7af
Splits client and server deflate config
5 years ago
SirCipher
31d05fbd96
Fixes decompression
5 years ago
SirCipher
fd43b07c10
Updates documentation
5 years ago
SirCipher
779514704e
Updates request header parsing
5 years ago
SirCipher
672572e00a
Splits up websocket frame and extension headers
5 years ago
SirCipher
b658064b5e
Splits client/server max_window_bits
5 years ago
SirCipher
7795ca1d08
Refactors extension handling
5 years ago
SirCipher
13cfb4db65
Refactors extension handling
5 years ago
Thomas Klapwijk
42e6fd8e68
Merge pull request #3 from snapview/master
...
Merge base
5 years ago
Thomas Klapwijk
cd43267e17
Merge pull request #1 from SirCipher/master
...
Permessage-deflate
5 years ago
SirCipher
31b50bf6b5
Adds Default implementation for UncompressedExt
5 years ago
SirCipher
4714182f11
Resets fragments length after fragment buffer is reset
5 years ago
SirCipher
941b3f898e
Updates autobahn server example
5 years ago
SirCipher
592ee8640b
Tidy up
5 years ago
SirCipher
15621a0b9f
Refactors deflate extension
5 years ago
Daniel Abramov
96a8499533
Merge pull request #143 from phimuemue/simpl
...
Some simplifications
5 years ago
philipp
50bc1b5e90
Delegate into_client_request (4)
5 years ago
philipp
064fd9313f
Delegate into_client_request (3)
5 years ago
philipp
90345c994a
Delegate into_client_request (2)
5 years ago
philipp
4cdc2edab1
Delegate into_client_request
5 years ago
philipp
599b677f5a
Avoid temporary variable `fin`
5 years ago
SirCipher
bd170a0de6
Resolves PR comments
5 years ago
SirCipher
2be3d31ab0
Feature-gates flate2
5 years ago
SirCipher
0c8ae53633
Tidy up
5 years ago
Daniel Abramov
31e087f325
Merge pull request #140 from Redrield/fix/dedup-reason
...
Deduplicate the reason line in HTTP responses
5 years ago
Redrield
bcf2b22d9e
Deduplicate the reason line in HTTP responses
...
The impl of Display for StatusCode already includes the canonical reason
if it exists. The current implementation duplicates this (e.g. the
status line will read "101 Switching Protocols Switching Protocols", or
"400 Bad Request Bad Request".
5 years ago
SirCipher
0d597fab8b
Fixes failing unit tests
5 years ago
SirCipher
77ffd34cd2
Integrates permessage-deflate into servers
5 years ago
SirCipher
d6f49547b5
Adds client complete permessage-deflate implementation
5 years ago
SirCipher
8dccd2fc1b
Adds extension header parameter parsing
5 years ago
SirCipher
cd49fc2085
Updates feature flags
5 years ago
SirCipher
0127b55160
Refactors deflate extension handling
5 years ago
SirCipher
e24c00db32
Fixes compression truncation issue
5 years ago
SirCipher
1ddb454d9a
Removes autobahn output folders
5 years ago
Tom
b08061abe2
Updates compression
5 years ago
SirCipher
e93f9a01e6
Adds initial deflate implementation
5 years ago
Daniel Abramov
006cec72ea
Merge pull request #135 from RAnders00/enable-dependabot
...
Enable dependabot
5 years ago
Ruben Anders
65b0837589
Enable dependabot
5 years ago
Daniel Abramov
faea043ec2
Merge pull request #134 from Zoldszemesostoros/patch-1
...
Make echo server compile
5 years ago
Zoldszemesostoros
e7bab13e6d
make echo server compile
...
The original code failed to compile with "expected item after doc comment" error message
5 years ago
Daniel Abramov
9d67240cab
cargo: add author
5 years ago
Daniel Abramov
1de6da9a3c
Bump version
5 years ago
Daniel Abramov
939c4d181c
Merge pull request #132 from sdroege/sha-1-0.9
...
Update to sha-1 0.9
5 years ago
Sebastian Dröge
849f248a94
Update to sha-1 0.9
5 years ago
Daniel Abramov
fd7de42347
Merge pull request #110 from najamelan/doc/mib
...
doc: be precise about max message sizes.
5 years ago
Daniel Abramov
6791dcc0d6
Merge pull request #119 from kids300/master
...
Fix ws request subportocol lowercase header
5 years ago
Daniel Abramov
744bd87a41
Merge pull request #130 from Krisa/patch-1
...
Allow statically linking
5 years ago
Christophe Vidal
fe4d631c97
Allow statically linking
...
Solving https://github.com/snapview/tungstenite-rs/issues/118 by using `features= ["tls-vendored"]` in the toml file
5 years ago
Alexey Galakhov
1a729bb362
Release version 0.11.0
5 years ago
Alexey Galakhov
bbaa48b4d6
Merge pull request #126 from Dushistov/fix-deprecation
...
Make tungstenite-rs more safe
5 years ago