| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -14/+14 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -11/+7 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -7/+7 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-24 | 1 | -2/+2 |
* | Revert 97925 - Linux: allow linking directly with Kerberos instead of using d... | dpolukhin@chromium.org | 2011-08-24 | 1 | -2/+2 |
* | Linux: allow linking directly with Kerberos instead of using dlopen. | phajdan.jr@chromium.org | 2011-08-23 | 1 | -2/+2 |
* | net: expose some more classes as API | evan@chromium.org | 2011-07-11 | 1 | -14/+14 |
* | Fail with ERR_UNSUPPORTED_AUTH_SCHEME instead of ERR_INVALID_RESPONSE | wtc@chromium.org | 2011-05-31 | 1 | -3/+26 |
* | Continuing with the out-of-lining of test code. | erg@google.com | 2011-02-11 | 1 | -19/+15 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-26 | 1 | -1/+2 |
* | Revert "Clean up net unit testing code." since it breaks the shlib builder. | erg@google.com | 2011-01-25 | 1 | -2/+1 |
* | Clean up net unit testing code. | erg@google.com | 2011-01-25 | 1 | -1/+2 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -4/+5 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -3/+3 |
* | Improved error reporting for GSSAPI statuses. | cbentzel@chromium.org | 2010-09-08 | 1 | -15/+5 |
* | Fix valgrind error in unittests. | agl@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | 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 | -10/+11 |
* | Kerberos authentication backoff cleanup. | ahendrickson@google.com | 2010-07-21 | 1 | -3/+76 |
* | Use different separators for service-type and service-name in Kerberos SPN. | cbentzel@chromium.org | 2010-07-20 | 1 | -0/+20 |
* | Don't do Negotiate with GSSAPI if default credentials are not allowed. | cbentzel@chromium.org | 2010-07-19 | 1 | -152/+170 |
* | ASSERT_TRUE that the HttpAuthHandlerNegotiate::Factory creates non-NULL handl... | cbentzel@chromium.org | 2010-07-17 | 1 | -2/+5 |
* | Added mock libraries for GSSAPI. | ahendrickson@google.com | 2010-07-16 | 1 | -9/+124 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -23/+58 |
* | Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa... | eroman@chromium.org | 2010-06-08 | 1 | -4/+4 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -9/+9 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -5/+4 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -2/+2 |
* | Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs. | cbentzel@chromium.org | 2010-04-28 | 1 | -0/+96 |