summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Highlights of changes:hclam@chromium.org2009-03-131-0/+3
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-133-2/+1
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-123-3/+0
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-122-1/+1
* Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.thestig@chromium.org2009-03-122-3/+0
* Revert 11495 (since that reversion didn't heal plugin problem)jar@chromium.org2009-03-121-2/+1
* Revert 11484 to try to heal plugin_test failurejar@chromium.org2009-03-111-1/+2
* Block reading unauthenticated bytes from the proxy when the user cancels a 40...abarth@chromium.org2009-03-111-2/+1
* Minor nits in IO bufferjar@chromium.org2009-03-112-2/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-1187-87/+0
* Unfork the code path for loading net resources on mac, ie-put it back inlinethomasvl@chromium.org2009-03-111-14/+1
* remove a bogus comment on thread safety.thomasvl@chromium.org2009-03-111-4/+1
* Slight code change to make some global variables const.maruel@google.com2009-03-1011-67/+103
* On some slow machines, like the virtual machine of Vista 64nsylvain@chromium.org2009-03-101-4/+3
* Add warning comment to FileStream::Truncateagl@chromium.org2009-03-091-0/+2
* Fix tree: Purify noted I didn't init two bools in a mock-class constructor.jar@chromium.org2009-03-091-1/+5
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-0912-111/+290
* Adds truncate to FileStream.sky@google.com2009-03-094-0/+73
* Mark DigiNotar Root CA as EV.wtc@chromium.org2009-03-061-0/+7
* Add performance tests for the proxy resolver implementations.ericroman@google.com2009-03-061-0/+4
* Mark the "SwissSign Gold CA - G2" root CA as EV.wtc@chromium.org2009-03-061-0/+6
* Only tune SO_SNDBUF/SO_RCVBUF sizes for pre-Vista systems.mbelshe@google.com2009-03-051-15/+24
* Revert change 10975 and 10972 because it broke the purify nsylvain@chromium.org2009-03-051-3/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0519-152/+152
* Highlights of changes:hclam@chromium.org2009-03-051-0/+3
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-033-3/+29
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-023-1/+118
* Distinguish a few more SDCH cases via problem codesjar@chromium.org2009-02-273-5/+25
* Don't let an active network attacker play tricks with CONNECT tunnels throgh ...abarth@chromium.org2009-02-271-4/+4
* Fix minor error it SDCH filter code (hidden by filter control code)jar@chromium.org2009-02-271-0/+1
* Add ERR_OUT_OF_MEMORY to make it more straightforward towtc@chromium.org2009-02-261-1/+4
* Change the string_escape functions to use string16 rather than wstring.dsh@google.com2009-02-251-3/+4
* Correct enums in SDCH problem codesjar@chromium.org2009-02-252-5/+7
* Final step in converting all grit includes to have grit in the path.tc@google.com2009-02-241-1/+1
* Use string for Histogram names since these are all ASCII anyway.dsh@google.com2009-02-246-30/+27
* Implement X509Certificate::Persist. dkegel@google.com2009-02-242-15/+32
* Have tld_cleanup generate a .cc file that contains the effectivetc@google.com2009-02-244-25/+3658
* Add IPv6 support to net::GetHostAndPort.ericroman@google.com2009-02-233-30/+42
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-231-1/+4
* fix checkdepstc@google.com2009-02-221-5/+6
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Provide error reporting and recovery for SDCH responses not market as HTMLjar@chromium.org2009-02-214-18/+49
* Skip certification root initialization if it's not needed.stoyan@chromium.org2009-02-211-4/+6
* Add a warning comment to prevent increasingwtc@chromium.org2009-02-201-1/+5
* If an idle socket has received data unexpectedly, we can'twtc@chromium.org2009-02-1915-14/+115
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-196-102/+472
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-191-4/+3
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-193-0/+100
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-195-455/+99