| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace | brettw@chromium.org | 2014-08-13 | 1 | -1/+1 |
* | Move HttpAuth::ChallengeTokenizer to its own file. | davidben@chromium.org | 2014-03-13 | 1 | -3/+4 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -5/+1 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -1/+5 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -5/+1 |
* | Cleanup: Do not use wide strings in http auth code. | thestig@chromium.org | 2013-12-06 | 1 | -3/+3 |
* | Use base:: on string16 and char16 in net/ and url/ | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of strings headers in net/http/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -4/+4 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -4/+2 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -13/+11 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -1/+1 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -13/+13 |
* | Cleanup: Use AUTH_SCHEME enum instead of a string. | cbentzel@chromium.org | 2011-01-13 | 1 | -2/+1 |
* | Histogram target for each HTTP Authentication Scheme. | cbentzel@chromium.org | 2010-12-13 | 1 | -0/+1 |
* | Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h... | erikwright@chromium.org | 2010-09-30 | 1 | -4/+6 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -8/+29 |
* | Fail rather than crash if username+password are unspecified for NTLM on Linux... | cbentzel@chromium.org | 2010-08-24 | 1 | -0/+5 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -0/+2 |
* | Leftovers from wstring->string16 conversion in authentication code. | cbentzel@chromium.org | 2010-08-05 | 1 | -2/+3 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -7/+7 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -1/+0 |
* | Async support for HttpAuthHandler::GenerateAuthToken. | cbentzel@chromium.org | 2010-06-10 | 1 | -12/+11 |
* | Kerberos uses an SPN (Service Principal Name) to identify a server. This is t... | cbentzel@chromium.org | 2010-04-14 | 1 | -1/+11 |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+2 |
* | Validate that an SSPI scheme is supported before generating a handler. | cbentzel@chromium.org | 2010-02-22 | 1 | -20/+0 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -25/+26 |
* | Add Single Sign On support to HTTP Authentication handlers. | cbentzel@chromium.org | 2010-02-05 | 1 | -20/+21 |
* | Added WWW-Authenticate Negotate support using shared HttpAuthSspi. | cbentzel@chromium.org | 2010-01-21 | 1 | -0/+20 |
* | Move base64 from 'net/base' into 'base'. | hayato@chromium.org | 2009-11-24 | 1 | -3/+3 |
* | [Second attempt of r25461] | wtc@chromium.org | 2009-09-05 | 1 | -687/+3 |
* | Revert "Use SSPI for NTLM authentication on Windows." | agl@chromium.org | 2009-09-04 | 1 | -3/+687 |
* | Use SSPI for NTLM authentication on Windows. | wtc@chromium.org | 2009-09-04 | 1 | -687/+3 |
* | Validate offset / length of extra field in the message. Note these fields are | cevans@chromium.org | 2009-07-09 | 1 | -2/+9 |
* | Set endianness for ARM. | thestig@chromium.org | 2009-05-01 | 1 | -2/+1 |
* | Deprecate wstring version of PathService::Get() in net. | thestig@chromium.org | 2009-05-01 | 1 | -1/+2 |
* | GetMyHostName is renamed GetHostName to match the name of | wtc@chromium.org | 2009-03-25 | 1 | -1/+1 |
* | Make GetHostNameProc return a std::string. | wtc@chromium.org | 2009-03-23 | 1 | -92/+63 |
* | Add unit tests for NTLM authentication. This requires | wtc@chromium.org | 2009-03-11 | 1 | -6/+33 |
* | Implement the NTLM authentication scheme by porting | wtc@chromium.org | 2009-02-28 | 1 | -0/+787 |