| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 4 | -16/+21 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | base: Move SplitStringDontTrim functions from string_util.h to string_split.h | tfarina@chromium.org | 2010-09-15 | 2 | -2/+4 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+1 |
* | Add RandomNumberGenerator adapter to base/rand_util.h | isherman@chromium.org | 2010-08-30 | 1 | -1/+1 |
* | Add WebSocket handshake message in net_log | ukai@chromium.org | 2010-08-12 | 4 | -0/+83 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 2 | -0/+2 |
* | Add string_tuil include back, neede for stringprintf. | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -6/+6 |
* | 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 |