aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/HttpAuthMethod.java
Commit message (Expand)AuthorAgeFilesLines
* Using for-each loop in jdtLars Vogel2020-02-281-2/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-5/+5
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-6/+6
* Use a secure random generator to seed nonce for digest authenticationMatthias Sohn2018-05-111-2/+2
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-5/+5
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-0/+6
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-3/+1
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-18/+10
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Don't rely on default locale when using toUpperCase() and toLowerCase()Matthias Sohn2017-01-281-2/+4
* http transport does not use authentication fallbackChristian Pontesegger2016-06-061-1/+11
* Fix NPE in HttpAuthMethodMatthias Sohn2015-12-071-1/+2
* Fix authentication type names broken by 0b5441a8Matthias Sohn2014-05-271-3/+30
* Remove usage of IOException(Throwable) not available on Java 5Matthias Sohn2014-05-211-1/+3
* Adds support for SPNEGOLaurent Goujon2014-05-211-0/+63
* Creates HttpAuthMethod type enum to support auth orderingLaurent Goujon2014-05-211-15/+73
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-181-6/+6
* Fix HTTP response processing for WWW-Authenticate headersAlex Rukhlin2013-06-231-17/+38
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-44/+43
* Get rid of warnings about empty statmentsRobin Rosenberg2012-06-061-5/+7
* Fix HTTP digest authenticationShawn O. Pearce2010-12-131-16/+52
* Enable providing credentials for HTTP authenticationShawn O. Pearce2010-11-101-2/+30
* Fix WWW-Authenticate auth-scheme comparisonStefan Lay2010-11-101-2/+2
* [findbugs] Fix illegal format specifierMatthias Sohn2010-10-231-1/+1
* Support HTTP basic and digest authenticationShawn O. Pearce2010-09-281-0/+317