summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-1/+1
* Net: Get rid of ProxyServer::host_and_port() and friends.thestig@chromium.org2010-07-221-6/+7
* Reduce static initializers by removing inline constructors anddavemoore@chromium.org2010-07-211-0/+4
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-1/+3
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-2/+2
* Cancel proxy request when context is about to change in SocketStream.ukai@chromium.org2010-07-011-0/+6
* HttpNetworkTransaction handles asynchronous auth token generation.cbentzel@chromium.org2010-06-171-5/+4
* Check proxy_info_.is_empty()ukai@chromium.org2010-06-171-2/+11
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-3/+5
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-5/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-2/+2
* SocketStream::Close() disconnect the socket after all pending data sent.ukai@chromium.org2010-05-211-3/+13
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-10/+23
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-131-7/+5
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-10/+11
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-2/+3
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-4/+5
* Add support for attaching custom parameters to NetLog events.eroman@chromium.org2010-04-091-4/+4
* Fix race condition in SocketStream::Close().ukai@chromium.org2010-03-311-0/+6
* Try to fix flaky websocket tests again.ukai@chromium.org2010-03-231-3/+2
* Revert 42074 - Try to fix flaky websocket tests.amit@chromium.org2010-03-191-2/+3
* Try to fix flaky websocket tests.ukai@chromium.org2010-03-191-3/+2
* EndEvent when context has been changedukai@chromium.org2010-03-181-1/+1
* Refactor WebSocket throttling feature.ukai@chromium.org2010-03-171-12/+3
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-28/+21
* Support HttpOnly cookie on Web Socketukai@chromium.org2010-03-011-2/+2
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-1/+1
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-4/+7
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-4/+11
* Fix secure websocket (wss) on Mac.ukai@chromium.org2010-01-191-2/+35
* 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
* Try https proxy for websocket connection.ukai@chromium.org2009-11-161-1/+17
* Reverting 32045.ukai@chromium.org2009-11-161-16/+1
* Try https proxy for websocket connection.ukai@chromium.org2009-11-161-1/+16
* Close immediately if no context is setukai@chromium.org2009-11-131-1/+6
* Plumb LoadLog into SocketStreamukai@chromium.org2009-11-131-14/+48
* Metrics of SocketStreamukai@chromium.org2009-11-111-1/+13
* 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
* Implement websocket throttling.ukai@chromium.org2009-11-041-23/+37
* 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-301-35/+44
* Reverting 30551.ukai@chromium.org2009-10-301-36/+30
* Refactor SocketStream to report error to the delegate.ukai@chromium.org2009-10-301-30/+36