| Commit message (Expand) | Author | Age | Files | Lines |
* | URLRequest::Interceptor enhancements1) Allow an interceptor to change its min... | michaeln@google.com | 2009-04-16 | 9 | -74/+786 |
* | s/delete/delete[]/ | thestig@chromium.org | 2009-04-15 | 1 | -1/+1 |
* | Fix strict aliasing warning in disk_cache_perftest. | thestig@chromium.org | 2009-04-14 | 1 | -4/+2 |
* | Delete more unused functions in nss_memio.c. | thestig@chromium.org | 2009-04-14 | 1 | -32/+0 |
* | Disk cache: Enable the code that sets the max size automatically. | rvargas@google.com | 2009-04-14 | 3 | -10/+69 |
* | Assert that the WinSock DLL supports version 2.2. | wtc@chromium.org | 2009-04-14 | 1 | -9/+14 |
* | Update to version 26 of open-vcdiff (underpinnings for SDCH decoder) | jar@chromium.org | 2009-04-14 | 1 | -0/+1 |
* | Histogram time from request till first byte of header is received | jar@chromium.org | 2009-04-13 | 2 | -7/+22 |
* | Delete unused functions in nss_memio.c. | willchan@chromium.org | 2009-04-13 | 1 | -30/+0 |
* | Add some LOG(INFO) to help diagnose problems when proxy is not working. | ericroman@google.com | 2009-04-13 | 4 | -3/+108 |
* | Remove the "Proxy-Support: Session-Based-Authentication" | wtc@chromium.org | 2009-04-10 | 1 | -12/+6 |
* | Give the filter setup more context so it can figure out whether it's download... | thestig@chromium.org | 2009-04-10 | 7 | -9/+88 |
* | Disk cache: Finish the current experiment. | rvargas@google.com | 2009-04-10 | 3 | -52/+24 |
* | Add a boolean data member reading_body_from_socket_ to help | wtc@chromium.org | 2009-04-10 | 3 | -3/+90 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-10 | 5 | -15/+38 |
* | revert until I can figure out why the tests are hanging | ben@chromium.org | 2009-04-09 | 5 | -38/+15 |
* | Scrape search definitions from forms that have onsubmit handlers. The scrapin... | ben@chromium.org | 2009-04-09 | 5 | -15/+38 |
* | Disk cache: fix broken UMA reports. | rvargas@google.com | 2009-04-09 | 3 | -2/+11 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 1 | -2/+2 |
* | DNS prefetch experiment extension: Consider different connection count limits | jar@chromium.org | 2009-04-08 | 3 | -6/+31 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 9 | -92/+80 |
* | - Add support for platform specific suppression files for Valgrind | nirnimesh@chromium.org | 2009-04-06 | 1 | -0/+1 |
* | Remove the now-superfluous STATE_CONNECT and STATE_CONNECT_COMPLETED from SSL... | markus@chromium.org | 2009-04-03 | 6 | -262/+180 |
* | Fix for bug 9608. adding check that tokenized header is valid. | ace@google.com | 2009-04-02 | 2 | -1/+12 |
* | Add nhs.uk as a single-authority zone. | agl@chromium.org | 2009-04-02 | 2 | -1/+4 |
* | Add GYP file tld_cleanup tool. | agl@chromium.org | 2009-04-02 | 1 | -0/+25 |
* | Fix an innocuous dcheck when going to view-cache. | rvargas@google.com | 2009-04-02 | 1 | -3/+5 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 12 | -1286/+0 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 19 | -177/+643 |
* | Ensures that writes are at least one byte, matching the libevent version. As ... | avi@google.com | 2009-03-31 | 1 | -0/+1 |
* | Set completed_handshake_ to true after the entire Connect | wtc@chromium.org | 2009-03-31 | 1 | -1/+6 |
* | Extract the parsing of proxy rules to ProxyConfig::ProxyRules, and unit-test. | ericroman@google.com | 2009-03-31 | 16 | -104/+466 |
* | Disk Cache: Make sure that an entry that pretends to be | rvargas@google.com | 2009-03-30 | 8 | -0/+87 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 19 | -645/+179 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 19 | -179/+645 |
* | Move position of declaration per nit on larger CL that landed | jar@chromium.org | 2009-03-30 | 1 | -3/+1 |
* | Add histogram of total latency when we're not re-using a socket | jar@chromium.org | 2009-03-30 | 1 | -0/+7 |
* | Add cast to fix tree bustage on mac | jar@chromium.org | 2009-03-30 | 1 | -3/+6 |
* | Use HTTP status return code to make SDCH handling more robust. | jar@chromium.org | 2009-03-30 | 10 | -15/+222 |
* | Add some includes needed by GCC 4.4.0 | mark@chromium.org | 2009-03-30 | 1 | -0/+1 |
* | Facilitate SDCH content decoding after a proxy removes ALL content info | jar@chromium.org | 2009-03-28 | 1 | -3/+6 |
* | Increase allowable dictionary size so that iGoogle can test SDCH | jar@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | Add a unit test for ProxyConfigServiceWin. | ericroman@google.com | 2009-03-27 | 4 | -10/+195 |
* | Disk Cache: Second pass (and final) to allow multiple instances | rvargas@google.com | 2009-03-27 | 8 | -66/+149 |
* | Fix leak in cert code that Valgrind found. | avi@google.com | 2009-03-27 | 1 | -24/+33 |
* | After r12485, every POST request has an UploadData, even if | wtc@chromium.org | 2009-03-27 | 1 | -2/+3 |
* | filter_context.GetMimeType returns false if there is no | wtc@chromium.org | 2009-03-27 | 1 | -1/+1 |
* | Prevent making real DNS lookups by chrome tests. | phajdan.jr@chromium.org | 2009-03-27 | 5 | -13/+37 |
* | Respect cookies set in a 401 responses when restarting the http transaction. | ericroman@google.com | 2009-03-27 | 15 | -77/+296 |
* | Treat all 1xx the same as a 100 (continue). | ericroman@google.com | 2009-03-27 | 2 | -2/+49 |