| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SPDY request headers to DevTools. | mmenke@chromium.org | 2012-09-07 | 1 | -0/+1 |
* | WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3 | toyoshim@chromium.org | 2012-08-14 | 1 | -0/+1 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Move all objects from the spdy:: namespace to net:: | rch@chromium.org | 2012-03-22 | 1 | -1/+1 |
* | OnSSLCertificateError delegate chain back to SocketStreamDispatcherHost | toyoshim@chromium.org | 2012-03-09 | 1 | -0/+4 |
* | Fork SPDY/2 and SPDY/3 versions of our SPDY tests, in preparation for landing | rch@chromium.org | 2012-03-04 | 1 | -1/+2 |
* | Remove WebSocketFrameHandler. | yutak@chromium.org | 2012-02-15 | 1 | -5/+5 |
* | Replace OldCompletionCallback in SocketStream::Delegate. | yutak@chromium.org | 2011-12-01 | 1 | -2/+2 |
* | Convert ScopedRunnableMethodFactory in WebSocketJob. | yutak@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -18/+21 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -4/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -1/+1 |
* | Apply the asynchronous CookieMonster API to WebsocketJob. | ycxiao@chromium.org | 2011-08-01 | 1 | -0/+5 |
* | Use ScopedRunnableMethodFactory in WebSocketJob | ukai@chromium.org | 2011-07-22 | 1 | -0/+2 |
* | Add WebSocket over SPDY experimental implementation. | toyoshim@chromium.org | 2011-07-11 | 1 | -1/+16 |
* | Revert 91997 - Add WebSocket over SPDY experimental implementation. | toyoshim@chromium.org | 2011-07-11 | 1 | -16/+1 |
* | Add WebSocket over SPDY experimental implementation. | toyoshim@chromium.org | 2011-07-11 | 1 | -1/+16 |
* | WebSocket over SPDY: protocol switch | toyoshim@chromium.org | 2011-06-16 | 1 | -9/+8 |
* | Add invalid data send check on CONNECTING state | toyoshim@chromium.org | 2011-06-02 | 1 | -0/+1 |
* | Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDY | toyoshim@chromium.org | 2011-05-26 | 1 | -0/+6 |
* | net: Add NET_API to websockets. | rvargas@google.com | 2011-05-20 | 1 | -1/+3 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 1 | -2/+0 |
* | Remove async functionality from net::CookiePolicy. | willchan@chromium.org | 2011-04-06 | 1 | -4/+1 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 1 | -1/+2 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Refactor WebSocket handshake. | ukai@chromium.org | 2010-06-03 | 1 | -5/+5 |
* | Factor out WebSocket frame handler out of WebSocketJob. | ukai@chromium.org | 2010-06-01 | 1 | -1/+11 |
* | Try to fix flaky websocket tests again. | ukai@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Revert 42074 - Try to fix flaky websocket tests. | amit@chromium.org | 2010-03-19 | 1 | -1/+0 |
* | Try to fix flaky websocket tests. | ukai@chromium.org | 2010-03-19 | 1 | -0/+1 |
* | Refactor WebSocket throttling feature. | ukai@chromium.org | 2010-03-17 | 1 | -2/+14 |
* | Support HttpOnly cookie on Web Socket | ukai@chromium.org | 2010-03-01 | 1 | -0/+98 |