summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert 54448 - Add the actual data being read to the OnBytesRead callback, ta...cbentzel@chromium.org2010-07-316-311/+31
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-07-316-31/+311
* Convert src/net to use std::string/char* for DictionaryValue keys.viettrungluu@chromium.org2010-07-318-39/+39
* Net: Fix leak in SpdyNetworkTransactionTest from r54398.thestig@chromium.org2010-07-311-10/+15
* Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-6/+1
* Implement prefetching in chromegavinp@google.com2010-07-3110-25/+111
* base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-1/+6
* Fix late binding induced mismatch of Socket and AuthControllervandebo@chromium.org2010-07-3016-389/+359
* Remove deprecated CommandLine API.evan@chromium.org2010-07-301-1/+2
* Revert 54381 - Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-304-24/+115
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-3019-55/+56
* Revert 54378 - Add content-length to spdy post request header.lzheng@chromium.org2010-07-304-115/+24
* Add content-length to spdy post request header.lzheng@google.com2010-07-304-24/+115
* Convert DictionaryValue's keys to std::string (from wstring).viettrungluu@chromium.org2010-07-301-4/+3
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-3011-26/+40
* Deflake ListenSocketTest.ServerSend and remove unused telnet code.agl@chromium.org2010-07-306-563/+47
* Initialize SpdyStreamMember to kInitialWindowSize.finnur@chromium.org2010-07-301-1/+1
* Uninitialized member in SpdyStream.finnur@chromium.org2010-07-301-1/+2
* Add unittest for ".." in a DNS name and add comment.agl@chromium.org2010-07-302-1/+4
* Deflake KeygenHandlerTest.FLAKY_SmokeTestagl@chromium.org2010-07-301-5/+5
* Fix new[]/delete mismatch caused by using scoped_ptr<char> to handle strings.glider@chromium.org2010-07-301-3/+3