summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Move all Chrome-specific logic out of QuicCryptoClientStreamrch@chromium.org2014-03-1819-356/+299
* QUIC - Added unit test for IsDataReady to verify that it returns falsertenneti@chromium.org2014-03-181-0/+57
* Allow removing private data in chrome://net-export.davidben@chromium.org2014-03-1815-64/+224
* Remove akalin and szym from OWNERS files.mmenke@chromium.org2014-03-182-5/+5
* Put histogram code in disk_cache on a diet.bratell@opera.com2014-03-182-37/+10
* SPDY - persist 200 most recently used SPDY settings to perferences file.rtenneti@chromium.org2014-03-184-13/+75
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-177-20/+20
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-177-20/+20
* Move ScopedFILE to base namespace and scoped_file.hbrettw@chromium.org2014-03-171-1/+2
* Move some functions in test_file_util to base namespace.brettw@chromium.org2014-03-171-5/+5
* Move CommandLine to base namespace.brettw@chromium.org2014-03-176-9/+12
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-172-8/+8
* Make OpenSSL UpdateServerCert() OS independent.haavardm@opera.com2014-03-178-65/+292
* Remove '--only-block-setting-third-party-cookies' flag.mkwst@chromium.org2014-03-163-20/+0
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...jochen@chromium.org2014-03-152-8/+8
* QUIC - IsDataReady returns false if there is an outstanding write isrtenneti@chromium.org2014-03-151-1/+1
* QUIC - use QuicSessionKey tuple (host, port, is_https) instead ofrtenneti@chromium.org2014-03-1538-160/+340
* Fix a bug when an HttpTransactionFactory fails to create an HttpTransaction.mmenke@chromium.org2014-03-152-3/+77
* Revert 257227 "SpdyFramer now uses HPACK for SPDY4 headers"jam@chromium.org2014-03-147-533/+498
* SpdyFramer now uses HPACK for SPDY4 headersjgraettinger@chromium.org2014-03-147-498/+533
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-148-11/+15
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-8/+8
* Remove broken closed push logic in SpdyHttpStream::SendRequest()jgraettinger@chromium.org2014-03-141-4/+1
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-142-26/+27
* Reland "Fix various issues in RedirectToFileResourceHandler."davidben@chromium.org2014-03-144-17/+177
* Additional sanity CHECKs on SPDY payloads.jgraettinger@chromium.org2014-03-142-2/+9
* - Copied existing C++ and Java JNI implementation.mef@chromium.org2014-03-1424-1/+2698
* Move QuicServerInfo management from CachedState to the QuicStreamFactoryrch@chromium.org2014-03-1411-139/+147
* Expire broken QUIC A-P mappings after some interval with backoff.rch@chromium.org2014-03-142-0/+68
* Revert of Implement ScopedFD in terms of ScopedGeneric. (https://codereview.c...thakis@chromium.org2014-03-142-8/+8
* Implement ScopedFD in terms of ScopedGeneric.brettw@chromium.org2014-03-142-8/+8
* Land Recent QUIC Changesrtenneti@chromium.org2014-03-1326-139/+221
* Refactor DoReadHeadersComplete error-handling.davidben@chromium.org2014-03-132-31/+14
* Enable the ProofVerifierChromium to handle multiple simultaneous requests.rch@chromium.org2014-03-132-52/+121
* Add ChaCha20Poly1305Encrypter, based onwtc@chromium.org2014-03-1320-670/+671
* Introduce url::Origin to represent Web Origin.yhirano@chromium.org2014-03-137-60/+76
* Break out histograms for variations of WiFi in QUIC packet loss statusjar@chromium.org2014-03-133-7/+53
* More sync of PRESUBMIT with what CQ runsphajdan.jr@chromium.org2014-03-131-2/+2
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-1337-366/+431
* Revert 256688 "Fix various issues in RedirectToFileResourceHandler."cpu@chromium.org2014-03-134-177/+17
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-1222-139/+147
* Add additional information to pinning reports.agl@chromium.org2014-03-122-0/+11
* Fix various issues in RedirectToFileResourceHandler.davidben@chromium.org2014-03-124-17/+177
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-1220-156/+235
* Add the files created with "svn copy" first.wtc@chromium.org2014-03-126-0/+811
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-1219-234/+155
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-1219-155/+234
* net: add (www.)roddis.net to HSTS preloaded list.agl@chromium.org2014-03-122-0/+4
* Slight cleanup of QuicCryptoClientConfig, and added tests.rch@chromium.org2014-03-125-11/+62
* QUIC - made SessionKey into a QuicSessionKey so that it could be usedrtenneti@chromium.org2014-03-127-84/+154