summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_deflate_stream_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-6/+6
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-5/+5
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-3/+3
* Remove implicit conversions from scoped_refptr to T* in net/websockets/dcheng2014-08-261-1/+2
* Fix incorrect FIN condition in WebSocketDeflateStream.yhirano@chromium.org2014-04-161-0/+41
* Handle empty non-final async frames correctly.ricea@chromium.org2014-02-211-0/+37
* [WebSocket] Compress an empty string to one byte.yhirano@chromium.org2014-01-241-1/+1
* Add window_bits to DeflateStream constructorricea@chromium.org2014-01-211-19/+83
* Introduce WebSocketDeflatePredictor.yhirano@chromium.org2013-10-301-19/+225
* WebSocketDeflateStream should have ContextTakeOverMode parameter.yhirano@chromium.org2013-10-241-1/+77
* Changes to class hierachy to prepare for WebSocketBasicHandshakeStream.ricea@chromium.org2013-10-231-15/+5
* Introduce WebSocketDeflateStream.yhirano@chromium.org2013-10-111-0/+934