summaryrefslogtreecommitdiffstats
path: root/net/socket_stream
Commit message (Expand)AuthorAgeFilesLines
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-1/+3
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-3/+1
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-1/+3
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-162-5/+5
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-2/+5
* Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-042-25/+44
* Stop refcounting HostResolver.willchan@chromium.org2010-10-013-6/+9
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-44/+25
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-25/+44
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-2/+3
* Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...eroman@chromium.org2010-09-151-10/+5
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-4/+5
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc...mmenke@chromium.org2010-08-251-1/+2
* FBTF: Remove unnecessary STL #includes from src/net.viettrungluu@chromium.org2010-08-192-4/+1
* Added check for null delegate when a socket stream closes between DoResolveHo...cdn@chromium.org2010-08-131-1/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Fix flaky WebSocket crash with url-with-credential.htmlukai@chromium.org2010-08-112-5/+9
* Fix WebSocket crash bug.ukai@chromium.org2010-08-053-24/+60
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Revert 54707 - Fix WebSocket crash bug.ukai@chromium.org2010-08-032-34/+6
* Fix WebSocket crash bug.ukai@chromium.org2010-08-032-6/+34
* 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-294-13/+13
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-264-0/+4
* 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-212-2/+6
* 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-072-6/+6
* 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-213-3/+147
* 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-232-13/+14
* 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-174-176/+9
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-163-46/+27
* Fix memory leak in WebSocketJobTest.ukai@chromium.org2010-03-011-1/+1