summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Fix build break from my last checkin. I accidently removed -T from the param...jam@chromium.org2009-12-232-8/+3
* Use a perfect hash map for the registry controlled domain service.jam@chromium.org2009-12-239-3872/+18488
* Add LoadLogging to SOCKS5ClientSocket. Logs the state transitions, and more v...eroman@chromium.org2009-12-221-0/+16
* Move some logging from LOG(INFO) to the LoadLog. These particular ones are fo...eroman@chromium.org2009-12-221-0/+5
* Fix benign race on NetworkChangeNotifierThread's vtable pointer.willchan@chromium.org2009-12-211-0/+1
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-2111-0/+596
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-217-141/+331
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-211-0/+21
* net: Make a few test server connection values constants. Also do a little Fil...thestig@chromium.org2009-12-181-0/+18
* Pass the LoadLog through the FlipStream.mbelshe@google.com2009-12-182-0/+36
* Http cache: Add a test to make sure that the cachervargas@google.com2009-12-181-0/+7
* Add more load log points near HttpNetworkTransaction::ReadHeadersvandebo@chromium.org2009-12-171-0/+7
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-0/+3
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-152-17/+10
* Get the new certificate for https://www.unosoft.hu/ and re-enable thewtc@chromium.org2009-12-152-61/+64
* Add tests for SocketStreamMetrics.satorux@chromium.org2009-12-151-0/+3
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-126-36/+28
* Improve unit tests to verify that directories are listed before files in file...vandebo@chromium.org2009-12-112-0/+31
* SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade.agl@chromium.org2009-12-117-336/+565
* landing the issue 482008 for dmuiroshima@chromium.org2009-12-101-1/+1
* Add GetNextProtocol method to SSLClientSocket.agl@chromium.org2009-12-101-17/+1
* Cache failed DNS resolutions for 1 second.eroman@chromium.org2009-12-107-65/+159
* Adjust our sniffing hueristics to better match Firefox.abarth@chromium.org2009-12-102-6/+14
* Define X509Certificate::intermediate_ca_certs_ as a std::vector ofwtc@chromium.org2009-12-093-42/+22
* Sanitize index because it comes from the untrusted renderer.cevans@chromium.org2009-12-091-0/+4
* Remove bzip2 decoding support completely.thestig@chromium.org2009-12-087-618/+0
* Don't assert what the certificate's subjectAltName extensionwtc@chromium.org2009-12-072-10/+16
* Use factory to create histograms, and refcounts to track lifetimesjar@chromium.org2009-12-063-55/+62
* Enable LoadLog for Flip. Improve some LOG messages.willchan@chromium.org2009-12-041-0/+16
* Temporarily disable enforcing test isolation for net_unittests.phajdan.jr@chromium.org2009-12-041-1/+1
* Disable the X509CertificateTest.UnoSoftCertParsing unit test becausewtc@chromium.org2009-12-041-1/+2
* Fix a couple of data races on booleanstimurrrr@chromium.org2009-12-042-9/+9
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-1/+1
* Implement "Email Link To Page" menu command.snej@chromium.org2009-12-032-0/+6
* Add mpeg audio mime type allowing mp3 to play with chrome on more websites.fbarchard@chromium.org2009-12-031-0/+1
* [GTTF] Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-12-022-7/+15
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-0/+22
* Add a new event to LoadLog:eroman@chromium.org2009-12-011-0/+3
* Remove the unnecessary workaround for NSS bug 455424, now that we requirewtc@chromium.org2009-12-013-12/+0
* Add -profile command line switchdavemoore@chromium.org2009-11-301-1/+2
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-302-2/+29
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-304-34/+38
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-1/+0
* Revert "Apply test isolation goodness to net_unittests."phajdan.jr@chromium.org2009-11-262-14/+7
* Fix a memory leak in DnsReloadTimerphajdan.jr@chromium.org2009-11-261-0/+1
* Apply test isolation goodness to net_unittests.phajdan.jr@chromium.org2009-11-262-7/+13
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-251-3/+3
* Remove the temporary instrumentation to getaddrinfo().eroman@chromium.org2009-11-251-20/+1
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-247-101/+9
* A large Content-Length header followed by a connection close could trigger an...vandebo@chromium.org2009-11-231-3/+1