summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Linux: don't send cookies with an OCSP request.agl@chromium.org2009-12-221-1/+2
* Implement support for MLSD FTP command in FtpNetworkTransaction.phajdan.jr@chromium.org2009-12-223-6/+71
* Remove some old debugging code.willchan@chromium.org2009-12-221-13/+1
* Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...eroman@chromium.org2009-12-222-7/+84
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-224-30/+46
* Fix benign race on NetworkChangeNotifierThread's vtable pointer.willchan@chromium.org2009-12-211-0/+1
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-2121-31/+702
* Fix crash with CancelStream. The stream didn't informmbelshe@chromium.org2009-12-213-16/+26
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-2115-167/+357
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-2110-105/+319
* Add the ability to enable full logging for LoadLogs.eroman@chromium.org2009-12-215-18/+204
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-214-35/+78
* Mark URLRequestTestFTP.FTPGetTest as flaky.viettrungluu@chromium.org2009-12-201-1/+2
* Add two more unit tests for SOCKS5:eroman@chromium.org2009-12-182-22/+47
* Fix SSL error code for unexpected errSSLClosedGraceful on Mackinuko@chromium.org2009-12-181-3/+4
* net: Make a few test server connection values constants. Also do a little Fil...thestig@chromium.org2009-12-184-16/+39
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-185-230/+70
* Pass the LoadLog through the FlipStream.mbelshe@google.com2009-12-189-24/+149
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-188-45/+83
* When talking to a SOCKS v5 proxy, default to sending addresses as raw domains...eroman@chromium.org2009-12-186-25/+112
* Increase read buffer size to 32KB for the flip session.mbelshe@chromium.org2009-12-171-1/+1
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-176-8/+26
* Http cache: Add a few more states to the transaction SM.rvargas@google.com2009-12-172-147/+266
* <html>ukai@chromium.org2009-12-171-0/+5
* Refactor OCSPInitSingleton.ukai@chromium.org2009-12-171-23/+50
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-1613-55/+66
* If we redirect from an https to an http site, ensure that we don'tjaphet@chromium.org2009-12-162-0/+28
* [Mac] Fixes SSLClientSocketMac to report net::ERR_SSL_PROTOCOL_ERROR when the...andybons@chromium.org2009-12-161-2/+1
* Don't call RemoveDestructionObserver on non-IO thread.ukai@chromium.org2009-12-161-24/+55
* Disk cache: Add the name of the relevant flag torvargas@google.com2009-12-161-0/+3
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-164-5/+11
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-1510-34/+71
* SSL: fix overflow error.agl@chromium.org2009-12-151-3/+3
* Remove the AsyncSlowStart experimentmbelshe@google.com2009-12-152-30/+0
* Get the new certificate for https://www.unosoft.hu/ and re-enable thewtc@chromium.org2009-12-153-61/+64
* Handle unexpected connection close during SSL handshake on Mackinuko@chromium.org2009-12-151-0/+7
* Add tests for SocketStreamMetrics.satorux@chromium.org2009-12-154-1/+187
* Superficial changes to namespaces.mbelshe@chromium.org2009-12-1420-82/+80
* Exclude chrome:// requests from showing up on the about:net-internals page.eroman@chromium.org2009-12-122-3/+61
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-1217-104/+40
* Improve unit tests to verify that directories are listed before files in file...vandebo@chromium.org2009-12-112-0/+31
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-1110-370/+710
* Rename GetNextProtocol -> GetNextProtoagl@chromium.org2009-12-119-33/+30
* landing the issue 482008 for dmuiroshima@chromium.org2009-12-101-1/+1
* BufferSend needs to call memio_GetWriteParams() and transport_->Write()wtc@chromium.org2009-12-102-23/+95
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-1010-48/+82
* Add static function to convert NPN strings to an enum.agl@chromium.org2009-12-101-0/+20
* Add support for MLSD FTP directory listing (RFC-3659)phajdan.jr@chromium.org2009-12-1011-0/+298
* If the server closes the connection and we're aborting streams,mbelshe@google.com2009-12-102-9/+16
* Link the following tests against tcmalloc:glider@chromium.org2009-12-101-0/+9