summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Implement CRLSet checking on Mac.agl@chromium.org2012-01-112-3/+63
* Revert 117225 - Implement CRLSet checking on Windows.flackr@chromium.org2012-01-112-67/+3
* Implement CRLSet checking on Windows.agl@chromium.org2012-01-112-3/+67
* net: add a test for X509Certificate integration with CRLSet.agl@chromium.org2012-01-113-0/+142
* Split the initialisation of NeworkChangeNotifierMac.droger@google.com2012-01-115-35/+48
* Resolve style nits and clean up Strict-Transport-Security header handling code.palmer@chromium.org2012-01-113-13/+13
* net: allow CRLSets to block specific SPKIs.agl@chromium.org2012-01-104-45/+148
* Adds HostResolverImplTest.FailedAsynchronousLookupszym@chromium.org2012-01-091-1/+40
* net: all GeoTrust to sign Google certs.agl@chromium.org2012-01-091-2/+0
* SPDY - delete unused code from spdy_framer.rtenneti@chromium.org2012-01-073-316/+42
* Revert 116772 - Enabled SpdyFramerTest's UnclosedStreamDataCompressors.rtenneti@chromium.org2012-01-072-7/+16
* Enabled SpdyFramerTest's UnclosedStreamDataCompressors.rtenneti@chromium.org2012-01-062-16/+7
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-0614-14/+2
* Adds PriorityQueue and PrioritizedDispatcher.szym@chromium.org2012-01-066-1/+849
* net: don't pass the CRLSet in the SSLConfig.agl@chromium.org2012-01-066-17/+37
* net: change how CRL sets interact with online revocation checking.agl@chromium.org2012-01-061-30/+20
* Followup to address post-commit comments on 9041015agl@chromium.org2012-01-062-2/+3
* Disk Cache: Update the internal logic of a block file to makervargas@google.com2012-01-054-20/+144
* Allow Chrome to process CRL set delta updates.agl@chromium.org2012-01-052-2/+30
* Poll PAC scripts for content changes.eroman@chromium.org2012-01-058-95/+896
* Implement HTTP header-based public key pinning.palmer@chromium.org2012-01-055-141/+686
* When rejecting weak keys, do not mask more serious X509 errors.palmer@chromium.org2012-01-051-2/+6
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-043-70/+64
* sync: Merge the server-side protocol changes.albertb@chromium.org2012-01-041-6/+7
* Revert 116259 - base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-043-98/+144
* base::Bind(): directory_lister.cc - get rid of DataEvent classtbreisacher@chromium.org2012-01-043-144/+98
* Revert "Revert the disk_cache change part of http://codereview.chromium.org/9...jhawkins@chromium.org2012-01-041-17/+5
* And now NewRunnableMethod(), you die.ajwong@chromium.org2012-01-041-3/+1
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-032-4/+2
* base::Bind: Remove OldCompletionCallback.jhawkins@chromium.org2012-01-033-68/+3
* Revert the disk_cache change part of http://codereview.chromium.org/9035012thakis@chromium.org2012-01-021-5/+17
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-301-2/+2
* [Coverity] Fixed uninitialized member in ctorgroby@chromium.org2011-12-301-1/+2
* [Coverity] fixed uninitialized member varsgroby@chromium.org2011-12-291-1/+3
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-291-2/+2
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-291-2/+2
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-2811-49/+11
* Coverity fix: Logically dead codearthurhsu@chromium.org2011-12-281-0/+1
* net: add (*.)pixi.me to HSTS preloaded.agl@chromium.org2011-12-282-0/+4
* Added DMServer updates to the auto-enrollment protobuf fields.joaodasilva@chromium.org2011-12-281-3/+3
* Turn on prefetching againgavinp@chromium.org2011-12-272-0/+15
* Simple change to simplify TransportSecurityState.palmer@chromium.org2011-12-273-22/+1
* Add support to SpdyFramer for the CREDENTIAL frame.rch@chromium.org2011-12-2711-7/+469
* net: add a Serialize method to CRLSet.agl@chromium.org2011-12-274-34/+94
* Link rel=prefetch was disabled during prerender development; for nowgavinp@chromium.org2011-12-272-8/+8
* Fixed permissionrtenneti@google.com2011-12-251-0/+0
* Disabled UnclosedStreamDataCompressors to fix ASAN error.rtenneti@google.com2011-12-251-1/+3
* Changes to read SPDY headers incrementally. rtenneti@chromium.org2011-12-2512-162/+774
* base::Bind: Remove an unused using statement.jhawkins@chromium.org2011-12-231-2/+0
* base::Bind: Random remaining cleanups.jhawkins@chromium.org2011-12-232-20/+10