aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-4/+7
* Silence API errorsMatthias Sohn2022-11-201-1/+1
* AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-131-0/+27
* TransportHttp: shared SSLContext during fetch or pushThomas Wolf2021-01-141-35/+5
* Fix OperatorPrecedence warning flagged by error proneDavid Ostrovsky2020-10-021-1/+1
* Support "http.userAgent" and "http.extraHeader" from the git configJames Wynn2020-09-261-0/+63
* 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-0/+98
* HttpSupport.proxyFor(): use only scheme, host, and portThomas Wolf2019-10-301-1/+4
* Support reading and writing cookies.Konrad Windszus2019-06-061-0/+21
* Join catch sections using multicatchCarsten Hammer2019-04-131-3/+1
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-2/+2
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-4/+4
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-1/+3
* Fix javadoc in org.eclipse.jgit util packagesMatthias Sohn2017-12-201-8/+14
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+4
* Follow redirects in transportBo Zhang2017-02-021-0/+23
* Add missing @since tags for new APIMatthias Sohn2016-11-231-1/+4
* dump HTTP: Avoid being confused by Content-Length of a gzipped streamZhen Chen2016-11-221-0/+3
* Add $NON-NLS to suppress "Non-externalized string literal" warningsHugo Arès2016-06-031-2/+2
* Fix possible NPEs when reporting transport errorsChristian Halstrick2016-04-271-2/+4
* Allow to reuse disableSslVerify method, move it to HttpSupportSaša Živkov2016-02-041-0/+60
* Support agent= capability in wire protocolShawn Pearce2015-04-301-0/+6
* Eliminate warnings for non-nls strings that will never be translatedRobin Rosenberg2014-09-041-2/+2
* Introduce an abstraction for HTTP connectionsChristian Halstrick2014-02-181-3/+32
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-26/+26
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Support HTTP basic and digest authenticationShawn O. Pearce2010-09-281-0/+9
* Externalize strings from JGitSasa Zivkov2010-05-191-3/+6
* client side smart HTTPShawn O. Pearce2010-01-121-0/+6
* Simple dumb HTTP server for GitShawn O. Pearce2010-01-121-0/+58
* Move HttpSupport's configureHttpProxy to jgit-pgmShawn O. Pearce2009-10-051-42/+0
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+171