| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert a workaround commit for a Use-After-Free crash. | yhirano@chromium.org | 2013-06-21 | 1 | -62/+0 |
* | Add comment to SocketStreamEventRecorder about when and how callback is called. | tyoshino@chromium.org | 2013-06-12 | 1 | -0/+3 |
* | SocketStream uses a weak ptr to URLRequestContext | yhirano@chromium.org | 2013-06-10 | 1 | -0/+62 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Test that SocketStream is closed correctly on resolve failure. | tyoshino@chromium.org | 2013-06-07 | 1 | -0/+35 |
* | Support delegate deleting itself from OnError | ricea@chromium.org | 2013-05-27 | 1 | -0/+78 |
* | Websocket should fire 'error' event if no server available | tyoshino@chromium.org | 2013-05-02 | 1 | -8/+4 |
* | Revert 196728 "Websocket should fire 'error' event if no server ..." | ojan@chromium.org | 2013-04-26 | 1 | -4/+8 |
* | Websocket should fire 'error' event if no server available | li.yin@intel.com | 2013-04-26 | 1 | -8/+4 |
* | Clean up SocketStream send operation by utilizing DrainableIOBuffer. | tyoshino@chromium.org | 2013-04-03 | 1 | -0/+44 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -55/+55 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -55/+55 |
* | Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -55/+55 |
* | Use HttpAuthController in SocketStream | bashi@chromium.org | 2012-09-08 | 1 | -0/+114 |
* | Remove most usages of scoped_ptr<*SocketData> in net unittests. | rch@chromium.org | 2012-07-19 | 1 | -10/+8 |
* | Adds NetworkDelegate::NotifyBeforeSocketStreamConnect() | bashi@chromium.org | 2012-06-13 | 1 | -0/+48 |
* | [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso... | szym@chromium.org | 2012-05-23 | 1 | -17/+18 |
* | Stop refcounting URLRequestContext. | willchan@chromium.org | 2012-05-11 | 1 | -9/+17 |
* | Change MockRead and MockWrite (et. al.) to take an IoMode enum, instead | rch@chromium.org | 2012-02-23 | 1 | -11/+11 |
* | Fixes to socket_test_util.cc. | szym@chromium.org | 2012-01-22 | 1 | -3/+3 |
* | Replace OldCompletionCallbacks and TestOldCompletionCallbacks in SocketStream... | yutak@chromium.org | 2011-12-01 | 1 | -31/+31 |
* | Replace OldCompletionCallback in SocketStream::Delegate. | yutak@chromium.org | 2011-12-01 | 1 | -18/+18 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -11/+8 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -13/+13 |
* | secure proxy support in websocket | ukai@chromium.org | 2011-07-26 | 1 | -0/+105 |
* | Revert 93860 - secure proxy support in websocket | ukai@chromium.org | 2011-07-25 | 1 | -105/+0 |
* | secure proxy support in websocket | ukai@chromium.org | 2011-07-25 | 1 | -0/+105 |
* | Add WebSocket over SPDY experimental implementation. | toyoshim@chromium.org | 2011-07-11 | 1 | -24/+46 |
* | Revert 91997 - Add WebSocket over SPDY experimental implementation. | toyoshim@chromium.org | 2011-07-11 | 1 | -46/+24 |
* | Add WebSocket over SPDY experimental implementation. | toyoshim@chromium.org | 2011-07-11 | 1 | -24/+46 |
* | Revert 91296 - Revert 91292 - Refactoring on SocketStream to support IO PENDI... | sky@chromium.org | 2011-07-01 | 1 | -0/+111 |
* | Revert 91292 - Refactoring on SocketStream to support IO PENDING on WebSocket... | sky@chromium.org | 2011-07-01 | 1 | -111/+0 |
* | Refactoring on SocketStream to support IO PENDING on WebSocket throttling | toyoshim@chromium.org | 2011-07-01 | 1 | -0/+111 |
* | WebSocket unit test style fix on static const char kFooBar[] | toyoshim@chromium.org | 2011-06-27 | 1 | -4/+4 |
* | Header file which defines unit test's target class should be included at first. | toyoshim@chromium.org | 2011-06-24 | 1 | -1/+2 |
* | Unit tests for WebSocket uses old callback mechanisms. | toyoshim@chromium.org | 2011-06-17 | 1 | -59/+48 |
* | WebSocket over SPDY: protocol switch | toyoshim@chromium.org | 2011-06-16 | 1 | -23/+82 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -1/+1 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 1 | -1/+1 |
* | Revert "Clean up net unit testing code." since it breaks the shlib builder. | erg@google.com | 2011-01-25 | 1 | -1/+1 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-25 | 1 | -1/+1 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -4/+4 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 1 | -2/+2 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -2/+5 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+1 |
* | Fix WebSocket crash bug. | ukai@chromium.org | 2010-08-05 | 1 | -0/+4 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -8/+6 |
* | SocketStream::Close() disconnect the socket after all pending data sent. | ukai@chromium.org | 2010-05-21 | 1 | -0/+132 |