| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust comments for new Source/ location. | dilmah@chromium.org | 2011-01-19 | 1 | -1/+1 |
* | net: Remove prefix net:: from some places that already are in namespace net. | tfarina@chromium.org | 2011-01-19 | 1 | -1/+1 |
* | net: Remove typedef net::URLRequestContext URLRequestContext; | tfarina@chromium.org | 2011-01-15 | 1 | -2/+2 |
* | Clang: enable -Wbool-conversions and -Wunused-variables on Linux. | hans@chromium.org | 2011-01-14 | 1 | -4/+4 |
* | Start reordering the methods in headers in net/. | erg@google.com | 2011-01-07 | 3 | -2/+5 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -4/+4 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -3/+6 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -6/+3 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -3/+6 |
* | Add a new GetInstance() method for singleton classes under chrome/service and... | satish@chromium.org | 2010-12-09 | 4 | -10/+20 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 2 | -38/+54 |
* | Stop using SplitStringDontTrim in NetLogWebSocketHandshakeParameter::ToValue() | tyoshino@google.com | 2010-11-12 | 2 | -18/+71 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 2 | -6/+7 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -21/+21 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 4 | -29/+26 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 2 | -3/+5 |
* | 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 |