summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [SPDY] Fix bug in session flow control which leaves streams stalledakalin@chromium.org2013-03-2110-140/+571
* Clean up spdy_protocol* and spdy_test_utils.* files to match server versionakalin@chromium.org2013-03-203-142/+36
* Revert 189206 "Revert 189196"rtenneti@chromium.org2013-03-203-41/+182
* Revert 189196eroman@chromium.org2013-03-203-182/+41
* SPDY - Fix for crash bug with CloseIdleConnections invalidating the iterator.rtenneti@chromium.org2013-03-203-41/+182
* Fix the EmptyExpires cookie store test on iOSdroger@chromium.org2013-03-191-0/+2
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-1949-729/+1110
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-1931-153/+179
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-1931-179/+153
* Disk cache: Fix a race on DiskCacheEntryTest::ExternalAsyncIOrvargas@google.com2013-03-191-3/+4
* Remove the unused HttpStreamBase::IsMoreDataBuffered().mmenke@chromium.org2013-03-1913-42/+1
* [SPDY] Refactor tests in preparation for a fix for a session flow control bugakalin@chromium.org2013-03-1815-668/+818
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-1811-26/+26
* net: move test files out of net/basephajdan.jr@chromium.org2013-03-186-10/+10
* Revert 188762 "net: Add more debugging code to diagnose flaky te..."wjia@chromium.org2013-03-182-48/+14
* Increase net_unittest verbosity in isolate modecsharp@chromium.org2013-03-181-0/+2
* net: Add more debugging code to diagnose flaky testserver failures.phajdan.jr@chromium.org2013-03-182-14/+48
* net: remove kyps.net from HSTS preloaded.agl@chromium.org2013-03-183-8/+2
* Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...marq@google.com2013-03-1612-128/+313
* Add histograms to count when SpdySession GetPeer/LocalAddress return ERR_SOCK...rch@chromium.org2013-03-161-2/+9
* Partially integrate filename determination with resumption.rdsmith@chromium.org2013-03-161-9/+50
* Do not define IsSupported() in the headers.wtc@chromium.org2013-03-154-8/+10
* Fix several findbugs issuesyfriedman@chromium.org2013-03-151-9/+12
* Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does notlliabraa@chromium.org2013-03-151-3/+0
* Chromium style checker cleanuprsleevi@chromium.org2013-03-156-23/+27
* Add Aes128GcmEncrypter and Aes128GcmDecrypter for thewtc@chromium.org2013-03-1512-7/+1342
* Refactor QuicClientSession so that it owns the underlying socketrch@chromium.org2013-03-1511-45/+26
* Retrieve more accurate error code (WSAECONNRESET vs.wtc@chromium.org2013-03-152-23/+26
* Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...pauljensen@chromium.org2013-03-1514-114/+15
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-14104-230/+230
* ...agl@chromium.org2013-03-142-0/+2
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-1477-652/+2009
* Move policy protocol buffer definitions next to code that needs them.mnissler@chromium.org2013-03-141-3/+0
* [SPDY] Refactor use of stream delegates in SpdySession testsakalin@chromium.org2013-03-144-174/+89
* Ignore an empty expiry attribute, as per RFC.erikwright@chromium.org2013-03-134-2/+63
* Use the main application context in NCNAutoDetect.pliard@chromium.org2013-03-131-8/+2
* net: Report net error code from URLFetcher::FileErrorOccurredhashimoto@chromium.org2013-03-1310-44/+36
* Add a ConnectionInfo enum which describes the kind of connection used to fetc...rch@chromium.org2013-03-138-8/+74
* [SPDY] Bump up initial session receive window size to match streamsakalin@chromium.org2013-03-133-28/+63
* Add QuicCryptoServerStream (and test) and get CryptoUtils working.rch@chromium.org2013-03-136-94/+312
* QUIC: NSS part for P256 key exchange.thaidn@google.com2013-03-135-40/+260
* [SPDY] Add SpdyStream unit tests for resuming after stall by flow controlakalin@chromium.org2013-03-135-469/+583
* Remove unused ServerBoundCertStore::FlushStore.mattm@chromium.org2013-03-133-25/+0
* Disable QUIC for HTTPS URLs.rch@chromium.org2013-03-123-1/+65
* Android: rename android_build_type gyp variable.torne@chromium.org2013-03-121-1/+1
* Record QUIC and SPDY in the npn_negotiated_protocol field for QUIC transactions.rch@chromium.org2013-03-112-0/+4
* GTTF: Add debugging code for flaky test server startup issues.phajdan.jr@chromium.org2013-03-111-0/+4
* Cleanup: remove obsolete comment.ricea@chromium.org2013-03-111-3/+0
* QUIC/Crypto - Enabled curve25519 key exchange code.rtenneti@chromium.org2013-03-093-37/+18
* [SPDY] Audit delegates of SpdyStreamakalin@chromium.org2013-03-0912-72/+153