summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-185-99/+455
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-185-17/+49
* Improve modularity of recent SDCH dictionary load checkinjar@chromium.org2009-02-172-3/+5
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-145-430/+98
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-147-98/+653
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-147-45/+53
* Add a new method ReadUntilComplete to FileStream which ensures that all reque...jhawkins@chromium.org2009-02-133-0/+49
* Change SSLInfo::SetCertError to call the recently-addedwtc@chromium.org2009-02-121-29/+1
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-122-18/+15
* Fetch SDCH dictionary as soon as current URL fetch completesjar@chromium.org2009-02-112-8/+10
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-0/+4
* Revert cl 9528 to fix mac test_shell_testsrvargas@google.com2009-02-102-15/+18
* Extend the IOBuffer to the disk cache.rvargas@google.com2009-02-102-18/+15
* Add constructor to net::FileStream to create it with a base::PlatformFile han...hclam@chromium.org2009-02-094-0/+63