summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Adds an option, enabled by default, to net-internals tocbentzel@chromium.org2010-08-041-3/+5
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-045-121/+7
* Revert 54795 - Initialize was_ever_connected_ in ClientSocket.jar@chromium.org2010-08-041-2/+1
* Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload).viettrungluu@chromium.org2010-08-041-2/+2
* net: add DnsRRResovler to fetch arbitary DNS resource types.agl@chromium.org2010-08-045-0/+579
* Refactor HttpNetworkTransaction to eliminate the SPDYrch@chromium.org2010-08-043-227/+121
* Cleaning up flakiness of a URLSecurityManager unit test.ahendrickson@chromium.org2010-08-041-23/+0
* Disable HttpNetworkTransactionTest.Incomplete100ThenEOF under ThreadSanitizerglider@chromium.org2010-08-043-2/+10
* Mac: Some clang appeasing.thakis@chromium.org2010-08-043-4/+5
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+3
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-043-7/+6
* Fix the comments in the SslClientSocket subclassesrch@chromium.org2010-08-033-3/+3
* Make Chrome capable of advertising spdy version 1.mbelshe@chromium.org2010-08-035-16/+35
* Suppress socket write zero windows tsan error.erikchen@google.com2010-08-031-0/+1
* Initialize was_ever_connected_ in ClientSocket.cbentzel@chromium.org2010-08-031-1/+2
* Fix valgrind error in unittests.agl@chromium.org2010-08-031-1/+1
* Supress spdy cancelledtransactionsendrst windows tsan error.erikchen@google.com2010-08-031-1/+1
* SPDY correctly handles socket writes of zero length.erikchen@google.com2010-08-032-2/+38
* Update valgrind files after unit test renaming.agl@chromium.org2010-08-031-1/+1
* Mac: Look for issuer in a certificate chain instead of subjectdavidben@chromium.org2010-08-032-1/+48
* Enable speculative preconnection by defaultjar@chromium.org2010-08-035-7/+121
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-032-2/+3
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-0320-1/+20
* DevTools: Remote debugging doesn't work on mac.loislo@chromium.org2010-08-031-0/+3
* Mange ciricular reference to HttpNetworkTransaction in HttpProxyClientSocktPool.vandebo@chromium.org2010-08-031-2/+9
* Recommit 54405 - Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-08-0316-437/+417
* Revert 54707 - Fix WebSocket crash bug.ukai@chromium.org2010-08-032-34/+6
* Fix WebSocket crash bug.ukai@chromium.org2010-08-032-6/+34
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-033-49/+49
* Add two client certificates for use with unit testsdavidben@chromium.org2010-08-033-0/+30
* SPDY Alternate-Protocol works through a Digest authentication proxy.cbentzel@chromium.org2010-08-034-13/+188
* Revert 54405 - Fix late binding induced mismatch of Socket and AuthControllernick@chromium.org2010-08-0216-359/+389
* Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.nick@chromium.org2010-08-025-200/+13
* Address a TODO: use HostPortPair rather than a naked host string.eroman@chromium.org2010-08-024-12/+9
* Display an infobar after enrolling a client certificatedavidben@chromium.org2010-08-022-0/+15
* Fix SpdyHttpStreamTest windows tsan bug.erikchen@google.com2010-08-022-9/+14
* Revert "Run tests faster."agl@chromium.org2010-08-021-4/+3
* SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...erikchen@google.com2010-08-0213-72/+377
* Run tests faster.agl@chromium.org2010-08-021-3/+4
* Uninitialized struct in SSLCipherSuiteToStrings.finnur@chromium.org2010-08-021-1/+1
* A/B test for measuring effect of number of proxy connections.ziadh@chromium.org2010-08-022-0/+9
* Digest authentication uses a uri field to prevent replay attacks.cbentzel@chromium.org2010-08-025-13/+200
* Don't run SpdyHttpStreamTest.SpdyURLTest under ThreadSanitizer on Windowstimurrrr@chromium.org2010-08-021-0/+3
* Fix bad license header in app/ and net/ directories.tfarina@chromium.org2010-07-3117-50/+53
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-312-21/+4
* When we get a silent TCP RST, SPDY connections need to retry.mbelshe@chromium.org2010-07-318-15/+183
* Add string_tuil include back, neede for stringprintf.brettw@chromium.org2010-07-311-0/+1
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-3118-15/+36
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-3130-89/+138
* Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6