summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Document how we avoid running leaky tests under Purify and Valgrind,dkegel@google.com2009-03-183-0/+20
* Disk cache: A few minor fixes to make coverity happy.rvargas@google.com2009-03-184-4/+8
* Disk cache: First implementation of TrimDeleted() and a fewrvargas@google.com2009-03-185-10/+70
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-185-6/+4
* Switching net over to use gyp on windows.bradnelson@google.com2009-03-182-218/+1
* Fix leak in GetCertSubjectAltNamesOfType(). Found by valgrind.dkegel@google.com2009-03-181-0/+1
* Fix incorrect include guards in net/, where the guard didn't match the filename.deanm@chromium.org2009-03-178-17/+22
* SSL Fix: Step 2.Add HasAllowedCert and HasDeniedCert to X509Certificate::Poli...abarth@chromium.org2009-03-172-0/+14
* Add targets for page_cycler_tests, perf_tests and startup_tests. Listedsgk@google.com2009-03-161-2/+1
* LogBlockedTunnelResponse only needs the response code aswtc@chromium.org2009-03-162-7/+6
* Add command line switch "--new-ftp" for new portable FTPwtc@chromium.org2009-03-168-6/+181
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-162-2/+8
* Make sure that net_perftest doesn't leave temporary files.phajdan.jr@chromium.org2009-03-163-15/+39
* Add 'Generating' messages for rules.sgk@google.com2009-03-161-0/+1
* Back out r11684, a temporary change for debugging issue 8325.wtc@chromium.org2009-03-161-4/+2
* Restoring net.sln lost in rollback of change 11688.bradnelson@google.com2009-03-141-0/+217
* Revert 11689 and 11690jar@chromium.org2009-03-141-1/+1
* Removing extra {}s that got lost in restructuring a CL.bradnelson@google.com2009-03-141-1/+1
* Switching net to gyp on windows.bradnelson@google.com2009-03-131-217/+0
* Log an error message when we don't find anywtc@chromium.org2009-03-131-0/+20
* Temporarily use the Proxy-Connection header before thewtc@chromium.org2009-03-131-2/+4
* Added yet one more histogram to help debug SDCH issues.jar@chromium.org2009-03-131-2/+4
* Linux: GYP fixesagl@chromium.org2009-03-131-2/+1
* wtc: please look at URL related code, and hooks and nitsjar@chromium.org2009-03-1313-197/+242
* Highlights of changes:hclam@chromium.org2009-03-137-16/+42
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-135-3/+2
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-132-2/+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-128-1/+7
* Clean up our fix for bug 7338 and bug 8473, which wentwtc@chromium.org2009-03-123-9/+16
* Cleaning up Website junk in sln files.bradnelson@google.com2009-03-121-92/+0
* Pointing slns at generated vcprojs from base.bradnelson@google.com2009-03-121-66/+83
* 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-123-3/+74
* Revert 11484 to try to heal plugin_test failurejar@chromium.org2009-03-113-74/+3
* Add unit tests for NTLM authentication. This requireswtc@chromium.org2009-03-113-20/+295
* Block reading unauthenticated bytes from the proxy when the user cancels a 40...abarth@chromium.org2009-03-113-3/+74
* Minor nits in IO bufferjar@chromium.org2009-03-112-2/+4
* NO CODE CHANGEdeanm@chromium.org2009-03-11187-188/+0
* Unfork the code path for loading net resources on mac, ie-put it back inlinethomasvl@chromium.org2009-03-111-14/+1
* net_resources unforkthomasvl@chromium.org2009-03-111-37/+27
* remove a bogus comment on thread safety.thomasvl@chromium.org2009-03-111-4/+1
* Adding more guids (realized unit tests get included in slns up higher in the ...bradnelson@google.com2009-03-101-0/+4
* Adding fixed guids to some modules to facilitate incremental switch to gyp.bradnelson@google.com2009-03-101-0/+2
* Slight code change to make some global variables const.maruel@google.com2009-03-1020-115/+184
* On some slow machines, like the virtual machine of Vista 64nsylvain@chromium.org2009-03-101-4/+3
* Add filter_unittest.h to net/base modulejar@chromium.org2009-03-091-0/+1
* 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-0928-154/+366