| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |