summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove repeated target definition from net.gypcsharp@chromium.org2012-07-311-39/+0
* Fix bug in SpdySession where map.erase() was called on an iterator when the u...rch@chromium.org2012-07-303-15/+277
* Http cache: Make sure that issuing a byte range requestrvargas@google.com2012-07-304-28/+80
* Add a kBITSTRING DER encoding tag byte to asn1_util.hrch@chromium.org2012-07-301-1/+2
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-3027-95/+340
* Bringing up the net target on iOS.noyau@chromium.org2012-07-303-159/+298
* net: add browserid.org and login.persona.org to HSTS preloaded.agl@chromium.org2012-07-302-0/+5
* net: add (*.)passwd.io to HSTS preloadedagl@chromium.org2012-07-301-0/+1
* Replaced static URLRequestDataJob factory with protocol handler for Data jobs.shalev@chromium.org2012-07-303-0/+50
* Bug fix for lack of errors on requests with invalid portsshalev@chromium.org2012-07-301-0/+11
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-284-4/+14
* SPDY - update the comment to have "status" for SPDY_SESSION_GOAWAYrtenneti@chromium.org2012-07-281-0/+1
* Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con...rch@chromium.org2012-07-283-0/+216
* Remove target chromium_swarm_tests when test_isolate_mode == noop.maruel@chromium.org2012-07-281-39/+36
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-272-2/+2
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-2711-57/+72
* Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...rch@chromium.org2012-07-2617-209/+461
* [net/dns] Remove check for DNS Changer.szym@chromium.org2012-07-262-57/+1
* Removed unnecessary DCHECK on entryorenb@chromium.org2012-07-261-1/+0
* net: update ssl_cipher_suite_names_generate.go for Go 1.agl@chromium.org2012-07-261-9/+9
* Add yfriedman to several Android OWNERS filesyfriedman@chromium.org2012-07-261-0/+1
* Fix gcc 4.7 building problems - cont 2.shenhan@google.com2012-07-261-10/+12
* Added sanity check for entry in ReadyToUseorenb@chromium.org2012-07-261-1/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-252-1/+14
* [net/dns] Retry reading config in DnsConfigServiceWinszym@chromium.org2012-07-251-1/+9
* Do not inherit from std::vector.tfarina@chromium.org2012-07-255-8/+5
* Factor out common error-code conversion code for PlatformFileErrorToNetError.nhiroki@google.com2012-07-252-2/+21
* net: fix a couple of broken certificate tests.agl@chromium.org2012-07-244-40/+353
* SPDY - minor bug fixes. Log status code for GOAWAY framesrtenneti@google.com2012-07-243-4/+7
* Fix removal of headersbattre@chromium.org2012-07-243-54/+62
* net: don't crash when failing dynamic pins.agl@chromium.org2012-07-231-0/+5
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-235-20/+44
* Allow any text/* mime type to be rendered inline.torne@chromium.org2012-07-233-3/+44
* Make disk cache tests ETags more HTTP standard conformant.gavinp@chromium.org2012-07-222-7/+7
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-2110-34/+84
* Add more using base::Time* to http_cache_transaction.cc.gavinp@chromium.org2012-07-211-4/+6
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-211-3/+3
* mac: Remove code that was only needed on 10.5thakis@chromium.org2012-07-201-2/+0
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-2017-460/+209
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-07-2017-209/+460
* Switch net_unittests_run, unit_tests_run and browser_tests_run to use run_tes...maruel@chromium.org2012-07-201-0/+3
* Disk cache: Always look for open entries when loadingrvargas@google.com2012-07-204-8/+56
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-202-5/+3
* Add irccloud.com to HSTS preloaded listagl@chromium.org2012-07-202-0/+6
* Add sol.io to HSTS preloadedagl@chromium.org2012-07-202-0/+2
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-2019-31/+37
* Exclude openssl_memory_private_key_store.cc from build on Android.pliard@chromium.org2012-07-202-10/+9
* A Speculative Revert for r147597 - Convert ProtocolHandlerRegistry to be a Pr...hbono@chromium.org2012-07-201-3/+3
* Convert ProtocolHandlerRegistry to be a ProfileKeyedService.smckay@chromium.org2012-07-201-3/+3
* Fix TCPClientSocket::GetLocalAddress() to work when socket is not connected.sergeyu@chromium.org2012-07-204-5/+29