aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/http/JDKHttpConnection.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-2/+2
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-23/+4
* Moving transport/internal -> internal/transportDemetr Starshov2020-05-081-1/+1
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* TLS support on IBM JDKsThomas Wolf2020-01-031-3/+14
* Add a method to get all values of HTTP header defined as listMatthias Sohn2018-11-261-1/+24
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-6/+37
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+23
* Don't use SSL anymore to avoid POODLE attackDani Megert2014-11-071-1/+1
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-181-0/+194