summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Reland: Fix errors when building android with coverage=1 ilevy@chromium.org2013-06-061-1/+1
* Reorder assertions in SimpleCache race test.gavinp@chromium.org2013-06-061-1/+1
* Add unit tests for sniffing Office Docszork@chromium.org2013-06-062-2/+53
* SimpleCache: correct the time resolution of last modified fieldclamy@chromium.org2013-06-064-42/+63
* SimpleCache: more histograms watching how index is loaded.pasko@chromium.org2013-06-061-3/+7
* Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unneces...ajwong@chromium.org2013-06-061-8/+0
* Revert 204556 "Fix errors when building android with coverage=1"ilevy@chromium.org2013-06-061-1/+1
* Fix errors when building android with coverage=1rwalker@codeaurora.org2013-06-061-1/+1
* Revert 204547 "Fix errors when building android with coverage=1"ilevy@chromium.org2013-06-061-1/+1
* Fix errors when building android with coverage=1rwalker@codeaurora.org2013-06-061-1/+1
* net: add (*.)inertianetworks.com to HSTS preloaded list.agl@chromium.org2013-06-062-0/+2
* Move delegate_ checking from DoResolveHostComplete to DoResolveProtocol.tyoshino@chromium.org2013-06-061-1/+7
* net: update cipher suite names tables.agl@chromium.org2013-06-062-238/+198
* Support the new TLS 1.2 HMAC-SHA256 cipher suites specified inwtc@chromium.org2013-06-0611-24/+564
* In SimpleCacheTests EXPECT -> ASSERT to avoid crashes on failure.gavinp@chromium.org2013-06-061-10/+10
* Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()rch@chromium.org2013-06-062-6/+32
* Simple Cache: a few tests for rare corner cases with CRC check missing.pasko@chromium.org2013-06-061-22/+94
* Preload HSTS for paypal.com.palmer@chromium.org2013-06-063-2/+6
* Disk cache: Add base files for implementation of file format version 3.rvargas@google.com2013-06-0515-0/+6527
* Implements the Backend Type statistic in net-internalsviona@google.com2013-06-052-1/+8
* Revert 204313 "net_watcher does not build in Ubuntu 13.04"kkania@chromium.org2013-06-051-11/+0
* Expanding unit tests for SimpleIndex.rdsmith@chromium.org2013-06-057-373/+873
* net_watcher does not build in Ubuntu 13.04yael.aharon@intel.com2013-06-051-0/+11
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-0531-419/+1201
* Fix a bug in string comparison that is used by quic_server.honghaiz@chromium.org2013-06-051-1/+3
* Remove QuicEpollClock::WallNow and simply use the base class implementation.rch@chromium.org2013-06-053-14/+15
* Fix QuicClock::WallNow to return a correct value.rch@chromium.org2013-06-052-6/+3
* Revert 204046 "Land Recent QUIC changes."rtenneti@chromium.org2013-06-0431-1195/+414
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-0431-414/+1195
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-044-13/+13
* Minor SimpleCacheBackend improvements.digit@chromium.org2013-06-043-20/+32
* Migrate ProxyConfigServiceImpl to NetworkStateHandler and NetworkProfileHandler.pneubeck@chromium.org2013-06-042-2/+2
* Fix remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-043-16/+17
* Fix uninitialized read in the SimpleCache tests.gavinp@chromium.org2013-06-041-0/+1
* Revert 203873 "net_watcher does not build in Ubuntu 13.04"kinuko@chromium.org2013-06-041-5/+0
* net_watcher does not build in Ubuntu 13.04yael.aharon@intel.com2013-06-041-0/+5
* Change --origin-port-to-force-quic-on to --origin-to-force-quic-on.rch@chromium.org2013-06-044-8/+10
* Pass CRYPT_ACQUIRE_PREFER_NCRYPT_KEY_FLAG instead ofwtc@chromium.org2013-06-041-1/+1
* Roll DEPS for googleurl. Second try.tfarina@chromium.org2013-06-032-11/+11
* simple cache: bump versionpasko@chromium.org2013-06-021-1/+1
* We don't need DomainState::Equals.palmer@chromium.org2013-06-022-9/+0
* Add histograms for URL length when resolving proxy.eroman@chromium.org2013-06-021-0/+30
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-0220-133/+134
* [SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProtoakalin@chromium.org2013-06-015-581/+281
* [SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPushakalin@chromium.org2013-06-012-35/+60
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-01179-2877/+3647
* [SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil classakalin@chromium.org2013-05-318-559/+499
* [SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString()akalin@chromium.org2013-05-314-147/+34
* SimpleCache optimistic writes should not keep references to their IO buffer.gavinp@chromium.org2013-05-312-4/+45
* Fix the coredump problem when arguments are provided in quic_client.honghaiz@chromium.org2013-05-313-6/+8