summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Attempt to close idle connections in higher layer socket pools when a lower l...rch@chromium.org2012-04-162-5/+182
* Changed TestShellWebMimeRegistryImpl to blacklist rather than whitelist conta...ddorwin@chromium.org2012-04-162-14/+64
* Factor out the code to write control and frame headers into a new constructor...rch@chromium.org2012-04-164-121/+98
* FTP: make the code handling server messages in directory listings more general.phajdan.jr@chromium.org2012-04-144-21/+79
* net: move HSTS preloaded and pinning info out of code.agl@chromium.org2012-04-138-2188/+945
* Disable CHECK(false) in NetworkChangeNotifier::Create on ChromeOSoshima@chromium.org2012-04-131-0/+5
* Re-enable the missing CertVerifyProc tests from net_unittestsrsleevi@chromium.org2012-04-131-0/+1
* Remove resize support from SpdyFrameBuilderrch@chromium.org2012-04-132-38/+9
* HTTP Cache: Add more POST unit tests.rvargas@google.com2012-04-131-20/+42
* Make SpdyFramer::spdy_version_ const.rch@chromium.org2012-04-121-3/+1
* Revert 132012 - net: move HSTS preloaded and pinning info out of code.tim@chromium.org2012-04-127-945/+2180
* net: move HSTS preloaded and pinning info out of code.agl@chromium.org2012-04-127-2180/+945
* Convert isolate.py to exclusively use .isolate files.maruel@chromium.org2012-04-122-46/+57
* Move class local functions and globals into an annonymous namespace.rch@chromium.org2012-04-111-2/+6
* SPDY - Added the following flow control unitests.rtenneti@chromium.org2012-04-119-28/+357
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-1116-180/+410
* Remove some constant spew in unit test logserg@chromium.org2012-04-111-1/+1
* Update uses of TimeDelta in net/test.tedvessenes@gmail.com2012-04-111-1/+1
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-112-3/+2
* net: False Start only for NPN capable servers.agl@google.com2012-04-1016-2815/+15
* Attempting to re-land a small portion of this change... Simply add links from rch@chromium.org2012-04-1015-32/+362
* Persist the alternate protocol as a string not an int to allow the enum to be...rch@chromium.org2012-04-102-2/+17
* Expose a way to assert there are no URLRequests left.willchan@chromium.org2012-04-102-1/+7
* Remove unnecessary references to URLRequestContext.willchan@chromium.org2012-04-105-9/+11
* Fix a leak introduced by r131509rsleevi@chromium.org2012-04-101-5/+6
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-1016-93/+238
* 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