| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the "ls -l" FTP LIST format parser to understand correctly | phajdan.jr@chromium.org | 2009-11-06 | 4 | -0/+150 |
* | Coverity: Fix leaking UCharsetDetector in ftp code. | mattm@chromium.org | 2009-11-05 | 2 | -0/+59 |
* | Implement VMS FTP directory listing parser. | phajdan.jr@chromium.org | 2009-11-04 | 8 | -0/+501 |
* | Also parse file size in new FTP LIST parsing code. | phajdan.jr@chromium.org | 2009-10-29 | 2 | -0/+13 |
* | First parts of new FTP LIST response parsing code. | phajdan.jr@chromium.org | 2009-10-28 | 4 | -0/+115 |
* | Don't run SocketStreamTest.BasicAuthProxy under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-10-27 | 1 | -0/+1 |
* | Add three of the six extensions to PAC that Internet Explorer supports. | eroman@chromium.org | 2009-10-26 | 2 | -1/+35 |
* | Wildcard the test cases if two or more tests make | timurrrr@chromium.org | 2009-10-26 | 2 | -5/+2 |
* | Disable the FlipNetworkTransactionTes because it crashes TSAN. | nsylvain@chromium.org | 2009-10-25 | 1 | -0/+1 |
* | Don't run WebSocketTest.* under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-10-21 | 1 | -0/+5 |
* | Don't run DiskCacheEntryTest.CancelSparseIO under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-10-14 | 1 | -0/+1 |
* | Do not run FlipNetworkTransactionTest.Connect under ThreadSanitizer on Mac OS | timurrrr@chromium.org | 2009-10-13 | 1 | -0/+1 |
* | Add an additional test for dnsDomainIs() to verify that it doesn't simply mat... | eroman@chromium.org | 2009-09-25 | 1 | -2/+3 |
* | Add an additional unit-test for when PAC script is missing newline. | eroman@chromium.org | 2009-09-25 | 1 | -0/+3 |
* | Set the mime-type on a test data file to binary. | eroman@chromium.org | 2009-09-24 | 1 | -1/+1 |
* | Fix a bug where if a PAC script ended with a comment and no newline, it would... | eroman@chromium.org | 2009-09-24 | 1 | -0/+8 |
* | Respect the charset specified in PAC file responses. | eroman@chromium.org | 2009-09-22 | 4 | -0/+5 |
* | Excluded a few tests that hang under ThreadSanitizer on Mac | timurrrr@chromium.org | 2009-09-16 | 1 | -0/+22 |
* | Add trace points for the "dnsResolve()" and "myIpAddress()" PAC javascript bi... | eroman@chromium.org | 2009-09-10 | 1 | -0/+21 |
* | Fix 307 redirects of a POST request to actually send the body again, and add a | darin@chromium.org | 2009-07-30 | 3 | -2/+2 |
* | Disk cache: Fix handling of invalid entries that are detected | rvargas@google.com | 2009-07-23 | 2 | -0/+4 |
* | Change URLRequest to return net::ERR_INVALID_URL on redirects to invalid urls. | willchan@chromium.org | 2009-07-21 | 2 | -0/+3 |
* | Add a few more cases to NetUtilTest.IDN* tests. Because IDN*Slow test is much... | jshin@chromium.org | 2009-07-15 | 1 | -3/+0 |
* | Remove svn:executable property from some more files that don't need it. | thestig@chromium.org | 2009-07-10 | 2 | -0/+0 |
* | Disk cache: Keep a map of all open entries. | rvargas@google.com | 2009-07-07 | 6 | -0/+67 |
* | Disable the http cache when fetching PAC scripts. Also adds an extra log stat... | eroman@chromium.org | 2009-06-03 | 2 | -0/+4 |
* | Disk cache: fix the description of data\cache_tests\bad_rankings2 | rvargas@google.com | 2009-05-29 | 1 | -2/+2 |
* | Disk cache: Reset mask_ when the disk cache is being restarted. | rvargas@google.com | 2009-05-28 | 6 | -0/+66 |
* | Split NetUtilTest.IDNToUnicode into IDNToUnicodeFast and IDNToUnicodeSlow. En... | thestig@chromium.org | 2009-05-13 | 1 | -5/+5 |
* | Update Purify and Valgrind data to ignore a few new tests. | rvargas@google.com | 2009-04-17 | 2 | -0/+10 |
* | Disk Cache: Make sure that an entry that pretends to be | rvargas@google.com | 2009-03-30 | 6 | -0/+67 |
* | Reduce valgrind bot time from 12 minutes to 9 minutes by skipping one test | dkegel@google.com | 2009-03-23 | 1 | -0/+3 |
* | Document how we avoid running leaky tests under Purify and Valgrind, | dkegel@google.com | 2009-03-18 | 2 | -0/+12 |
* | Add performance tests for the proxy resolver implementations. | ericroman@google.com | 2009-03-06 | 1 | -0/+1362 |
* | Fix error being thrown in isInNet() PAC js. | ericroman@google.com | 2009-03-04 | 1 | -19/+173 |
* | Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd... | ericroman@google.com | 2009-03-02 | 1 | -0/+46 |
* | Add ProxyResolverV8 class.darin@chromium.org is the original author of 'proxy... | ericroman@google.com | 2009-02-23 | 14 | -0/+230 |
* | Remove unused invalid_cert.pem. | dkegel@google.com | 2009-01-27 | 1 | -41/+0 |
* | Add support for per-module suppression files. | erg@google.com | 2009-01-09 | 1 | -0/+31 |
* | 307 redirects of POST should generate POSTs instead of GETs. | abarth@chromium.org | 2008-12-12 | 2 | -0/+3 |
* | Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This... | ericroman@google.com | 2008-12-10 | 14 | -0/+22 |
* | Third time's a charm? | dkegel@google.com | 2008-12-07 | 4 | -0/+158 |
* | Disk cache: Add support for an extra data stream for each cache entry. | rvargas@google.com | 2008-12-04 | 128 | -0/+360 |
* | Don't send Content-Type when redirecting from a POST. | ericroman@google.com | 2008-11-15 | 2 | -0/+3 |
* | Fix a bogus net_unittests purify error caused by a stack change to file_util:... | erikkay@google.com | 2008-10-31 | 1 | -11/+0 |
* | a filename changed in this stack | erikkay@google.com | 2008-08-25 | 1 | -2/+2 |
* | Filter out tests from purify tests that intentionally leak. | erikkay@google.com | 2008-08-22 | 3 | -182/+7 |
* | Some stacks for known memory leaks in net_unittests have changed. | erikkay@google.com | 2008-08-22 | 1 | -12/+4 |
* | Modify the binary bz2 to have LF and force google.txt to | tc@google.com | 2008-08-14 | 2 | -1/+19 |
* | Now force it back to CR for everyone. | tc@google.com | 2008-08-14 | 1 | -19/+1 |