summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-117-13/+13
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-014-78/+78
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-234-35/+35
* Change the WebSocket OpCode constants to an enumricea@chromium.org2013-05-205-165/+143
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-173-16/+23
* Remove deprecated WebSocketFrameHeader constructorricea@chromium.org2013-05-171-13/+0
* Use loop to iterate over cookies to save in the SaveNextCookie method.tyoshino@chromium.org2013-05-172-23/+54
* Add unit tests for WebSocket GetKeyNumber()ricea@chromium.org2013-05-163-26/+164
* Remove redundant reset() call on WebSocket response parsertyoshino@chromium.org2013-05-141-2/+0
* Update WebSocket OWNERS files with latest status of developers.tyoshino@chromium.org2013-05-101-2/+6
* Move static functions in WebSocketJobTest into namespace netttuttle@chromium.org2013-05-082-130/+130
* Less indentation in WebSocketJob::SaveNextCookie() for readabilitytyoshino@chromium.org2013-05-071-16/+17
* Add missing status codes to WebSocketError enum.ricea@chromium.org2013-05-079-74/+225
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-032-8/+10
* Refactor cookie saving code in WebSocketJob for readability.tyoshino@chromium.org2013-05-022-26/+39
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Add README file for WebSockets directory.ricea@chromium.org2013-04-261-0/+43
* Remove ukai@ from OWNERS files in WebSocket directories.tyoshino@chromium.org2013-04-261-1/+0
* Fix typo in net/websockets/websocket_throttle.hyoshinori.sano@gmail.com2013-04-191-1/+1
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-172-4/+9
* Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."akalin@chromium.org2013-04-172-9/+4
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-172-4/+9
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-152-5/+5
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-212-2/+2
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-192-0/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-142-4/+4
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-062-2/+2
* Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), asunsafe@trevp.net2013-03-022-8/+8
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-282-14/+0
* Update WebSocket related OWNERS filestoyoshim@chromium.org2013-02-221-1/+2
* Include destination port for websocket throttling.ricea@chromium.org2013-02-085-57/+93
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-064-11/+13
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-022-2/+2
* Trival fixups to websocket_handshake_handler.*.ricea@chromium.org2013-01-225-22/+6
* Fixes to WebSocketErrorToNetErrorTest()ricea@chromium.org2013-01-183-4/+26
* Use the optimised masking function MaskWebSocketFramePayload() inricea@chromium.org2012-12-172-15/+9
* Optimise MaskWebSocketFramePayload().ricea@chromium.org2012-12-172-8/+232
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-042-8/+0
* [chromedriver] Write websocket client and sync websocket client.kkania@chromium.org2012-11-292-7/+7
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-143-32/+32
* Update net/websockets/OWNERStoyoshim@chromium.org2012-10-191-0/+2
* Add SPDY request headers to DevTools.mmenke@chromium.org2012-09-072-0/+2
* Fix comments in websocket_stream.h.yutak@chromium.org2012-08-211-2/+2
* Add a function that calculates the size of WebSocket frame header.yutak@chromium.org2012-08-212-17/+30