| Commit message (Expand) | Author | Age | Files | Lines |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 4 | -13/+13 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 4 | -0/+4 |
* | Net: Get rid of ProxyServer::host_and_port() and friends. | thestig@chromium.org | 2010-07-22 | 1 | -6/+7 |
* | Reduce static initializers by removing inline constructors and | davemoore@chromium.org | 2010-07-21 | 2 | -2/+6 |
* | Attempt to back off from Kerberos authentication if we don't have credentials. | ahendrickson@google.com | 2010-07-20 | 1 | -1/+3 |
* | Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl... | vandebo@chromium.org | 2010-07-12 | 1 | -2/+2 |
* | Cancel proxy request when context is about to change in SocketStream. | ukai@chromium.org | 2010-07-01 | 1 | -0/+6 |
* | HttpNetworkTransaction handles asynchronous auth token generation. | cbentzel@chromium.org | 2010-06-17 | 1 | -5/+4 |
* | Check proxy_info_.is_empty() | ukai@chromium.org | 2010-06-17 | 1 | -2/+11 |
* | Async support for HttpAuthHandler::GenerateAuthToken. | cbentzel@chromium.org | 2010-06-10 | 1 | -3/+5 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 2 | -6/+6 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -2/+2 |
* | SocketStream::Close() disconnect the socket after all pending data sent. | ukai@chromium.org | 2010-05-21 | 3 | -3/+147 |
* | Remove handler from HttpAuthCache. | cbentzel@chromium.org | 2010-05-20 | 1 | -10/+23 |
* | Added authentication scheme as key to HttpAuthCache. | cbentzel@chromium.org | 2010-05-13 | 1 | -7/+5 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -10/+11 |
* | Cleanup: Address some of the todos in net_log.h | eroman@chromium.org | 2010-04-27 | 1 | -2/+3 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -4/+5 |
* | Add support for attaching custom parameters to NetLog events. | eroman@chromium.org | 2010-04-09 | 1 | -4/+4 |
* | Fix race condition in SocketStream::Close(). | ukai@chromium.org | 2010-03-31 | 1 | -0/+6 |
* | Try to fix flaky websocket tests again. | ukai@chromium.org | 2010-03-23 | 2 | -13/+14 |
* | Revert 42074 - Try to fix flaky websocket tests. | amit@chromium.org | 2010-03-19 | 1 | -2/+3 |
* | Try to fix flaky websocket tests. | ukai@chromium.org | 2010-03-19 | 1 | -3/+2 |
* | EndEvent when context has been changed | ukai@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | Refactor WebSocket throttling feature. | ukai@chromium.org | 2010-03-17 | 4 | -176/+9 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 3 | -46/+27 |
* | Fix memory leak in WebSocketJobTest. | ukai@chromium.org | 2010-03-01 | 1 | -1/+1 |
* | Support HttpOnly cookie on Web Socket | ukai@chromium.org | 2010-03-01 | 6 | -11/+227 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -1/+1 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 2 | -5/+10 |
* | Add bounds checking to StaticSocketDataProvider, to make tests more reliable | phajdan.jr@chromium.org | 2010-02-09 | 1 | -2/+4 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -4/+11 |
* | Cleanup the unittest helpers in load_log_unittest.h. | eroman@chromium.org | 2010-01-29 | 1 | -7/+4 |
* | Fix secure websocket (wss) on Mac. | ukai@chromium.org | 2010-01-19 | 1 | -2/+35 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 2 | -21/+13 |
* | Extend LoadLog to support logging of arbitrary strings, and of network error ... | eroman@chromium.org | 2009-12-21 | 1 | -1/+1 |
* | Add the ability to enable full logging for LoadLogs. | eroman@chromium.org | 2009-12-21 | 1 | -4/+8 |
* | Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ... | eroman@chromium.org | 2009-12-18 | 1 | -1/+1 |
* | When talking to a SOCKS v5 proxy, default to sending addresses as raw domains... | eroman@chromium.org | 2009-12-18 | 1 | -1/+1 |
* | <html> | ukai@chromium.org | 2009-12-17 | 1 | -0/+5 |
* | Add tests for SocketStreamMetrics. | satorux@chromium.org | 2009-12-15 | 2 | -1/+183 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 1 | -10/+12 |
* | Try https proxy for websocket connection. | ukai@chromium.org | 2009-11-16 | 2 | -1/+18 |
* | Reverting 32045. | ukai@chromium.org | 2009-11-16 | 2 | -17/+1 |
* | Try https proxy for websocket connection. | ukai@chromium.org | 2009-11-16 | 2 | -1/+17 |
* | Close immediately if no context is set | ukai@chromium.org | 2009-11-13 | 1 | -1/+6 |
* | Style nit -- bind asterisks to the left rather than right. | eroman@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Plumb LoadLog into SocketStream | ukai@chromium.org | 2009-11-13 | 3 | -14/+72 |
* | Metrics of SocketStream | ukai@chromium.org | 2009-11-11 | 4 | -1/+184 |