summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Make chrome aware of text/x-sh mime type.estade@chromium.org2010-09-301-4/+5
* Call GetSSLInfo late, after we have received the responsewtc@chromium.org2010-09-302-9/+5
* net: add caching and inflight merging to DnsRRResolveragl@chromium.org2010-09-306-203/+550
* Adds the ability for a link to set the filter in the eventsmmenke@chromium.org2010-09-302-2/+20
* Fixed compilation errors in flip_in_mem_edsm_server and dependencies.mbelshe@chromium.org2010-09-304-7/+11
* Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...willchan@chromium.org2010-09-3015-106/+127
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-3013-247/+434
* FTP: fix directory listing parser for ftp.usa.hp.comphajdan.jr@chromium.org2010-09-3018-36/+275
* Revert 61034 - Refactor FTP unit tests.phajdan.jr@chromium.org2010-09-301-530/+741
* Refactor FTP unit tests.phajdan.jr@chromium.org2010-09-301-741/+530
* Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-3015-127/+106
* Stop refcounting SpdySessionPool.willchan@chromium.org2010-09-3015-106/+127
* Disk cache: Change the way we delete files.rvargas@google.com2010-09-295-16/+75
* Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.willchan@chromium.org2010-09-292-4/+15
* 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