| Commit message (Expand) | Author | Age | Files | Lines |
* | Reducing the debug output spam. | ahendrickson@google.com | 2010-03-25 | 1 | -2/+0 |
* | SpdySession now sets the following fields in HttpResponseInfo: | ahendrickson@google.com | 2010-03-25 | 2 | -0/+8 |
* | HttpAuthFilterWhitelist is now getting entries from the Windows | ahendrickson@google.com | 2010-03-25 | 7 | -40/+640 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -4/+13 |
* | Revert "Reland r42300: "HttpRequestHeaders refactor.""" | willchan@chromium.org | 2010-03-23 | 6 | -481/+65 |
* | Reland r42300: "HttpRequestHeaders refactor."" | willchan@chromium.org | 2010-03-23 | 6 | -65/+481 |
* | Revert r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-23 | 6 | -473/+65 |
* | HttpRequestHeaders refactor. | willchan@chromium.org | 2010-03-23 | 6 | -65/+473 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 5 | -97/+90 |
* | 2 experiments: DNS prefetch limit concurrency: TCP split a packet | jar@chromium.org | 2010-03-20 | 1 | -3/+26 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 13 | -138/+130 |
* | SPDY: Alternate-Protocol changes. | willchan@chromium.org | 2010-03-10 | 6 | -41/+122 |
* | SPDY: Add basic support for Alternate-Protocol header. | willchan@chromium.org | 2010-03-09 | 7 | -1/+493 |
* | Http cache: Reorder the files after the previous mess-up. | rvargas@google.com | 2010-03-08 | 3 | -629/+630 |
* | Use 0 for successful end of stream. | vandebo@chromium.org | 2010-03-08 | 3 | -17/+12 |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 4 | -0/+6 |
* | Add checks to track down bug 31096 | vandebo@chromium.org | 2010-03-08 | 1 | -0/+3 |
* | More late binding cleanup | vandebo@chromium.org | 2010-03-05 | 1 | -36/+0 |
* | Fix a regression introduced in r40465. | wtc@chromium.org | 2010-03-05 | 1 | -11/+18 |
* | Remove debug info used to diagnose bug 31723. | rvargas@google.com | 2010-03-03 | 1 | -12/+0 |
* | Remove the remnants of the late binding experiment. | vandebo@chromium.org | 2010-03-03 | 1 | -32/+0 |
* | Don't ignore certificate errors with SPDY. | mbelshe@chromium.org | 2010-03-03 | 2 | -19/+23 |
* | Use CHECK_* in net | willchan@chromium.org | 2010-03-02 | 1 | -3/+3 |
* | Http cache: Expose storing metadata on a given entry. | rvargas@google.com | 2010-03-02 | 5 | -20/+283 |
* | Remove connection failed histograms. | vandebo@chromium.org | 2010-03-02 | 1 | -5/+3 |
* | Work around 3rd party problem causing bug 27870. | vandebo@chromium.org | 2010-02-27 | 2 | -9/+1 |
* | Make a proper TCPSocketParams | vandebo@chromium.org | 2010-02-27 | 1 | -21/+14 |
* | Added HttpAuthFilter. | cbentzel@chromium.org | 2010-02-26 | 10 | -9/+646 |
* | Fix SpdySessionPool to take a host port pair instead of just the host. | willchan@chromium.org | 2010-02-26 | 1 | -7/+8 |
* | Added SSPILibrary interface so unit tests can mock SSPI calls. | cbentzel@chromium.org | 2010-02-25 | 7 | -47/+386 |
* | Add ERR_END_OF_STREAM | vandebo@google.com | 2010-02-24 | 4 | -19/+48 |
* | ProxyConfig behaved like a struct, but was defined as a class. | eroman@chromium.org | 2010-02-24 | 1 | -1/+1 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 8 | -0/+65 |
* | Rename use_spdy_ to using_spdy_ and test it in more places: | wtc@chromium.org | 2010-02-22 | 2 | -15/+16 |
* | Validate that an SSPI scheme is supported before generating a handler. | cbentzel@chromium.org | 2010-02-22 | 10 | -53/+130 |
* | Back out the change to HttpNetworkTransaction::Read in the | wtc@chromium.org | 2010-02-20 | 1 | -2/+1 |
* | Make explicit the assumption that SpdySession::InitializeWithSocket takes | wtc@chromium.org | 2010-02-20 | 1 | -1/+4 |
* | Fix a SPDY regression introduced in r39037. When we ignore certificate | wtc@chromium.org | 2010-02-19 | 2 | -11/+24 |
* | Unit test for auth realms changing during requests. | cbentzel@chromium.org | 2010-02-19 | 1 | -0/+142 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 3 | -0/+4 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 32 | -253/+718 |
* | Fix LOAD_IGNORE_CERT_* on Mac | ukai@chromium.org | 2010-02-15 | 1 | -21/+23 |
* | More checks to try to find bug 27870. | vandebo@google.com | 2010-02-12 | 2 | -1/+9 |
* | Http cache: Remove the explicit transaction callback and let the | rvargas@google.com | 2010-02-11 | 3 | -53/+54 |
* | Http Cache: Eliminate EntryAvailable() and make the cache use | rvargas@google.com | 2010-02-11 | 3 | -28/+33 |
* | Http Cache: Add a load log to the DoomEntry operation. | rvargas@google.com | 2010-02-11 | 2 | -4/+22 |
* | Add option to suppress HTTP Referer header. | jochen@chromium.org | 2010-02-10 | 1 | -1/+11 |
* | Http cache: Make sure that we don't send notifications | rvargas@google.com | 2010-02-10 | 2 | -9/+44 |
* | Include completion_callback.h instead of client_socket_handle.h. | wtc@chromium.org | 2010-02-09 | 1 | -1/+1 |
* | Add bounds checking to StaticSocketDataProvider, to make tests more reliable | phajdan.jr@chromium.org | 2010-02-09 | 2 | -86/+156 |