summaryrefslogtreecommitdiffstats
path: root/net/data
Commit message (Expand)AuthorAgeFilesLines
* Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi...eroman@chromium.org2009-09-101-0/+21
* Fix 307 redirects of a POST request to actually send the body again, and add adarin@chromium.org2009-07-303-2/+2
* Disk cache: Fix handling of invalid entries that are detectedrvargas@google.com2009-07-232-0/+4
* Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls.willchan@chromium.org2009-07-212-0/+3
* Add a few more cases to NetUtilTest.IDN* tests. Because IDN*Slow test is much...jshin@chromium.org2009-07-151-3/+0
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-102-0/+0
* Disk cache: Keep a map of all open entries.rvargas@google.com2009-07-076-0/+67
* Disable the http cache when fetching PAC scripts. Also adds an extra log stat...eroman@chromium.org2009-06-032-0/+4
* Disk cache: fix the description of data\cache_tests\bad_rankings2rvargas@google.com2009-05-291-2/+2
* Disk cache: Reset mask_ when the disk cache is being restarted.rvargas@google.com2009-05-286-0/+66
* Split NetUtilTest.IDNToUnicode into IDNToUnicodeFast and IDNToUnicodeSlow. En...thestig@chromium.org2009-05-131-5/+5
* Update Purify and Valgrind data to ignore a few new tests.rvargas@google.com2009-04-172-0/+10
* Disk Cache: Make sure that an entry that pretends to bervargas@google.com2009-03-306-0/+67
* Reduce valgrind bot time from 12 minutes to 9 minutes by skipping one testdkegel@google.com2009-03-231-0/+3
* Document how we avoid running leaky tests under Purify and Valgrind,dkegel@google.com2009-03-182-0/+12
* Add performance tests for the proxy resolver implementations.ericroman@google.com2009-03-061-0/+1362
* Fix error being thrown in isInNet() PAC js.ericroman@google.com2009-03-041-19/+173
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-0/+46
* Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy...ericroman@google.com2009-02-2314-0/+230
* Remove unused invalid_cert.pem.dkegel@google.com2009-01-271-41/+0
* Add support for per-module suppression files.erg@google.com2009-01-091-0/+31
* 307 redirects of POST should generate POSTs instead of GETs.abarth@chromium.org2008-12-122-0/+3
* Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This...ericroman@google.com2008-12-1014-0/+22
* Third time's a charm?dkegel@google.com2008-12-074-0/+158
* Disk cache: Add support for an extra data stream for each cache entry.rvargas@google.com2008-12-04128-0/+360
* Don't send Content-Type when redirecting from a POST.ericroman@google.com2008-11-152-0/+3
* Fix a bogus net_unittests purify error caused by a stack change to file_util:...erikkay@google.com2008-10-311-11/+0
* a filename changed in this stackerikkay@google.com2008-08-251-2/+2
* Filter out tests from purify tests that intentionally leak.erikkay@google.com2008-08-223-182/+7
* Some stacks for known memory leaks in net_unittests have changed.erikkay@google.com2008-08-221-12/+4
* Modify the binary bz2 to have LF and force google.txt totc@google.com2008-08-142-1/+19
* Now force it back to CR for everyone.tc@google.com2008-08-141-19/+1
* Force the eol style to LF so we always get the CR character.tc@google.com2008-08-141-1/+19
* Force the line ending on this test data file to be CR. Thetc@google.com2008-08-141-19/+1
* If a disk cache entry is stored as an external file, and it is reused (open/t...rvargas@google.com2008-08-02125-0/+0
* further adjust test results to match the new realitydarin@google.com2008-07-301-1/+1
* DirectoryListing is now in the net namespace.darin@google.com2008-07-301-2/+2
* Fix signature for a known FIM purify warning.nsylvain@google.com2008-07-301-2/+2
* Update signature for a known purify FIM warning.nsylvain@google.com2008-07-271-2/+2
* Add net to the repository.initial.commit2008-07-26144-0/+330