summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Implement SHA-256 fingerprint support.palmer@chromium.org2012-08-0633-229/+506
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-0615-18/+291
* Implement TLS Channel ID support for SPDY CREDENTIAL framesrch@chromium.org2012-08-068-54/+283
* Add WebSocketError to indicate decoding failure reasontoyoshim@chromium.org2012-08-065-49/+104
* Regression test for lack of errors on requests with invalid portsshalev@chromium.org2012-08-051-0/+33
* net: disable TLS compression with OpenSSL.agl@chromium.org2012-08-031-4/+1
* net: add several neonisi.com domains to HSTS preloaded.agl@chromium.org2012-08-032-0/+6
* net: add codereview sites to HSTS preloaded.agl@chromium.org2012-08-033-1/+5
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-0313-163/+640
* Coverity: Initialize member variables.jhawkins@chromium.org2012-08-031-1/+2
* Disk Cache: Fix the value reported for QuickListCheck histogram.rvargas@google.com2012-08-031-1/+1
* Remove ENABLE_PERSISTENT_SESSION_COOKIESjgreenwald@chromium.org2012-08-025-87/+0
* 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