| Commit message (Expand) | Author | Age | Files | Lines |
* | Close the disk cache experiment for new users. | rvargas@google.com | 2009-05-08 | 1 | -18/+2 |
* | Make sure that a null separates individual http headers when | rvargas@google.com | 2009-05-07 | 2 | -2/+23 |
* | Avoid divide by zero when gathering stats for SDCH | jar@chromium.org | 2009-05-07 | 1 | -2/+4 |
* | Fix testserver to return a correct MIME-type header. | ericroman@google.com | 2009-05-07 | 1 | -1/+2 |
* | Add two more error codes to net. | rvargas@google.com | 2009-05-07 | 2 | -2/+9 |
* | Fix up some unit tests for HostResolver: | wtc@chromium.org | 2009-05-07 | 1 | -4/+55 |
* | Temporarily disable gconf usage from ProxyConfigServiceLinux because of Glib ... | deanm@chromium.org | 2009-05-06 | 2 | -0/+5 |
* | A utility driver for doing client/server HTTP transaction | mbelshe@google.com | 2009-05-06 | 11 | -0/+732 |
* | Fix a browser crash when reading the disk cache experiment data | rvargas@google.com | 2009-05-04 | 1 | -5/+6 |
* | Get rid of the static next_id_ counter, to make construction of ProxyConfig o... | ericroman@google.com | 2009-05-04 | 4 | -19/+38 |
* | linux: obey proxy environment variables in preference to gconf | evan@chromium.org | 2009-05-04 | 2 | -1/+25 |
* | Change names of SDCH related histograms. | jar@chromium.org | 2009-05-02 | 3 | -37/+37 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 4 | -94/+174 |
* | POSIX: Add a macro for handling EINTR. | agl@chromium.org | 2009-05-01 | 5 | -34/+34 |
* | Fix a crash on the SSL logic, when a state transition | rvargas@google.com | 2009-05-01 | 1 | -5/+9 |
* | Set endianness for ARM. | thestig@chromium.org | 2009-05-01 | 1 | -2/+1 |
* | Deprecate wstring version of PathService::Get() in net. | thestig@chromium.org | 2009-05-01 | 8 | -49/+52 |
* | Hand craft an A/B test of SDCH compression | jar@chromium.org | 2009-04-30 | 12 | -176/+387 |
* | Extend the use of IOBuffers to the code underneath | rvargas@google.com | 2009-04-30 | 17 | -148/+331 |
* | Fix a few broken histograms. | rvargas@google.com | 2009-04-30 | 2 | -10/+8 |
* | Add a histogram to measure the number of idle sockets when a TCP connection i... | willchan@chromium.org | 2009-04-30 | 4 | -0/+18 |
* | Don't return true from unimplemented X509Certificate::IsEV. | ukai@chromium.org | 2009-04-29 | 2 | -8/+6 |
* | Supports single range request with file protocol | hclam@chromium.org | 2009-04-29 | 4 | -9/+207 |
* | Add a histogram to measure how long are we waiting to close | rvargas@google.com | 2009-04-29 | 1 | -5/+13 |
* | Revert "Supports single range request with file protocol" | evan@chromium.org | 2009-04-29 | 4 | -200/+9 |
* | Supports single range request with file protocol | hclam@chromium.org | 2009-04-28 | 4 | -9/+200 |
* | Switching to v8.gyp in the v8 project (so they can maintain it themselves). | bradnelson@google.com | 2009-04-28 | 1 | -1/+1 |
* | Implement a parser that parses the "Range" HTTP header | hclam@chromium.org | 2009-04-28 | 7 | -2/+455 |
* | Refactor HttpNetworkTransaction to remove side effects in some member functions. | willchan@chromium.org | 2009-04-28 | 3 | -427/+785 |
* | Add a histogram to record the dns resolution + tcp connection times. | willchan@chromium.org | 2009-04-28 | 2 | -4/+19 |
* | Reverting 14597,14596,14595. | sgjesse@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Update V8 in chromium to version 1.2.1. | ager@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Don't use CancelIo to cancel pending IO before closing a | wtc@chromium.org | 2009-04-26 | 1 | -10/+11 |
* | Add SDCH histogram to help detected delayed acks | jar@chromium.org | 2009-04-24 | 1 | -0/+16 |
* | Implement HttpResponseHeaders::GetContentRange and unittests | hclam@chromium.org | 2009-04-22 | 3 | -3/+295 |
* | Disk cache: Set up a new experiment on the dev channel. | rvargas@google.com | 2009-04-22 | 3 | -10/+85 |
* | Add -DCHROME_V8 to the chrome/browser build. | sgk@google.com | 2009-04-22 | 1 | -1/+5 |
* | Build on Linux with shared libraries (significant chunks courtesy craigsch): | sgk@google.com | 2009-04-22 | 1 | -0/+4 |
* | Stop using deprecated file_util::Trim* functions. | thestig@chromium.org | 2009-04-21 | 1 | -4/+5 |
* | Log the "Proxy-Support: Session-Based-Authentication" | wtc@chromium.org | 2009-04-21 | 2 | -29/+68 |
* | Add a unit test for recycling a keep-alive connection socket | wtc@chromium.org | 2009-04-21 | 1 | -0/+59 |
* | Add histogram for connection times for new connections | jar@chromium.org | 2009-04-21 | 1 | -0/+8 |
* | Allows a proxy bypass entry to match on a specific port, used by the | sdoyon@chromium.org | 2009-04-20 | 3 | -53/+188 |
* | Correct SDCH enforcement of PathMatch for dictionaries | jar@chromium.org | 2009-04-20 | 3 | -2/+43 |
* | Add a FieldTrial and histograms for measuring impact of http prioritization. | willchan@chromium.org | 2009-04-20 | 1 | -2/+26 |
* | Implement full duplex tcp sockets on Windows. | willchan@chromium.org | 2009-04-20 | 7 | -322/+512 |
* | ProxyConfigService for Linux. | sdoyon@chromium.org | 2009-04-20 | 11 | -52/+1522 |
* | Add assertion to help clarify code. | jar@chromium.org | 2009-04-18 | 1 | -0/+2 |
* | Reverting 13983. | willchan@chromium.org | 2009-04-17 | 7 | -510/+320 |
* | Add tcp connection time histograms. | willchan@chromium.org | 2009-04-17 | 2 | -0/+20 |