| Commit message (Expand) | Author | Age | Files | Lines |
* | Update uses of UTF conversions in courgette/, device/, extensions/, google_ap... | avi@chromium.org | 2013-12-25 | 1 | -3/+4 |
* | 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 |
* | Use HttpAuthController in SocketStream | bashi@chromium.org | 2012-09-08 | 1 | -0/+28 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -5/+5 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Change AuthChallengeInfo to better represent underlying encodings. | cbentzel@chromium.org | 2011-09-12 | 1 | -1/+15 |
* | Check and invalidate cached credentials if they were used for preemptive auth... | asanka@chromium.org | 2011-02-18 | 1 | -0/+7 |
* | HttpAuthHandlerDigest unit test cleanup. | cbentzel@chromium.org | 2010-12-02 | 1 | -78/+79 |
* | Added more digest auth unit tests. | cbentzel@chromium.org | 2010-11-19 | 1 | -0/+161 |
* | Remove static "set_fixed_cnonce" in favor of NonceGenerator objects. | cbentzel@chromium.org | 2010-11-17 | 1 | -1/+1 |
* | Improve unit test coverage of HttpAuthHandlerDigest parsing. | cbentzel@chromium.org | 2010-11-15 | 1 | -13/+174 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -0/+30 |
* | 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 | -7/+10 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -13/+32 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -1/+2 |
* | Remove handler from HttpAuthCache. | cbentzel@chromium.org | 2010-05-20 | 1 | -2/+2 |
* | Auto-format style pass over files. | cbentzel@chromium.org | 2010-05-04 | 1 | -3/+6 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -4/+5 |
* | Allow the realm in BASIC and DIGEST challenges to not be specified. | eroman@chromium.org | 2009-09-21 | 1 | -3/+16 |
* | We should pass the service principal name (SPN) of the | wtc@chromium.org | 2009-09-18 | 1 | -1/+2 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -3/+3 |
* | - Add preemptive authorization (new http stack only) | ericroman@google.com | 2008-11-08 | 1 | -12/+12 |
* | Add some extra unit-tests to make sure we cover all permutations of {basic_au... | ericroman@google.com | 2008-10-29 | 1 | -0/+42 |
* | Add the auth unit-tests to SConscript and .pbxproj | ericroman@google.com | 2008-09-27 | 1 | -2/+2 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+210 |