summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the mock sockets. For SSL sockets, when they werembelshe@chromium.org2010-08-161-2/+2
* Re-land just the project file changes from r55416. This makes projects that usebrettw@chromium.org2010-08-151-0/+1
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-4/+6
* CommandLine: eliminate wstring-accepting AppendLooseValueevan@chromium.org2010-08-132-2/+2
* Simple offline startup integration test.skrul@chromium.org2010-08-132-1/+38
* Added check for null delegate when a socket stream closes between DoResolveHo...cdn@chromium.org2010-08-131-1/+1
* Initialize all data members in HTTPResponseInfo's new ctor and remove the rel...michaeln@chromium.org2010-08-131-0/+2
* Fix check for whether we need to consider client auth as partmbelshe@chromium.org2010-08-132-2/+2
* Update to NSS 3.12.7.wtc@chromium.org2010-08-1314-95/+100
* Adding ability to sort by date to directory_lister.cc. Adding support for ti...dhg@chromium.org2010-08-132-8/+61
* Redirects NetLog output to the log file, when the command linemmenke@chromium.org2010-08-132-0/+84
* Emit an event to NetLog whenever the proxy settings change.eroman@chromium.org2010-08-135-121/+190
* sync: Add sessions to protocol and chromiumsync python test server.jerrica@google.com2010-08-131-6/+6
* Skip CertDatabaseNSSTest.ImportFromPKCS12 on heapcheck, since the leaks can't...mattm@chromium.org2010-08-121-1/+6
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-127-1/+640
* Net-internal's Javascript code no longer requires all enties have a unique so...mmenke@chromium.org2010-08-121-6/+1
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-125-5/+22
* Uninitialized member variable in UrlRequestJobMetrics.finnur@chromium.org2010-08-121-2/+5
* Uninitialized member vars in CacheDumper.finnur@chromium.org2010-08-121-4/+5
* Add WebSocket handshake message in net_logukai@chromium.org2010-08-126-0/+102
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-117-640/+1
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-117-1/+640
* FBTF: Start cleaning up net/erg@google.com2010-08-1119-19/+89
* net: add embedded DNSSEC chain support.agl@chromium.org2010-08-1114-8/+1822
* Update to NSS 3.12.7 and NSPR 4.8.6 (original review URLwtc@chromium.org2010-08-111-0/+5
* Add a field trial for the cache WRT prefetchinggavinp@chromium.org2010-08-111-2/+14
* Fix flaky WebSocket crash with url-with-credential.htmlukai@chromium.org2010-08-112-5/+9
* Remove a bunch of extra includes.vandebo@chromium.org2010-08-116-11/+20
* Filter out certificates that cannot be used as client certs on Windowsdavidben@chromium.org2010-08-102-0/+71
* Build fix for old glibc (<= 2.5) systems.agl@chromium.org2010-08-101-0/+6
* List TLS_DHE_RSA_WITH_AES_256_CBC_SHA afterwtc@chromium.org2010-08-104-2/+68
* SpdySession now closes all streams on receiving GoAway stream.erikchen@google.com2010-08-102-48/+19
* Removed spdy_network_transaction.h file.erikchen@google.com2010-08-097-714/+231
* Remove all but one last caller of CommandLine::GetSwitchValue().evan@chromium.org2010-08-092-6/+9
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-093-3/+1
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-093-1/+3
* More metrics for proxy connections impact A/B test.ziadh@chromium.org2010-08-093-1/+33
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-0/+2
* base: rename Environment::GetEnv to Environment::GetVar.tfarina@chromium.org2010-08-072-9/+9
* Added defense in depth mechanism to host resolver to prevent long hostnames f...cdn@chromium.org2010-08-072-0/+22
* Add rudimentary support for client auth in testserver.py and unit testsdavidben@chromium.org2010-08-075-4/+136
* Clean up SpdyStream.erikchen@google.com2010-08-069-159/+97
* Bad interaction between 2 A/B experimentsziadh@chromium.org2010-08-062-1/+9
* Remove the following States from HttpProxyClientSocket:rch@chromium.org2010-08-061-2/+0
* Review URL: http://codereview.chromium.org/3068015lzheng@google.com2010-08-061-0/+143
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-065-95/+64
* Reshuffle some NSS code to make way for Snap Start.agl@chromium.org2010-08-063-122/+158
* Add the actual data being read to the OnBytesRead callback, take two.cbentzel@chromium.org2010-08-066-31/+311
* Change some EXPECT's to ASSERT's in http_auth_handler_factory_unittest.cccbentzel@chromium.org2010-08-061-3/+3
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-066-7/+127