summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add comments to HttpStreamParser::DoSendBody().satorux@chromium.org2012-01-191-2/+10
* Change the polling policy for PAC scripts to be much less frequent (new: 2 ho...eroman@chromium.org2012-01-182-48/+65
* Revert "net: merge HTTP headers and body when the sum is small enough."agl@chromium.org2012-01-181-45/+36
* SPDY - FlipServer - changes to use BufferedSpdyFramer.rtenneti@chromium.org2012-01-184-32/+70
* Do not clobber dynamic public key pins when handling the Strict-Transport-Sec...palmer@chromium.org2012-01-181-20/+35
* net: merge HTTP headers and body when the sum is small enough.agl@chromium.org2012-01-181-36/+45
* Disable FPO throughout client_socket_pool_base.cc.eroman@chromium.org2012-01-181-0/+13
* SPDY - bug fix for WINDOW_UPDATE loggingrtenneti@chromium.org2012-01-181-3/+3
* net/base: remove some wstringsevan@chromium.org2012-01-182-5/+5
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-189-26/+29
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-189-29/+26
* net: randomly remove 10% of the SSL blacklist.agl@chromium.org2012-01-171-233/+0
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-179-26/+29
* Fix compile error for net/third_party/mozilla_security_manager/nsNSSCertTrust...Guanqun.Lu@gmail.com2012-01-141-6/+15
* Handle socket errors better while pipelining:simonjam@chromium.org2012-01-143-4/+57
* Add instrumentation to help track down a use-after-free.eroman@chromium.org2012-01-142-4/+58
* Don't poll the PAC script during periods of network inactivity.eroman@chromium.org2012-01-133-69/+373
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-138-29/+304
* Revert "Debug checks that URLRequest::set_method arguments match the contract."apavlov@chromium.org2012-01-131-4/+1
* chrome.experimental.downloads.download works for non-GET methods.cbentzel@chromium.org2012-01-131-4/+13
* Debug checks that URLRequest::set_method arguments match the contract.cbentzel@chromium.org2012-01-131-1/+4
* Fix incorrect constant used in status bitmaskjoth@chromium.org2012-01-131-2/+2
* Revert 117342 - Prevent callbacks after URLRequest/URLRequestJob have been ca...battre@chromium.org2012-01-134-290/+17
* Minor cleanup for UploadDataStream's constructor.satorux@chromium.org2012-01-132-2/+5
* Initialized variable to fix -Wmaybe-uninitialized warning.asharif@chromium.org2012-01-131-1/+1
* The network_moved check in DoHandshakeLoop should only apply towtc@chromium.org2012-01-131-7/+11
* Handle Z_BUF_ERROR as a non-fatal error while incrementally decompressingrtenneti@google.com2012-01-132-4/+2
* Cleanup after debugging with the XP builder.agl@chromium.org2012-01-122-23/+3
* Remove unused code from UploadData and URLRequest.satorux@chromium.org2012-01-125-37/+11
* Prevent callbacks after URLRequest/URLRequestJob have been canceled/completed...battre@chromium.org2012-01-124-17/+290
* Continuing to debug via the builders since there's no XP trybot.agl@chromium.org2012-01-111-1/+5
* Continuing to debug with the XP builders.agl@chromium.org2012-01-111-0/+10
* Add debugging to trace down a problem on WinXP/Vista.agl@chromium.org2012-01-112-5/+80
* 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