aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.apache/src
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+2
* [errorprone] Suppress MissingSummary for translation bundlesMatthias Sohn2023-09-251-0/+1
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-162-28/+12
* TransportHttp: shared SSLContext during fetch or pushThomas Wolf2021-01-143-19/+107
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-044-152/+20
* TLS support on IBM JDKsThomas Wolf2020-01-031-4/+36
* Apache HTTP: support proxy authenticationThomas Wolf2019-10-071-0/+3
* Apache HTTP: run more testsThomas Wolf2019-08-261-0/+1
* 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