index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
http
/
http_auth.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move LowerCaseEqualsASCII to base namespace
brettw
2015-06-09
1
-1
/
+2
*
replace COMPILE_ASSERT with static_assert in net/
mostynb
2015-01-20
1
-2
/
+2
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
1
-2
/
+1
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
1
-1
/
+2
*
Move HttpAuth::ChallengeTokenizer to its own file.
davidben@chromium.org
2014-03-13
1
-51
/
+2
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-3
/
+3
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-1
/
+2
*
SPDY proxy authentication support.
piatek@google.com
2012-09-28
1
-0
/
+1
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
1
-0
/
+12
*
Remove unneeded headers in http_auth.cc
cbentzel@chromium.org
2011-08-24
1
-4
/
+2
*
MAC Cookies (patch 4 of N)
abarth@chromium.org
2011-05-13
1
-3
/
+4
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
1
-18
/
+18
*
Cleanup: Use AUTH_SCHEME enum instead of a string.
cbentzel@chromium.org
2011-01-13
1
-8
/
+34
*
Add more tests cases for HttpAuth::HandleChallengeResponse.
cbentzel@chromium.org
2010-10-20
1
-0
/
+3
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-2
/
+2
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
1
-0
/
+2
*
Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...
erikwright@chromium.org
2010-09-30
1
-61
/
+18
*
Don't evict username/password when handling "stale" digest authentication cha...
cbentzel@chromium.org
2010-09-16
1
-3
/
+7
*
Fix multi-round authentication.
cbentzel@chromium.org
2010-09-11
1
-15
/
+27
*
Demote LOG(WARNING) about unable to handle an auth scheme to LOG(INFO).
cbentzel@chromium.org
2010-09-08
1
-2
/
+2
*
Fix for Proxy server authentication without credentials available.
ahendrickson@google.com
2010-07-27
1
-5
/
+5
*
Attempt to back off from Kerberos authentication if we don't have credentials.
ahendrickson@google.com
2010-07-20
1
-2
/
+5
*
Create HttpAuthController. (again)
vandebo@chromium.org
2010-06-24
1
-0
/
+6
*
Revert 50647 - Create HttpAuthController.
vandebo@chromium.org
2010-06-23
1
-6
/
+0
*
Create HttpAuthController.
vandebo@chromium.org
2010-06-23
1
-0
/
+6
*
HttpAuthHandler's are no longer refcounted.
cbentzel@chromium.org
2010-06-07
1
-5
/
+5
*
HttpAuthHandlers hold onto a bound net log.
cbentzel@chromium.org
2010-05-27
1
-2
/
+3
*
Gracefully recover from malformed auth challenge.
jochen@chromium.org
2010-03-31
1
-5
/
+8
*
Added factories for HttpAuthHandler.
cbentzel@chromium.org
2010-02-15
1
-40
/
+33
*
Added WWW-Authenticate Negotate support using shared HttpAuthSspi.
cbentzel@chromium.org
2010-01-21
1
-0
/
+3
*
We should pass the service principal name (SPN) of the
wtc@chromium.org
2009-09-18
1
-3
/
+5
*
Fix for bug 9608. adding check that tokenized header is valid.
ace@google.com
2009-04-02
1
-1
/
+5
*
Implement the NTLM authentication scheme by porting
wtc@chromium.org
2009-02-28
1
-8
/
+25
*
- Add preemptive authorization (new http stack only)
ericroman@google.com
2008-11-08
1
-18
/
+20
*
Initial stab at http authentication (basic + digest) in new http stack.
ericroman@google.com
2008-09-27
1
-0
/
+147