summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-2933-1059/+1658
* Disk cache: Handle failures growing the user_buffer thatrvargas@google.com2010-09-295-18/+103
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-2910-19/+43
* First step at OpenSSL client socket implementation.joth@chromium.org2010-09-294-0/+767
* FBTF: Moves code to the headers.erg@google.com2010-09-2815-30/+72
* add audio/x-wav mimetype for apachefbarchard@chromium.org2010-09-281-0/+1
* add audio/wav mimetypefbarchard@chromium.org2010-09-281-2/+6
* Add more LOG(ERROR) messages to track down bug 55678,wtc@chromium.org2010-09-281-4/+8
* Review URL: http://codereview.chromium.org/3402032lzheng@chromium.org2010-09-282-2/+2
* Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away.willchan@chromium.org2010-09-286-14/+63
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-2810-43/+19
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-2810-19/+43
* Revert 60765 - FTP: fix directory listing parser for ftp.usa.hp.comphajdan.jr@chromium.org2010-09-2817-262/+8
* FTP: fix directory listing parser for ftp.usa.hp.comphajdan.jr@chromium.org2010-09-2817-8/+262
* FTP: fix directory listing parser for ftp.symantec.com.phajdan.jr@chromium.org2010-09-282-3/+8
* Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...rch@chromium.org2010-09-2812-1620/+35
* Revert 60739 (still leaks on ChromiumOS!) - Reland r59972: Eagerly set the IO...willchan@chromium.org2010-09-284-187/+93
* Add a new class SpdyProxyClientSocket which implements ClientSocketrch@chromium.org2010-09-2812-35/+1620
* Reland r59972: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-284-93/+187
* Change the default SOCKS version used by gnome settings (and environment vari...eroman@chromium.org2010-09-282-16/+20
* Clean up socket backup job when there are no requests.willchan@chromium.org2010-09-273-16/+39
* Change the meaning of the command-line flag --proxy-server="socks://foo" to i...eroman@chromium.org2010-09-274-9/+14
* Disk cache: Add a little more tracing for the stress testrvargas@google.com2010-09-271-0/+3
* Remove commented out expression in http_network_transaction_unittest.ccrch@chromium.org2010-09-271-2/+2
* GTTF: Use different port number for all types of TestServer.phajdan.jr@chromium.org2010-09-271-2/+6
* Skip CNAME lookup if resolver_ is NULL in the Negotiate handler.cbentzel@chromium.org2010-09-271-1/+1
* Immediately reject empty cookie headers.jochen@chromium.org2010-09-273-6/+30
* Remove the references to HttpNetworkSession in SpdySessionrch@chromium.org2010-09-2510-32/+43
* Remove SpdySession::Connect(). This methods was onlyrch@chromium.org2010-09-256-123/+53
* Turn off CRL checking for CAs that have multiple keys to work aroundwtc@chromium.org2010-09-251-0/+25
* Even more status reporting for SSPI functions.cbentzel@chromium.org2010-09-251-71/+89
* Update ClientSocket::GetPeerAddress() to specify therch@chromium.org2010-09-253-3/+4
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-09-252-14/+18
* Fix include order to fix linux perf bot.tfarina@chromium.org2010-09-251-2/+2
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-2556-285/+361
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-2412-8/+20
* Change the logging of PROXY_CONFIG_CHANGED so it is not displayed each time t...eroman@chromium.org2010-09-243-18/+53
* Disk cache: Small adjustment so that we continue withrvargas@google.com2010-09-231-2/+4
* Take out additional dependency from http_util as a short-term fix to get the ...jam@chromium.org2010-09-233-15/+5
* Support net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH.willchan@chromium.org2010-09-234-10/+74
* Implement changes_remaining GetUpdates response; this will reducenick@chromium.org2010-09-223-43/+82
* net: refactor SSLNonSensitiveHostInfoagl@chromium.org2010-09-223-117/+122
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-2232-92/+203
* Wait on a pipe for the test server to start updavidben@chromium.org2010-09-228-262/+90
* Revert 60165 - GTTF: Make net_unittests run successfully with parallel test l...phajdan.jr@chromium.org2010-09-229-121/+139
* GTTF: Make net_unittests run successfully with parallel test launcherphajdan.jr@chromium.org2010-09-229-139/+121
* net: Fix incorrect style used in some enumerations.tfarina@chromium.org2010-09-229-73/+73
* Add log messages to the places where we set the ERR_UNEXPECTEDwtc@chromium.org2010-09-223-14/+24
* HostResolver should flush the JobPools on a network change.willchan@chromium.org2010-09-214-5/+55
* Eliminate HttpStreamHandle. The name confused me.willchan@chromium.org2010-09-2114-207/+50