summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Preserve non-POST methods on 301/302 requests.mmenke@chromium.org2011-10-268-33/+100
* NSS: update NPN patch to fix comment style and ssl.def.agl@chromium.org2011-10-253-13/+15
* exclude the linux files that are not needed on openbsdrobert.nagy@gmail.com2011-10-251-6/+7
* Fix redux buildjoth@chromium.org2011-10-253-0/+3
* net: enable CRL sets behind a command line flag.agl@chromium.org2011-10-2519-47/+177
* Revert 107075 - Disallow wildcards from matching top-level registry controlle...achuith@chromium.org2011-10-252-41/+10
* Disallow wildcards from matching top-level registry controlled domains during...rsleevi@chromium.org2011-10-252-10/+41
* Treat an invalid key usage as an invalid certificate when using OpenSSLrsleevi@chromium.org2011-10-251-2/+1
* Fix a potential CFRelease(NULL).thakis@chromium.org2011-10-251-2/+5
* Unittest for SPDY's Failed Ping. A small test to sendrtenneti@chromium.org2011-10-252-3/+102
* A build fix for Mac GCC.hbono@chromium.org2011-10-251-2/+2
* Upgrade DevTools WebSocket server implementation from Hybi10 to Hybi17.loislo@chromium.org2011-10-241-23/+14
* Use a better error code for when an extension blocks a network request usingmpcomplete@chromium.org2011-10-211-0/+3
* Address some extra review comments in IOBuffer's documentation.eroman@chromium.org2011-10-211-8/+5
* Refactor: Remove HostResolver::GetAsHostResolverImpl()cbentzel@chromium.org2011-10-216-29/+13
* base::Bind conversion for file_stream_posix.cc.adamk@chromium.org2011-10-211-18/+20
* base::Bind conversion for trivial cases in net/base.adamk@chromium.org2011-10-206-42/+42
* OpenBSD patches for net, split from CR #8275005robert.nagy@gmail.com2011-10-207-6/+32
* Disk cache: Add another timming histogram.rvargas@google.com2011-10-202-1/+19
* Expected version of WebSocket was adjusted for hybi17 that was introduced at ...loislo@chromium.org2011-10-201-1/+1
* Allow CookieStorage implementations other than CookieMonster.droger@google.com2011-10-202-20/+23
* Disk cache: Update stress_cache to perform deeper testsing.rvargas@google.com2011-10-2012-39/+242
* Disk cache: Fix the sanity check for entries with keys of 16KB.rvargas@google.com2011-10-202-2/+10
* Fix leaking CERTCertificate in NSS X509Certificate::CreateSelfSigned.mattm@chromium.org2011-10-201-2/+4
* Fixed the comments in BackupSocketFailAfterStall tests.rtenneti@chromium.org2011-10-201-5/+1
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-2010-46/+58
* base::Bind conversion for net/disk_cache/...adamk@chromium.org2011-10-208-29/+31
* net: disable revocation checking for connections to HTTPS proxies.agl@chromium.org2011-10-191-0/+3
* Basic HTTP pipelining support.simonjam@chromium.org2011-10-1931-80/+3079
* Don't need to export an abstract interface.wtc@chromium.org2011-10-193-19/+2
* Add groups.google.com to HSTS list.cevans@chromium.org2011-10-192-0/+4
* Keep track of expired entries in net-internals DNS tab,mmenke@chromium.org2011-10-191-1/+1
* net: another Brocade customer for the blacklist.agl@chromium.org2011-10-191-0/+1
* Fix openssl build after http://codereview.chromium.org/8265004/joth@chromium.org2011-10-191-1/+2
* Add some more comments for IOBuffer.eroman@chromium.org2011-10-191-2/+59
* Fix a comment nit for SSLNextProtoCallback.wtc@chromium.org2011-10-192-2/+2
* Add NetLog and histograms for CertVerifierwillchan@chromium.org2011-10-199-37/+113
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-183-11/+7
* Add NetLog support to UDP sockets.mmenke@chromium.org2011-10-1813-92/+416
* Reset static HttpStreamFactory settings before each test in a NetTestSuite.szym@chromium.org2011-10-183-0/+32
* net: rework the NPN patch.agl@chromium.org2011-10-1816-287/+496
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-181-2/+5
* Track the RTT via histograms for PING messages sent from client.rtenneti@chromium.org2011-10-182-0/+18
* Use NSS to generate Origin-Bound Certs on Win and Mac.mattm@chromium.org2011-10-1815-382/+576
* Set send buffer size for P2P UDP sockets.sergeyu@chromium.org2011-10-189-18/+82
* Changes the sending of PING to 1 secs insteadrtenneti@chromium.org2011-10-171-2/+8
* Don't send preface-PING. Send trailing ping 200ms after sending the SYN_STREAM.rtenneti@chromium.org2011-10-172-14/+11
* Log events related to SSL client authentication.wtc@chromium.org2011-10-172-11/+76
* Removed eroneous DCHECK in CheckPingStatusrtenneti@chromium.org2011-10-171-1/+0
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-176-73/+312