| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typo in SDCH problem logging code. | jar@google.com | 2008-12-17 | 2 | -3/+4 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 1 | -2/+1 |
* | Fixed failed test in net_perftest. | darin@chromium.org | 2008-12-17 | 1 | -1/+1 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -1/+2 |
* | Reverting 7125. | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Temp experiment to confirm theory in crbug.com/5555. | ericroman@google.com | 2008-12-17 | 2 | -8/+8 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 8 | -2532/+2532 |
* | Disk cache: remove the hard coded list from rankings.cc | rvargas@google.com | 2008-12-16 | 6 | -143/+204 |
* | Disk Cache: Send only one eviction age data point per browser execution. | rvargas@google.com | 2008-12-16 | 1 | -5/+9 |
* | Add a call to MemoryDebug::MarkAsInitialized to the new network code to avoid | pamg@google.com | 2008-12-16 | 1 | -0/+9 |
* | I fail at reading code review comments. Second try at getting the white spac... | abarth@chromium.org | 2008-12-16 | 1 | -2/+2 |
* | Comments and white space changes requested by Wan-Teh. | abarth@chromium.org | 2008-12-16 | 1 | -1/+1 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-15 | 4 | -51/+71 |
* | Command line switch for the ultra security concious: --force-https! | abarth@chromium.org | 2008-12-15 | 1 | -1/+11 |
* | Reverting 6977. | ericroman@google.com | 2008-12-15 | 2 | -8/+8 |
* | Test re-enable some tests to get more data from purify buildbot. This will pr... | ericroman@google.com | 2008-12-15 | 2 | -8/+8 |
* | Reverting 6966. | ericroman@google.com | 2008-12-13 | 18 | -138/+154 |
* | Use automatic memory management for URLRequestContext's members. | ericroman@google.com | 2008-12-13 | 18 | -154/+138 |
* | Add back proxy_script_fetcher[_unittest.cc] to the build -- mark the tests as... | ericroman@google.com | 2008-12-12 | 6 | -8/+22 |
* | Reverting 6911. | ojan@google.com | 2008-12-12 | 4 | -51/+47 |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-12 | 4 | -47/+51 |
* | Remove overly aggressive assert | jar@google.com | 2008-12-12 | 1 | -9/+0 |
* | Port flush_cache tool and perf_tests. | phajdan.jr@chromium.org | 2008-12-12 | 1 | -83/+18 |
* | 307 redirects of POST should generate POSTs instead of GETs. | abarth@chromium.org | 2008-12-12 | 4 | -10/+24 |
* | Don't append tlslite to PYTHONPATH more than once | mark@chromium.org | 2008-12-12 | 1 | -15/+20 |
* | Disk cache: Set up an experiment to measure the effect of | rvargas@google.com | 2008-12-11 | 5 | -28/+96 |
* | Build a few more files on the Mac: | mark@chromium.org | 2008-12-11 | 1 | -3/+13 |
* | Reverting 6815. | phajdan.jr@chromium.org | 2008-12-11 | 1 | -18/+83 |
* | Port flush_cache tool and perf_tests. | phajdan.jr@chromium.org | 2008-12-11 | 1 | -83/+18 |
* | Don't require tlslite to be installed, just use what's in the tree | mark@chromium.org | 2008-12-11 | 1 | -4/+23 |
* | Missed a spot during the FilePathing. | avi@google.com | 2008-12-11 | 1 | -1/+1 |
* | Move file enumeration to filepaths. | avi@google.com | 2008-12-11 | 3 | -6/+8 |
* | Remove proxy_script_fetcher from the scons files too to try and green purify ... | ericroman@google.com | 2008-12-10 | 2 | -2/+0 |
* | Remove proxy_script_fetcher_unittest.cc as it seems to be triggering a UMR. | ericroman@google.com | 2008-12-10 | 2 | -12/+0 |
* | no-op style change. | ericroman@google.com | 2008-12-10 | 1 | -4/+4 |
* | Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This... | ericroman@google.com | 2008-12-10 | 24 | -3/+717 |
* | no-op style change. | ericroman@google.com | 2008-12-10 | 1 | -4/+4 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 16 | -213/+308 |
* | Disk cache: Avoid using a block file to full capacity if there is | rvargas@google.com | 2008-12-09 | 1 | -3/+17 |
* | If a server answers a cache validation request with 304 and cache-control:no-... | rvargas@google.com | 2008-12-09 | 2 | -1/+49 |
* | Fix some crashes by handling an NSS result value more carefully and reverting | evanm@google.com | 2008-12-09 | 1 | -6/+13 |
* | Third time's a charm? | dkegel@google.com | 2008-12-07 | 12 | -46/+579 |
* | Correctly handle (and log) receipt of gzip response to SDCH encode proposal | jar@google.com | 2008-12-05 | 3 | -2/+29 |
* | Record network latency stats for Win HTTP in a histogram | jar@google.com | 2008-12-05 | 2 | -1/+12 |
* | Disk cache: Add support for an extra data stream for each cache entry. | rvargas@google.com | 2008-12-04 | 140 | -75/+527 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 2 | -12/+18 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 7 | -2260/+2260 |
* | upgrade cache tool: Improve the handling of errors so that | rvargas@google.com | 2008-12-03 | 1 | -3/+14 |
* | Remove unused x-SDCH header from get requests | jar@google.com | 2008-12-03 | 1 | -7/+0 |
* | Revert r6233, need to move the cert, there is a policy against | dkegel@google.com | 2008-12-02 | 8 | -389/+28 |