aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/HttpConfig.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Remove unnecessary parenthesesMatthias Sohn2023-09-221-2/+2
* Override config http.userAgent from environment GIT_HTTP_USER_AGENTThomas Wolf2020-10-061-0/+7
* Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-261-0/+82
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-7/+4
|\
| * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-7/+4
* | Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-121-4/+5
* | Support reading and writing cookies.Konrad Windszus2019-06-061-0/+75
|/
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-2/+2
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-8/+17
* HttpConfig: load user config before reading values from itThomas Wolf2017-09-261-15/+33
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-131-5/+10
* Support http.<url>.* configsThomas Wolf2017-09-101-0/+389