aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportHttp.java
Commit message (Expand)AuthorAgeFilesLines
* [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-291-3/+2
* [errorprone] Fix BadImportMatthias Sohn2023-09-251-3/+3
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-7/+11
* Add TransportHttp#getAdditionalHeadersMatthias Sohn2023-05-031-0/+11
* Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2022-06-071-12/+24
|\
| * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2022-06-071-12/+24
| |\
| | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2022-06-071-11/+23
| | |\
| | | * Fix connection leak for smart http connectionsSaša Živkov2022-06-061-11/+23
* | | | HTTP cookies: do tilde expansion on http.cookieFileThomas Wolf2021-03-121-8/+19
|/ / /
* | | TransportHttp: support preemptive Basic authenticationThomas Wolf2021-01-141-0/+71
* | | TransportHttp: shared SSLContext during fetch or pushThomas Wolf2021-01-141-2/+19
* | | TransportHttp: make the connection factory configurableThomas Wolf2021-01-141-1/+46
* | | Client-side protocol V2 support for fetchingThomas Wolf2021-01-011-27/+97
|/ /
* | Revert "Client-side protocol V2 support for fetching"Thomas Wolf2020-11-031-92/+25
* | Client-side protocol V2 support for fetchingThomas Wolf2020-10-291-25/+92
* | Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-261-1/+43
|/
* TransportHttp: abort on time-out or on SocketExceptionThomas Wolf2020-05-231-0/+14
* TransportHttp: support HTTP response 308 Permanent RedirectThomas Wolf2020-03-101-0/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-8/+5
* Merge branch 'stable-5.4'Matthias Sohn2019-08-201-7/+3
|\
| * Merge branch 'stable-5.3' into stable-5.4Matthias Sohn2019-08-201-7/+3
| |\
| | * Cache user global and system-wide git configurationsMatthias Sohn2019-08-181-7/+3
* | | TransportHttp: resolve redirect URIs from the "Location" headerThomas Wolf2019-08-161-7/+14
* | | Constants for objects and info/{http-,}alternatesDavid Turner2019-08-021-0/+2
|/ /
* | TransportHttp: Check for non-empty list with "!isEmpty()" rather than "size()...David Pursehouse2019-06-071-2/+2
* | TransportHttp: Fix comparison of size with ">= 0"David Pursehouse2019-06-071-1/+1
* | Support reading and writing cookies.Konrad Windszus2019-06-061-1/+247
* | Replace trivial reference comparison of PacketLineIn.{DELIM,END}David Pursehouse2019-06-021-1/+1
* | Join catch sections using multicatchCarsten Hammer2019-04-131-9/+3
* | Replace usage of String.indexOf with String.contains where possibleCarsten Hammer2019-04-111-1/+1
|/
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+3
* Add response message, if any, on HTTP status 404Thomas Wolf2018-07-031-5/+16
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-8/+8
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-10/+10
* TransportHttp: Refactor to use try-with-resource and suppress resource warningDavid Pursehouse2018-03-251-15/+18
* Remove deprecated TransportHttp#httpOpen(String, URL)Matthias Sohn2018-03-101-15/+0
* TransportHttp: Open auto-closeable resources in try-with-resourceDavid Pursehouse2018-03-051-29/+14
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-3/+9
* TransportHttp: retry on IOException with another mechanismThomas Wolf2017-12-061-7/+22
* Load the user config before modifying itThomas Wolf2017-09-231-4/+17
* Handle SSL handshake failures in TransportHttpThomas Wolf2017-09-131-107/+248
* Support http.<url>.* configsThomas Wolf2017-09-101-95/+12
* Cleanup: message reporting for HTTP redirect handlingThomas Wolf2017-08-231-14/+19
* Do authentication re-tries on HTTP POSTThomas Wolf2017-08-221-22/+120
* Add support to follow HTTP redirectsThomas Wolf2017-08-171-63/+241
* Eliminate SectionParser construction boilerplateDave Borowitz2017-08-021-9/+1
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+18
* Follow redirects in transportBo Zhang2017-02-021-2/+17