summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove SPDY 2.1 support.rch@chromium.org2012-04-0923-16110/+24
* Update use of TimeDelta in net/*.tedvessenes@gmail.com2012-04-093-5/+6
* Revert 131256 - Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-083-64/+2
* Reduce parallel DNS resolutions to 6jar@chromium.org2012-04-071-3/+4
* [net/dns] Handle synchronous completions of DnsUDPAttempt.szym@chromium.org2012-04-073-153/+272
* Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-073-2/+64
* Turn SPDY NetLog Source references into links onmmenke@chromium.org2012-04-062-10/+10
* Show ServerBoundCerts in site data viewer.mattm@chromium.org2012-04-064-5/+7
* HTTP Pipelining: Log headers with the URL_REQUEST formmenke@chromium.org2012-04-061-1/+1
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-0622-1425/+38
* Track URLRequestContext references in a set.willchan@chromium.org2012-04-063-1/+39
* Remove unused code and exclude unused files on Chrome OS too.craig.schlenter@chromium.org2012-04-063-13/+6
* [net/dns] Remove Job leak when HostResolverImpl is deleted during Abort callb...szym@chromium.org2012-04-063-7/+42
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-0/+1
* Hook up WebRequestRulesRegistry into old WebRequest APIbattre@chromium.org2012-04-052-10/+43
* disallow proxy push of HTTPS contentbengr@google.com2012-04-054-1/+255
* Use base::strdup() instead of strdup()/_strdup().thestig@chromium.org2012-04-053-29/+8
* Properly parse IPv6 subjectAltNames when USE_OPENSSL is setrsleevi@chromium.org2012-04-045-11/+128
* [net/dns] Quick fix for a crash on synchronous DnsUDPAttempt completion.szym@chromium.org2012-04-042-3/+6
* Revert 130578 - Enable cookies per default in net. Add an API to disable them...jochen@chromium.org2012-04-042-23/+2
* Enable cookies per default in net. Add an API to disable them by default, and...jochen@chromium.org2012-04-042-2/+23
* Remove crazy c string contortions in spdy_test_util_spdy[23].cc.rch@chromium.org2012-04-042-166/+68
* Properly handle spdy3 responses.rch@chromium.org2012-04-0314-190/+269
* Re-order some ifdefs in CertVerifyProcTestrsleevi@chromium.org2012-04-031-10/+16
* Update test suppressions / disabled tests following refactoring.rsleevi@chromium.org2012-04-031-8/+1
* Fix a variable naming style nit post-refactoringrsleevi@chromium.org2012-04-033-3/+3
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-0328-20/+101
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-032-5/+6
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-035-7/+8
* Revert "net: randomly remove 10% of the SSL blacklist."agl@chromium.org2012-04-031-0/+242
* Enables a SPDY proxy to push resources from arbitrary origins.bengr@google.com2012-04-038-10/+370
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-032-6/+5
* Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr...pkasting@chromium.org2012-04-033-91/+91
* Add full support for filesystem URLs.ericu@google.com2012-04-022-5/+6
* Revert "net: eliminate a random 1/3 of the SSL blacklist."agl@chromium.org2012-04-021-0/+676
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-0222-38/+1425
* Set ss->ssl3.hs.recvMessageSeq to 0 in dtls_RehandshakeCleanup.wtc@chromium.org2012-03-312-1/+3
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-3169-245/+246
* Make all the things use cert_test_util.h.mattm@chromium.org2012-03-312-53/+24
* Revert r12998 - it broke some media/mime-related layout tests.dpranke@chromium.org2012-03-312-48/+41
* Reset accept_callback_ before calling it from TCPServerSocket.sergeyu@chromium.org2012-03-312-2/+4
* When input is "" (or " " with trim_whitespace true), SplitString() should ret...pkasting@chromium.org2012-03-302-41/+48
* initialize all fields in ctortbreisacher@chromium.org2012-03-301-0/+5
* net: Re-enable SOCKS4 tests on Mac.satorux@chromium.org2012-03-303-48/+6
* [net/dns] Add CHECKs to diagnose crash in DnsResponse::qname.szym@chromium.org2012-03-302-12/+19
* Add DTLS support to NSS, contributed by Eric Rescorla.wtc@chromium.org2012-03-3021-127/+5435
* Cache certificates as DER on all platforms.rsleevi@chromium.org2012-03-298-82/+115
* Add DNS configuration information to about:net-internals#dns,mmenke@chromium.org2012-03-296-27/+70
* Revert 122908 - Limited user feedback following the addition of this means we...rsleevi@chromium.org2012-03-291-2/+0
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-2816-51/+50