aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache/src
Commit message (Expand)AuthorAgeFilesLines
* Add a method to get all values of HTTP header defined as listMatthias Sohn2018-11-261-1/+11
* HttpClientConnection.getHeaderFields should support multiple values for same ...Gabriel Couto2018-07-231-3/+7
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-1/+1
* Fix javadoc in org.eclipse.jgit.http.apacheMatthias Sohn2017-12-174-7/+52
* Remove use of deprecated X509HostnameVerifierMatthias Sohn2017-12-131-29/+2
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-2/+2
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-193-0/+34
* Fix content length in HttpClientConnectionZhen Chen2016-11-221-2/+11
* Use valueOf rather than constructor for Integer and BooleanDavid Pursehouse2016-10-182-4/+4
* HttpClientConnection: Register connection socket factory for httpMatthias Sohn2016-10-131-1/+4
* HttpClientConnection: Don't use deprecated HttpClient classesDavid Pursehouse2016-09-221-30/+39
* Fix HttpClientConnection leaking temporary buffer filesMatthias Sohn2016-08-242-12/+33
* Add support for HEAD requests to HttpClientConnectionMatthias Sohn2016-02-041-4/+12
* Fix NPE in HttpSupportMatthias Sohn2015-12-161-13/+14
* Apache HttpClientConnection: replace calls to deprecated LocalFile()Matthias Sohn2014-11-261-3/+3
* Move Apache httpclient based HTTP support to a separate bundleMatthias Sohn2014-02-204-0/+603