| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Add OVERRIDE to net/. | avi@chromium.org | 2011-11-16 | 1 | -10/+11 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -3/+1 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -3/+3 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | net: Add NET_API to the auth code. | rvargas@google.com | 2011-05-20 | 1 | -3/+4 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -1/+1 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -0/+5 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Async support for HttpAuthHandler::GenerateAuthToken. | cbentzel@chromium.org | 2010-06-10 | 1 | -10/+6 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -1/+1 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -0/+1 |
* | Remove handler from HttpAuthCache. | cbentzel@chromium.org | 2010-05-20 | 1 | -0/+2 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -3/+13 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -5/+12 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+27 |