summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Adjust comments for new Source/ location.dilmah@chromium.org2011-01-191-1/+1
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* Clang: enable -Wbool-conversions and -Wunused-variables on Linux.hans@chromium.org2011-01-141-4/+4
* Start reordering the methods in headers in net/.erg@google.com2011-01-073-2/+5
* net: Add namespace net to the remaining files under url_request directory.tfarina@chromium.org2011-01-061-4/+4
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-3/+6
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-6/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-3/+6
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-094-10/+20
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-082-38/+54
* Stop using SplitStringDontTrim in NetLogWebSocketHandshakeParameter::ToValue()tyoshino@google.com2010-11-122-18/+71
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-022-6/+7
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-21/+21
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-164-29/+26
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Stop refcounting HostResolver.willchan@chromium.org2010-10-012-3/+5
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-254-16/+21
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-152-2/+4
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Add RandomNumberGenerator adapter to base/rand_util.hisherman@chromium.org2010-08-301-1/+1
* Add WebSocket handshake message in net_logukai@chromium.org2010-08-124-0/+83
* FBTF: Start cleaning up net/erg@google.com2010-08-112-0/+2
* Add string_tuil include back, neede for stringprintf.brettw@chromium.org2010-07-311-0/+1
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-6/+6
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+3
* Net: Convert username and password to string16.thestig@chromium.org2010-07-293-5/+6
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-267-0/+7
* Coverity issue 7892: Bad override (in unit test).finnur@chromium.org2010-07-221-1/+1
* Fix integer underflow in ParseHandshakeHeader in websocket_handshake_handler.ccukai@chromium.org2010-07-063-9/+44
* Add Spdy support in WebSocketHandshake*Handlerukai@chromium.org2010-06-293-14/+259
* Ignore OnConnected event if the job state is already CLOSED.ukai@chromium.org2010-06-291-0/+2
* Check state in SocketStream delegate methods.ukai@chromium.org2010-06-171-0/+11
* Implement WebSocketHandshake*Handler to support Http{Request,Response}Info.ukai@chromium.org2010-06-083-36/+161
* Refactor WebSocket handshake.ukai@chromium.org2010-06-035-194/+595
* Fix regression of websocket/tests/simple-stress.htmlukai@chromium.org2010-06-014-16/+38
* Factor out WebSocket frame handler out of WebSocketJob.ukai@chromium.org2010-06-017-144/+562
* Don't process the same address for websocket throttling.ukai@chromium.org2010-04-212-0/+41
* Fix websocket key generation algorithm.ukai@chromium.org2010-04-201-5/+5
* SendPending() does nothing if socket_stream_ == NULL.ukai@chromium.org2010-04-071-1/+4
* Update new WebSocket API.ukai@chromium.org2010-04-053-27/+95
* Implement closing handshake described in draft-hixie-thewebsocketprotocol-76.ukai@chromium.org2010-04-022-4/+126
* Revert 43331 - Implement closing handshake described in drafthixiethewebsocke...jar@chromium.org2010-04-012-128/+4
* Implement closing handshake described in draft-hixie-thewebsocketprotocol-76.ukai@chromium.org2010-04-012-4/+128
* Fix leak in WebSocketThrottleTest::Throttleukai@chromium.org2010-04-011-4/+10