index
:
jgit.git
master
master%private
next
stable-0.10
stable-0.11
stable-0.12
stable-0.7
stable-0.8
stable-0.9
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-2.0
stable-2.1
stable-2.2
stable-2.3
stable-3.0
stable-3.1
stable-3.2
stable-3.3
stable-3.4
stable-3.5
stable-3.6
stable-3.7
stable-4.0
stable-4.1
stable-4.10
stable-4.11
stable-4.2
stable-4.3
stable-4.4
stable-4.5
stable-4.6
stable-4.7
stable-4.8
stable-4.9
stable-5.0
stable-5.1
stable-5.10
stable-5.11
stable-5.12
stable-5.13
stable-5.2
stable-5.3
stable-5.4
stable-5.5
stable-5.6
stable-5.7
stable-5.8
stable-5.9
stable-6.0
stable-6.1
stable-6.10
stable-6.2
stable-6.3
stable-6.4
stable-6.5
stable-6.6
stable-6.7
stable-6.8
stable-6.9
stable-7.0
stable-7.1
JGit, the Java implementation of git: https://github.com/eclipse-jgit/jgit
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
org.eclipse.jgit
/
src
/
org
/
eclipse
/
jgit
/
transport
/
HttpAuthMethod.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Using for-each loop in jdt
Lars Vogel
2020-02-28
1
-2
/
+1
*
Update EDL 1.0 license headers to new short SPDX compliant format
Matthias Sohn
2020-01-04
1
-38
/
+5
*
Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8
David Pursehouse
2018-09-04
1
-5
/
+5
*
Remove further unnecessary 'final' keywords
Han-Wen Nienhuys
2018-05-18
1
-6
/
+6
*
Use a secure random generator to seed nonce for digest authentication
Matthias Sohn
2018-05-11
1
-2
/
+2
*
Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8
David Pursehouse
2018-03-11
1
-5
/
+5
*
Fix javadoc in org.eclipse.jgit transport package
Matthias Sohn
2017-12-20
1
-0
/
+6
*
Replace explicit calls to initCause where possible
David Pursehouse
2017-12-20
1
-3
/
+1
*
Use constants from StandardCharsets instead of hard-coded strings
David Pursehouse
2017-12-07
1
-18
/
+10
*
Enable and fix warnings about redundant specification of type arguments
David Pursehouse
2017-02-20
1
-2
/
+2
*
Don't rely on default locale when using toUpperCase() and toLowerCase()
Matthias Sohn
2017-01-28
1
-2
/
+4
*
http transport does not use authentication fallback
Christian Pontesegger
2016-06-06
1
-1
/
+11
*
Fix NPE in HttpAuthMethod
Matthias Sohn
2015-12-07
1
-1
/
+2
*
Fix authentication type names broken by 0b5441a8
Matthias Sohn
2014-05-27
1
-3
/
+30
*
Remove usage of IOException(Throwable) not available on Java 5
Matthias Sohn
2014-05-21
1
-1
/
+3
*
Adds support for SPNEGO
Laurent Goujon
2014-05-21
1
-0
/
+63
*
Creates HttpAuthMethod type enum to support auth ordering
Laurent Goujon
2014-05-21
1
-15
/
+73
*
Introduce an abstraction for HTTP connections
Christian Halstrick
2014-02-18
1
-6
/
+6
*
Fix HTTP response processing for WWW-Authenticate headers
Alex Rukhlin
2013-06-23
1
-17
/
+38
*
Mark non-externalizable strings as such
Robin Rosenberg
2012-12-27
1
-44
/
+43
*
Get rid of warnings about empty statments
Robin Rosenberg
2012-06-06
1
-5
/
+7
*
Fix HTTP digest authentication
Shawn O. Pearce
2010-12-13
1
-16
/
+52
*
Enable providing credentials for HTTP authentication
Shawn O. Pearce
2010-11-10
1
-2
/
+30
*
Fix WWW-Authenticate auth-scheme comparison
Stefan Lay
2010-11-10
1
-2
/
+2
*
[findbugs] Fix illegal format specifier
Matthias Sohn
2010-10-23
1
-1
/
+1
*
Support HTTP basic and digest authentication
Shawn O. Pearce
2010-09-28
1
-0
/
+317