| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -4/+0 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 1 | -0/+4 |
* | Brushed up listen socket: | pfeldman@chromium.org | 2010-07-05 | 1 | -0/+15 |
* | Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-02 | 1 | -4/+0 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -0/+4 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -2/+1 |
* | Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 1 | -4/+0 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-06-30 | 1 | -0/+4 |
* | Refactors SPDY frame construction methods out of | mlloyd@chromium.org | 2010-06-28 | 1 | -0/+1 |
* | Add a unit test to check KeygenHandler's thread-safety | davidben@chromium.org | 2010-06-25 | 1 | -0/+1 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -6/+1 |
* | Create HttpAuthController. (again) | vandebo@chromium.org | 2010-06-24 | 1 | -0/+2 |
* | Change Windows' application/x-x509-user-cert handling to allow any certificat... | rsleevi@chromium.org | 2010-06-24 | 1 | -1/+0 |
* | Revert 50647 - Create HttpAuthController. | vandebo@chromium.org | 2010-06-23 | 1 | -2/+0 |
* | Create HttpAuthController. | vandebo@chromium.org | 2010-06-23 | 1 | -0/+2 |
* | Add an additional per-request DNS cache when executing FindProxyForURL() from... | eroman@chromium.org | 2010-06-22 | 1 | -0/+1 |
* | A/B test for determining a value for unused socket timeout. Currently the | ziadh@chromium.org | 2010-06-21 | 1 | -0/+1 |
* | Added NetLog support for HTTP authentication. | cbentzel@chromium.org | 2010-06-21 | 1 | -0/+1 |
* | Refactor: Rename MockAuthHandler and move to a separate file. | cbentzel@chromium.org | 2010-06-21 | 1 | -0/+2 |
* | Move the Mozilla-derived code in net/base/keygen_handler_nss.cc | wtc@chromium.org | 2010-06-18 | 1 | -0/+4 |
* | Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. | willchan@chromium.org | 2010-06-15 | 1 | -0/+1 |
* | Refactor SpdyStream. | ukai@chromium.org | 2010-06-14 | 1 | -1/+3 |
* | Add dependency on libevent where required. | phajdan.jr@chromium.org | 2010-06-12 | 1 | -0/+6 |
* | Second attempt to land r49489. | wtc@chromium.org | 2010-06-11 | 1 | -6/+12 |
* | Revert 49489 - Use NSS for SSL by default on Mac OS X. | hayato@chromium.org | 2010-06-11 | 1 | -12/+6 |
* | Use NSS for SSL by default on Mac OS X. | wtc@chromium.org | 2010-06-11 | 1 | -6/+12 |
* | Import the server-side code for URL encoding & unittest. | mbelshe@chromium.org | 2010-06-07 | 1 | -0/+5 |
* | Preliminary support for GSSAPI (Linux and Mac OS X). | ahendrickson@google.com | 2010-06-04 | 1 | -0/+6 |
* | Refactor WebSocket handshake. | ukai@chromium.org | 2010-06-03 | 1 | -0/+3 |
* | Use SSLClientSocketNSS on Mac OS X. By default, chrome still uses | wtc@chromium.org | 2010-06-01 | 1 | -44/+38 |
* | Move net::HTTPSProber from net_base to net | mnissler@chromium.org | 2010-06-01 | 1 | -2/+2 |
* | Factor out WebSocket frame handler out of WebSocketJob. | ukai@chromium.org | 2010-06-01 | 1 | -0/+3 |
* | view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactory | rvargas@google.com | 2010-05-27 | 1 | -0/+1 |
* | Address a TODO about not duplicating the name --> value mapping for NetLog::S... | eroman@chromium.org | 2010-05-22 | 1 | -0/+1 |
* | net-internals: Log the addresses that were attempted during a TCP connect, an... | eroman@chromium.org | 2010-05-21 | 1 | -0/+2 |
* | Make ClientSocketPool histograms static so that they work properly. | vandebo@chromium.org | 2010-05-20 | 1 | -0/+2 |
* | Revert r47395. Looks like it still crashes =/ | willchan@chromium.org | 2010-05-20 | 1 | -1/+0 |
* | Annotate load flags and net errors with their symbolic name. | eroman@chromium.org | 2010-05-18 | 1 | -0/+1 |
* | This is roughly a reland of r43908, although I had to rewrite a fair chunk si... | willchan@chromium.org | 2010-05-17 | 1 | -0/+1 |
* | Add the URLRequest's method and load flags to the NetLog. | eroman@chromium.org | 2010-05-14 | 1 | -0/+2 |
* | Add --host-rules support. | willchan@chromium.org | 2010-05-12 | 1 | -0/+3 |
* | Replace about:net-internals with the javascript-based frontend. | eroman@chromium.org | 2010-05-10 | 1 | -3/+0 |
* | Fix the standalone webkit build. | darin@chromium.org | 2010-05-07 | 1 | -2/+6 |
* | Added unit tests for URLSecurityManager. | ahendrickson@chromium.org | 2010-05-05 | 1 | -0/+1 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 1 | -0/+2 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 1 | -2/+0 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 1 | -0/+2 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -2/+0 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -0/+2 |
* | More cleanup to address TODOs in net_log.h. | eroman@chromium.org | 2010-04-28 | 1 | -0/+2 |