aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/AmazonS3.java
Commit message (Expand)AuthorAgeFilesLines
* AmazonS3: Ensure SAXParserFactory sets valid/expected input paramsMatthias Sohn2024-08-271-2/+4
* Remove unused $NON-NLS-1$Matthias Sohn2023-05-171-1/+1
* Add protocol configuration to Amazon S3 transportPat Patterson2023-04-131-1/+8
* Use replace instead of replaceAll in toCleanStringEryk Szymanski2022-11-101-1/+1
* Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-151-13/+79
|\
| * AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-131-14/+80
* | Replace XMLReaderFactory deprecated since Java 9Matthias Sohn2021-09-291-4/+6
|/
* AmazonS3: Speed up fetch, try recent packs firstJoshua Redstone2020-02-021-7/+48
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+2
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* SpotBugs: don't rely on default encodingMatthias Sohn2018-09-101-1/+1
* Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8David Pursehouse2018-09-041-2/+2
* Remove further unnecessary 'final' keywordsHan-Wen Nienhuys2018-05-181-7/+7
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-9/+9
* AmazonS3: Refactor error method to avoid 'should be managed by try-with-resou...David Pursehouse2018-03-131-5/+2
* Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8David Pursehouse2018-03-111-2/+2
* AmazonS3: Open InputStream/FileInputStream in try-with-resourceDavid Pursehouse2018-03-051-8/+2
* AmazonS3: Open OutputStream in try-with-resourceDavid Pursehouse2018-02-261-10/+5
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-7/+6
* Replace explicit calls to initCause where possibleDavid Pursehouse2017-12-201-4/+4
* Use constants from StandardCharsets instead of hard-coded stringsDavid Pursehouse2017-12-071-1/+3
* Enable and fix warnings about redundant specification of type argumentsDavid Pursehouse2017-02-201-4/+4
* AmazonS3: ensure that errorStream is closedMatthias Sohn2016-10-121-12/+20
* [performance] Remove synthetic access$ methods in transport packageAndrey Loskutov2015-10-281-6/+6
* Adding JGitV1 and JGitV2 Walk EncryptionAndrei Pozolotin2015-10-181-9/+1
* Adding AES Walk Encryption support in http://www.jets3t.org/ modeAndrei Pozolotin2015-10-181-15/+27
* Externalize translatable texts in org.eclipse.jgitMatthias Sohn2015-05-261-8/+8
* Fix IllegalArgumentException in AmazonS3Matthias Sohn2015-04-091-3/+1
* Make s3 domain dynamic to support different s3 regionsMatthew Spurrier2015-03-101-4/+10
* AmazonS3: Buffer pushed pack content under $GIT_DIRShawn Pearce2014-11-251-1/+7
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-58/+58
* Remove 86 boxing warningsKevin Sawicki2012-05-081-4/+7
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Check connection's error stream before reading from itKevin Sawicki2012-03-051-1/+5
* Externalize strings from JGitSasa Zivkov2010-05-191-15/+16
* Refactor TemporaryBuffer to support reuse in other contextsShawn O. Pearce2010-01-121-1/+1
* Move AmazonS3 command line utility to jgit-pgmShawn O. Pearce2009-10-051-66/+0
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+795