| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase the global TCP socket limit. It's too low. | willchan@chromium.org | 2010-04-26 | 1 | -1/+1 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -1/+1 |
* | SPDY: Don't embed a NUL in SetNextProtos(). This makes NPN work again. | willchan@chromium.org | 2010-04-21 | 1 | -1/+1 |
* | Use HttpRequestHeaders for extra_headers. | willchan@chromium.org | 2010-04-20 | 24 | -276/+362 |
* | SSL fixes for sites with buggy DEFLATE support. | agl@chromium.org | 2010-04-20 | 2 | -4/+139 |
* | This CL moves the MockSSPILibrary out of http_auth_sspi_win_unittests.cc and ... | cbentzel@chromium.org | 2010-04-20 | 3 | -157/+207 |
* | Fix crash on IP address change. | willchan@chromium.org | 2010-04-19 | 7 | -145/+52 |
* | SPDY: Change Chrome code to support new NPN protocols. | willchan@chromium.org | 2010-04-19 | 2 | -3/+10 |
* | Update about:cache to display cached metadata for an entry. | tonyg@chromium.org | 2010-04-19 | 4 | -19/+19 |
* | Added NetLog statements for Canonical name lookup. | cbentzel@chromium.org | 2010-04-19 | 1 | -0/+4 |
* | Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th... | ahendrickson@chromium.org | 2010-04-16 | 17 | -143/+138 |
* | SPDY: Alternate-Protocol changes. | willchan@chromium.org | 2010-04-15 | 6 | -20/+36 |
* | Kerberos uses an SPN (Service Principal Name) to identify a server. This is t... | cbentzel@chromium.org | 2010-04-14 | 14 | -31/+453 |
* | Take 2 at landing the SPDY SETTINGS frame patch. | mbelshe@chromium.org | 2010-04-09 | 1 | -0/+10 |
* | Revert 44092 - Add support for the SPDY session frame. | jar@chromium.org | 2010-04-09 | 1 | -10/+0 |
* | Add support for the SPDY session frame. | mbelshe@chromium.org | 2010-04-09 | 1 | -0/+10 |
* | Flush socket pools and SPDY session pool properly on explicit requests and ne... | willchan@chromium.org | 2010-04-08 | 7 | -52/+145 |
* | Added command-line whitelist data to UrlSecurityManager. These are used by a... | ahendrickson@chromium.org | 2010-04-02 | 8 | -545/+54 |
* | With SPDY, when a proxy is set via automatic settings, we had a crash. | mbelshe@chromium.org | 2010-04-02 | 1 | -0/+2 |
* | Removed filter checks in windows implementations of Negotiate and NTLM HTTP A... | cbentzel@chromium.org | 2010-03-31 | 4 | -369/+0 |
* | Gracefully recover from malformed auth challenge. | jochen@chromium.org | 2010-03-31 | 2 | -5/+84 |
* | Remove packet split experiment, and add coalescing histogram | jar@chromium.org | 2010-03-31 | 1 | -22/+28 |
* | Remove bug 31096 checks (resolved). | vandebo@chromium.org | 2010-03-30 | 1 | -3/+0 |
* | Reland r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-29 | 6 | -65/+500 |
* | Report unreadable files as size zero when uploading. | vandebo@chromium.org | 2010-03-29 | 1 | -0/+149 |
* | On Windows, use IInternetSecurityManager to determine if it's OK | wtc@chromium.org | 2010-03-29 | 15 | -104/+318 |
* | 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 |