aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/http/HttpConnection.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] HttpConnection: Add missing summary in javaIvan Frade2024-10-301-0/+16
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+13
* Fix downloading LFS Object fails behind proxyMatthias Sohn2020-05-121-0/+6
* TransportHttp: support HTTP response 308 Permanent RedirectThomas Wolf2020-03-101-1/+13
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Add a method to get all values of HTTP header defined as listMatthias Sohn2018-11-261-3/+26
* Remove unnecessary modifiers from interfacesIvan Frade2018-11-151-31/+31
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-16/+62
* Add support to follow HTTP redirectsThomas Wolf2017-08-171-2/+22
* Follow redirects in transportBo Zhang2017-02-021-0/+6
* Add an implementation for HttpConnection using Apache HttpClientChristian Halstrick2014-02-181-0/+1
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-181-0/+277