| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+3 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 3 | -5/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 7 | -0/+7 |
* | Coverity issue 7892: Bad override (in unit test). | finnur@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | Fix integer underflow in ParseHandshakeHeader in websocket_handshake_handler.cc | ukai@chromium.org | 2010-07-06 | 3 | -9/+44 |
* | Add Spdy support in WebSocketHandshake*Handler | ukai@chromium.org | 2010-06-29 | 3 | -14/+259 |
* | Ignore OnConnected event if the job state is already CLOSED. | ukai@chromium.org | 2010-06-29 | 1 | -0/+2 |
* | Check state in SocketStream delegate methods. | ukai@chromium.org | 2010-06-17 | 1 | -0/+11 |
* | Implement WebSocketHandshake*Handler to support Http{Request,Response}Info. | ukai@chromium.org | 2010-06-08 | 3 | -36/+161 |
* | Refactor WebSocket handshake. | ukai@chromium.org | 2010-06-03 | 5 | -194/+595 |
* | Fix regression of websocket/tests/simple-stress.html | ukai@chromium.org | 2010-06-01 | 4 | -16/+38 |
* | Factor out WebSocket frame handler out of WebSocketJob. | ukai@chromium.org | 2010-06-01 | 7 | -144/+562 |
* | Don't process the same address for websocket throttling. | ukai@chromium.org | 2010-04-21 | 2 | -0/+41 |
* | Fix websocket key generation algorithm. | ukai@chromium.org | 2010-04-20 | 1 | -5/+5 |
* | SendPending() does nothing if socket_stream_ == NULL. | ukai@chromium.org | 2010-04-07 | 1 | -1/+4 |
* | Update new WebSocket API. | ukai@chromium.org | 2010-04-05 | 3 | -27/+95 |
* | Implement closing handshake described in draft-hixie-thewebsocketprotocol-76. | ukai@chromium.org | 2010-04-02 | 2 | -4/+126 |
* | Revert 43331 - Implement closing handshake described in drafthixiethewebsocke... | jar@chromium.org | 2010-04-01 | 2 | -128/+4 |
* | Implement closing handshake described in draft-hixie-thewebsocketprotocol-76. | ukai@chromium.org | 2010-04-01 | 2 | -4/+128 |
* | Fix leak in WebSocketThrottleTest::Throttle | ukai@chromium.org | 2010-04-01 | 1 | -4/+10 |
* | Fix WebSocketJob to pass /key_3/ after handshake request header. | ukai@chromium.org | 2010-03-30 | 2 | -5/+54 |
* | Implement new websocket handshake based on draft-hixie-thewebsocketprotocol-76 | ukai@chromium.org | 2010-03-26 | 9 | -216/+900 |
* | Use FilterHeaders() instead of HttpUtil::StripHeaders(). | ukai@chromium.org | 2010-03-25 | 1 | -5/+57 |
* | Try to fix a compile error on ARM. | eroman@chromium.org | 2010-03-23 | 1 | -4/+4 |
* | Try to fix flaky websocket tests again. | ukai@chromium.org | 2010-03-23 | 3 | -38/+42 |
* | Revert 42074 - Try to fix flaky websocket tests. | amit@chromium.org | 2010-03-19 | 3 | -38/+37 |
* | Try to fix flaky websocket tests. | ukai@chromium.org | 2010-03-19 | 3 | -37/+38 |
* | Refactor WebSocket throttling feature. | ukai@chromium.org | 2010-03-17 | 6 | -239/+296 |
* | Refactor WebSocketHandshake out of WebSocket. | ukai@chromium.org | 2010-03-17 | 6 | -356/+543 |
* | 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 | 3 | -0/+971 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -1/+1 |
* | Add bounds checking to StaticSocketDataProvider, to make tests more reliable | phajdan.jr@chromium.org | 2010-02-09 | 1 | -2/+4 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 2 | -14/+2 |
* | Improve the test coverage of WebSocket class. | satorux@chromium.org | 2009-12-10 | 3 | -18/+152 |
* | Fix WebSocket length parser | ukai@chromium.org | 2009-12-07 | 2 | -5/+8 |
* | Reduce DLOG in websocket code | ukai@chromium.org | 2009-11-24 | 1 | -7/+6 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 1 | -4/+4 |
* | After further discussion, do not try to handle memory errors, but make assert... | vandebo@chromium.org | 2009-11-10 | 1 | -10/+2 |
* | Add Websocket::DetachDelegate | ukai@chromium.org | 2009-11-06 | 3 | -5/+37 |
* | Add error reporting in net/websockets | ukai@chromium.org | 2009-11-06 | 2 | -1/+22 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -1/+4 |
* | Fix kServerHandshakeHeader | ukai@chromium.org | 2009-11-05 | 2 | -9/+9 |
* | Fix memory leak in WebSocketThrottle. | ukai@chromium.org | 2009-11-04 | 1 | -1/+3 |
* | Implement websocket throttling. | ukai@chromium.org | 2009-11-04 | 3 | -0/+526 |
* | Handle out of memory in GrowableIOBuffer more gracefully. | vandebo@chromium.org | 2009-10-28 | 1 | -2/+2 |
* | Add unittest for WebSocket::ProcessFrameData. | ukai@chromium.org | 2009-10-23 | 3 | -65/+189 |
* | Fix calculation of length in websocket.cc. | craig.schlenter@chromium.org | 2009-10-22 | 1 | -1/+1 |
* | WebSocket protocol handler for live experiment (again) | ukai@chromium.org | 2009-10-21 | 3 | -0/+871 |
* | Revert r29614 "WebSocket protocol handler for live experiment." | ukai@chromium.org | 2009-10-21 | 3 | -868/+0 |