summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add missing calls to TestRootCerts::Clear() after usage.haavardm@opera.com2014-03-261-0/+5
* Support redirectUrl at onHeadersReceived in WebRequest / DWR APIrob@robwu.nl2014-03-2611-28/+240
* Add PrivacyMode support to the QuicStreamFactory.rch@chromium.org2014-03-2620-103/+182
* Fix valgrind error in various Quic tests.rch@chromium.org2014-03-262-4/+2
* Really disable 0-RTT connections for POST requests and add tests.rch@chromium.org2014-03-262-1/+63
* Fix valgrind error in QuicCryptoClientStreamTest.rch@chromium.org2014-03-251-0/+4
* Mark tests in NetworkChangeNotifierWinTest as flaky.erikchen@chromium.org2014-03-251-4/+8
* Revert of Add PrivacyMode support to the QuicStreamFactory. (https://coderevi...erikchen@chromium.org2014-03-2519-177/+102
* Add histogram Net.QuicSession.SecureResourceSecureSessionrch@chromium.org2014-03-251-2/+5
* Add PrivacyMode support to the QuicStreamFactory.rch@chromium.org2014-03-2519-102/+177
* r=rchjar@chromium.org2014-03-252-3/+3
* Reland 'Fix SPDY error-handling if the connection gets closed just after use.'davidben@chromium.org2014-03-2513-144/+217
* Improve logging of NSS errors that do not map to network errors.tsniatowski@opera.com2014-03-251-2/+6
* Disk cache: Some cleanup for the skeleton of the backend worker.rvargas@chromium.org2014-03-254-54/+30
* net: more pinning debugging.agl@chromium.org2014-03-252-7/+23
* Revert of Allow 0-RTT handshakes for QUIC HTTPS requests. (https://codereview...rch@chromium.org2014-03-241-1/+1
* Remove synchonous uses of FileStream from net.rvargas@chromium.org2014-03-241-5/+4
* Refactor CookieStore/CookieMonstertburkard@chromium.org2014-03-246-17/+36
* Fix bug in QuicCryptoClientStream which manifested as crashesrch@chromium.org2014-03-241-2/+1
* Don't cache non-redirect HTTP responses when a redirect is forcedmmenke@chromium.org2014-03-2413-8/+173
* Rename WebSocketChannel::SendIOBuffer to SendFrameFromIOBuffertyoshino@chromium.org2014-03-242-8/+9
* Obey renderer-supplied quota in the browser.ricea@chromium.org2014-03-243-25/+451
* Require HTTPS for admin.google.com.joaodasilva@chromium.org2014-03-242-0/+2
* [WebSocket] Fix and enable flaky browser test.yhirano@chromium.org2014-03-243-9/+9
* Check return results for setting socket buffer sizes in QUICjar@chromium.org2014-03-243-11/+61
* Remove QuicCryptoClientStream::Visitor, and instead introduce arch@chromium.org2014-03-2419-90/+170
* Move SSLConfig class from ssl_config_service.h to ssl_config.hsergeyu@chromium.org2014-03-247-221/+231
* Remove the QuicStreamFactory's crypto config map, and insteadrch@chromium.org2014-03-2212-213/+132
* Fix content-encoding handling with buggy servers.ellyjones@chromium.org2014-03-226-3/+52
* Minor clean up of QUIC's ProofTest.rch@chromium.org2014-03-221-87/+62
* Remove --enable-unrestricted-ssl3-fallback.pkasting@chromium.org2014-03-223-16/+1
* Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProofrch@chromium.org2014-03-2118-43/+94
* Allow 0-RTT handshakes for QUIC HTTPS requests.rch@chromium.org2014-03-211-1/+1
* Revert of Fix SPDY error-handling if the connection gets closed just after us...vandebo@chromium.org2014-03-2112-213/+144
* Fix SPDY error-handling if the connection gets closed just after use.davidben@chromium.org2014-03-2112-144/+213
* Revert of Add ProofVerifierContext struct to ProofVerifier::VerifyProof (http...rch@chromium.org2014-03-2118-95/+43
* Add ProofVerifierContext struct to QUIC's ProofVerifier::VerifyProofrch@chromium.org2014-03-2118-43/+95
* Cronet Java wrappers to fallback to HttpUrlConnection on Pre-ICS platform.mef@chromium.org2014-03-2121-675/+1995
* Gather QUIC aggregate loss stats, as well as ack received statsjar@chromium.org2014-03-212-54/+125
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-2110-367/+324
* Gets the peer address (if available) in server requests.gunsch@chromium.org2014-03-205-0/+28
* net: various additions to the HSTS list.agl@chromium.org2014-03-202-1/+25
* Move referrer stripping into GURL::GetAsReferrer().ppi@chromium.org2014-03-201-11/+4
* Land Recent QUIC Changes.rtenneti@chromium.org2014-03-2030-219/+544
* Do not assume OSCertHandle is OpenSSL's X509 structure.haavardm@opera.com2014-03-201-21/+26
* QUIC - Added IsReadyToPersist method to check if the QuicServerInfo is ready ...rtenneti@chromium.org2014-03-205-15/+25
* Fix "unreachable code" warnings (MSVC warning 4702) in net/.pkasting@chromium.org2014-03-195-132/+98
* Fix HttpLogUtilTest.ElideHeaderValueForNetLog.davidben@chromium.org2014-03-191-3/+10
* Fix a bug when byte logging is enabled, URLRequestJobs don't log bytesmmenke@chromium.org2014-03-191-9/+8
* [WebSocketChannel] Change |state_| out of SendClose() to make state transitio...tyoshino@chromium.org2014-03-192-13/+23