summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
Commit message (Expand)AuthorAgeFilesLines
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-282-21/+13
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-1/+1
* Add the ability to enable full logging for LoadLogs.eroman@chromium.org2009-12-211-4/+8
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-181-1/+1
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-181-1/+1
* <html>ukai@chromium.org2009-12-171-0/+5
* Add tests for SocketStreamMetrics.satorux@chromium.org2009-12-152-1/+183
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-061-10/+12
* Try https proxy for websocket connection.ukai@chromium.org2009-11-162-1/+18
* Reverting 32045.ukai@chromium.org2009-11-162-17/+1
* Try https proxy for websocket connection.ukai@chromium.org2009-11-162-1/+17
* Close immediately if no context is setukai@chromium.org2009-11-131-1/+6
* Style nit -- bind asterisks to the left rather than right.eroman@chromium.org2009-11-131-1/+1
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-133-14/+72
* Metrics of SocketStreamukai@chromium.org2009-11-114-1/+184
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-4/+4
* Use URLRequestContext's host_resolver instead of SystemHostResolver.ukai@chromium.org2009-11-101-1/+2
* Add error reporting in net/websocketsukai@chromium.org2009-11-061-1/+1
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+6
* Implement websocket throttling.ukai@chromium.org2009-11-044-25/+210
* Minor fixes in SocketStream.ukai@chromium.org2009-11-041-2/+8
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-3/+6
* Set STATE_CLOSE when error occured.ukai@chromium.org2009-10-301-6/+23
* Refactor SocketStream to report error to the delegate.ukai@chromium.org2009-10-302-40/+57
* Reverting 30551.ukai@chromium.org2009-10-302-48/+35
* Refactor SocketStream to report error to the delegate.ukai@chromium.org2009-10-302-35/+48
* Add proxy basic auth support in net/socket_stream.ukai@chromium.org2009-10-273-5/+395
* Fix DoReadWrite loop in SocketStream.ukai@chromium.org2009-10-261-6/+14
* Fix Check failure in SocketStream::DidRecevieData().ukai@chromium.org2009-10-231-2/+15
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-142-3/+3
* Add net/socket_stream.ukai@chromium.org2009-10-092-0/+877