| Commit message (Expand) | Author | Age | Files | Lines |
* | Use CHECK_* in net | willchan@chromium.org | 2010-03-02 | 16 | -49/+48 |
* | SSL False Start Support | agl@chromium.org | 2010-03-02 | 10 | -3/+396 |
* | 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 | 8 | -29/+25 |
* | Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket. | willchan@chromium.org | 2010-03-02 | 2 | -3/+55 |
* | TBR: Fix build by marking new Keygen test as flaky. | snej@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Mac: implement <keygen> support, including adding generated cert to the Keych... | snej@chromium.org | 2010-03-02 | 12 | -98/+429 |
* | Delete an unused test fixture. | willchan@chromium.org | 2010-03-02 | 1 | -7/+0 |
* | Send an empty renegotiation info extension instead of SCSV | wtc@chromium.org | 2010-03-02 | 3 | -2/+36 |
* | Fix a bug with buffering when the connection closes | mbelshe@chromium.org | 2010-03-02 | 2 | -4/+340 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-03-01 | 17 | -589/+69 |
* | Fix memory leak in WebSocketJobTest. | ukai@chromium.org | 2010-03-01 | 1 | -1/+1 |
* | Fix crash in ExtensionApiTest.FLAKY_WebSocket | ukai@chromium.org | 2010-03-01 | 1 | -1/+2 |
* | Support HttpOnly cookie on Web Socket | ukai@chromium.org | 2010-03-01 | 10 | -11/+1205 |
* | Work around 3rd party problem causing bug 27870. | vandebo@chromium.org | 2010-02-27 | 4 | -19/+32 |
* | Log an informational message if an SSL server does not support | wtc@chromium.org | 2010-02-27 | 2 | -0/+20 |
* | Make a proper TCPSocketParams | vandebo@chromium.org | 2010-02-27 | 8 | -76/+93 |
* | Added HttpAuthFilter. | cbentzel@chromium.org | 2010-02-26 | 11 | -9/+649 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-26 | 17 | -69/+589 |
* | Revert "SSL False Start Support" | agl@chromium.org | 2010-02-26 | 10 | -396/+3 |
* | SSL False Start Support | agl@chromium.org | 2010-02-26 | 10 | -3/+396 |
* | Revert 40099 - Revert 39998 Revert 39996 Refine IPv6 probe to require that ... | jar@chromium.org | 2010-02-26 | 4 | -88/+21 |
* | Revert 39998 - Revert 39996 Refine IPv6 probe to require that the client has... | jar@chromium.org | 2010-02-26 | 4 | -21/+88 |
* | Adds a new type of cache (APP_CACHE) so that we can tell | rvargas@google.com | 2010-02-26 | 1 | -0/+1 |
* | Fix SpdySessionPool to take a host port pair instead of just the host. | willchan@chromium.org | 2010-02-26 | 7 | -55/+70 |
* | Modify the SPDY stream to be buffered. | mbelshe@chromium.org | 2010-02-26 | 3 | -28/+191 |
* | Handle the TLS no_renegotiation alert message. | wtc@chromium.org | 2010-02-25 | 2 | -0/+11 |
* | SSL: stop network traffic from interfering with NSS. | wtc@chromium.org | 2010-02-25 | 1 | -2/+2 |
* | Revert "SSL False Start Support" | agl@chromium.org | 2010-02-25 | 10 | -396/+3 |
* | Add a test for correct FTP SIZE response handling when the file size | phajdan.jr@chromium.org | 2010-02-25 | 1 | -6/+17 |
* | Added SSPILibrary interface so unit tests can mock SSPI calls. | cbentzel@chromium.org | 2010-02-25 | 7 | -47/+386 |
* | Don't run some tests failing on certificate erros under Valgrind | timurrrr@chromium.org | 2010-02-25 | 1 | -0/+3 |
* | Revert 39996 - Refine IPv6 probe to require that the client has an IPv6 addre... | jar@chromium.org | 2010-02-25 | 4 | -88/+21 |
* | Refine IPv6 probe to require that the client has an IPv6 address on an interface | jar@chromium.org | 2010-02-25 | 4 | -21/+88 |
* | Include sys_addrinfo.h in tcp_client_socket_win.cc. | eroman@chromium.org | 2010-02-25 | 1 | -0/+1 |
* | Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-25 | 8 | -106/+28 |
* | Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 8 | -28/+106 |
* | Switch NetworkChangeNotifier implementations to use ObserverList. | willchan@chromium.org | 2010-02-24 | 8 | -106/+28 |
* | Add TLS server_name extension support for Mac Chrome. | wtc@chromium.org | 2010-02-24 | 1 | -0/+8 |
* | Disable some unsupported tsan tests for Mac. | shess@chromium.org | 2010-02-24 | 1 | -0/+2 |
* | Disabled DiskCacheBackendTest.*InvalidRankings* on TSan/Mac. | timurrrr@chromium.org | 2010-02-24 | 1 | -3/+1 |
* | SSL False Start Support | agl@chromium.org | 2010-02-24 | 10 | -3/+396 |
* | Mac client-side SSL cert improvements. | snej@chromium.org | 2010-02-24 | 3 | -27/+58 |
* | Disabled DiskCacheBackendTest.NewEvictionInvalidRankingsSuccess on Mac. | timurrrr@chromium.org | 2010-02-24 | 1 | -0/+1 |
* | Revert "Fix the case where the browser livelocks if we cannot open a file." | agl@chromium.org | 2010-02-24 | 7 | -191/+65 |
* | Fix the case where the browser livelocks if we cannot open a file. | agl@chromium.org | 2010-02-24 | 7 | -65/+191 |
* | Disabled DiskCacheBackendTest.InvalidRankingsSuccess on Mac. | timurrrr@chromium.org | 2010-02-24 | 1 | -1/+2 |
* | Disabled DiskCacheBackendTest.NewEvictionInvalidRankings2 on Mac. | glider@chromium.org | 2010-02-24 | 1 | -0/+4 |
* | Request the szOID_PKIX_KP_SERVER_AUTH usage when constructing | wtc@chromium.org | 2010-02-24 | 1 | -7/+16 |
* | Add ERR_END_OF_STREAM | vandebo@google.com | 2010-02-24 | 5 | -19/+51 |