summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-212-49/+0
* Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...willchan@chromium.org2010-09-2110-103/+590
* Revert "net: add test for False Start corking."agl@chromium.org2010-09-212-56/+6
* net: add test for False Start corking.agl@chromium.org2010-09-212-6/+56
* Made passive the comments on the delete functions.rdsmith@google.com2010-09-211-5/+5
* Revert 59972 (chromium os leaks) - Reland r59511: Eagerly set the IO loop use...willchan@chromium.org2010-09-214-187/+93
* Fix PEM parsing on Linux when using X509Certificate::FORMAT_AUTOrsleevi@chromium.org2010-09-212-50/+62
* Reland r59511: Eagerly set the IO loop used for OCSP.willchan@chromium.org2010-09-204-93/+187
* NSS: Snap Start NPN support and other fixes.agl@chromium.org2010-09-204-16/+108
* Disk cache: Fix the include order.rvargas@google.com2010-09-201-1/+1
* Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...willchan@chromium.org2010-09-2010-582/+103
* Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.willchan@chromium.org2010-09-1910-103/+582
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-1712-65/+99
* Fix case where we close a stream due to socket errors when it is currentlymbelshe@chromium.org2010-09-174-14/+126
* Annotate test-only race in DiskCacheBackendTest.NewEvictionTrimInvalidEntrytimurrrr@chromium.org2010-09-171-0/+8
* Flush all nested pools.willchan@chromium.org2010-09-163-0/+11
* Disk cache: Start an experiment to measure the impact ofrvargas@google.com2010-09-162-6/+39
* Re checkin 59671.lzheng@chromium.org2010-09-168-35/+129