summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: disable SSL compressionagl@chromium.org2012-08-021-11/+0
* Http cache: Always revalidate PUT and DELETE requests.rvargas@google.com2012-08-022-6/+5
* Add a mutable version of CookieMonster::ParsedCookiebattre@chromium.org2012-08-023-59/+399
* Applying late feedback on CL https://chromiumcodereview.appspot.com/10834051.noyau@chromium.org2012-08-021-110/+111
* This is a major refactor of Histogram related code:kaiwang@chromium.org2012-08-014-20/+11
* Add a new ExtractSubjectPublicKeyFromSPKI method to asn1_utils.rch@chromium.org2012-08-012-1/+36
* Log SPDY request headers in URL_REQUEST events in net-internals.pauljensen@chromium.org2012-08-012-0/+30
* Simplify the EC signature creation code by moving it to a Helper.rch@chromium.org2012-08-013-47/+63
* Remove error handling for NOT_IN_DNS.agl@chromium.org2012-08-014-9/+2
* Android: remove ant environment dependencies.torne@chromium.org2012-08-011-15/+1
* Now WebSocketFrameChunk use std::vector<char> to hold payload data.toyoshim@chromium.org2012-08-015-47/+121
* Revert 149261 - Support SHA-256 in public key pins for HTTPS.vandebo@chromium.org2012-07-3133-460/+214
* Support SHA-256 in public key pins for HTTPS.palmer@chromium.org2012-07-3133-214/+460
* [Sync] Add support for performing a GetKey on startup.zea@chromium.org2012-07-312-3/+24
* Add a new GetTlsUniqueChannelBinding method to SSLSocket, and implement nss v...rch@chromium.org2012-07-3113-11/+79
* 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