| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly lock access to static variables. | mad@chromium.org | 2010-12-23 | 1 | -1/+1 |
* | Cache certificate verification results in memory. | wtc@google.com | 2010-12-16 | 2 | -1/+6 |
* | Add a new GetInstance() method for singleton classes under chrome/service and... | satish@chromium.org | 2010-12-09 | 3 | -8/+17 |
* | Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -0/+1 |
* | FBTF: Remove unneeded headers from base/ (part 10) | thestig@chromium.org | 2010-11-30 | 1 | -1/+0 |
* | Clean-up style issues in net:: related to X.509 data-types, eliminating unnec... | rsleevi@chromium.org | 2010-11-22 | 1 | -0/+1 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -3/+4 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 1 | -4/+7 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -4/+4 |
* | Revert revert 62918 - net: clean up SSLHostInfo construction." | agl@chromium.org | 2010-10-19 | 1 | -1/+3 |
* | Revert 62918 - net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -3/+1 |
* | net: clean up SSLHostInfo construction. | agl@chromium.org | 2010-10-18 | 1 | -1/+3 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 2 | -5/+5 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 2 | -2/+5 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 2 | -25/+44 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 3 | -6/+9 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 2 | -44/+25 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 2 | -25/+44 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 1 | -2/+3 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -10/+5 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -4/+5 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+1 |
* | In about:net-internals, each SOCKET created by a CONNECT_JOB holds a referenc... | mmenke@chromium.org | 2010-08-25 | 1 | -1/+2 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 2 | -4/+1 |
* | Added check for null delegate when a socket stream closes between DoResolveHo... | cdn@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 1 | -0/+1 |
* | Fix flaky WebSocket crash with url-with-credential.html | ukai@chromium.org | 2010-08-11 | 2 | -5/+9 |
* | Fix WebSocket crash bug. | ukai@chromium.org | 2010-08-05 | 3 | -24/+60 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Revert 54707 - Fix WebSocket crash bug. | ukai@chromium.org | 2010-08-03 | 2 | -34/+6 |
* | Fix WebSocket crash bug. | ukai@chromium.org | 2010-08-03 | 2 | -6/+34 |
* | Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it | brettw@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | 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 |