aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-202-1/+3
|\
| * Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-202-1/+3
| |\
| | * Silence API errorsMatthias Sohn2022-11-201-1/+1
| | * Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-201-0/+2
| | |\
| | | * Silence API warningsMatthias Sohn2022-11-201-0/+2
* | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-11-165-491/+770
|\| | |
| * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-11-165-491/+770
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-11-165-491/+770
| | |\|
| | | * Add option to allow using JDK's SHA1 implementationMatthias Sohn2022-11-154-483/+757
| | | * Ignore IllegalStateException if JVM is already shutting downMatthias Sohn2022-10-271-8/+13
* | | | Merge branch 'stable-6.1' into stable-6.2Matthias Sohn2022-06-151-0/+27
|\| | |
| * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-06-151-0/+27
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-06-151-0/+27
| | |\|
| | | * AmazonS3: Add support for AWS API signature version 4eric.steele2022-06-131-0/+27
| * | | Merge branch 'stable-6.0' into stable-6.1Matthias Sohn2022-05-271-7/+24
| |\| |
| | * | Merge branch 'stable-5.13' into stable-6.0Matthias Sohn2022-05-271-7/+24
| | |\|
| | | * Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-271-7/+24
| | | * Merge branch 'stable-5.12' into stable-5.13Matthias Sohn2021-11-281-1/+5
| | | |\
| | | | * Merge branch 'stable-5.11' into stable-5.12Matthias Sohn2021-11-281-1/+5
| | | | |\
| | | | | * Merge branch 'stable-5.10' into stable-5.11Matthias Sohn2021-11-281-1/+5
| | | | | |\
| | | | | | * Merge branch 'stable-5.9' into stable-5.10Matthias Sohn2021-11-281-1/+5
| | | | | | |\
| | | | | | | * FS: debug logging only if system config file cannot be foundThomas Wolf2021-11-281-1/+5
| | | * | | | | Merge branch 'stable-5.12' into stable-5.13Thomas Wolf2021-11-231-8/+63
| | | |\| | | |
| | | | * | | | Merge branch 'stable-5.11' into stable-5.12Thomas Wolf2021-11-231-8/+63
| | | | |\| | |
| | | | | * | | Merge branch 'stable-5.10' into stable-5.11Thomas Wolf2021-11-231-8/+63
| | | | | |\| |
| | | | | | * | Merge branch 'stable-5.9' into stable-5.10Thomas Wolf2021-11-231-8/+63
| | | | | | |\|
| | | | | | | * Better git system config findingThomas Wolf2021-11-231-8/+63
* | | | | | | | PackFileSnapshot: Resolve warnings by using "equals" instead of "=="Fabio Ponciroli2022-05-201-0/+36
* | | | | | | | Remove stray files (probes or lock files) created by background threadsJames Z.M. Gao2022-05-151-7/+24
* | | | | | | | Re-try reading a file when there are concurrent writesThomas Wolf2022-03-191-0/+94
|/ / / / / / /
* | | | | | | Support LFS Server URL without .git suffixNail Samatov2022-02-081-3/+20
* | | | | | | Fix FS_Win32 if a non-directory is listedThomas Wolf2022-02-011-0/+4
* | | | | | | BinaryHunkInputStream: accept CR-LFThomas Wolf2022-01-301-2/+6
|/ / / / / /
* | | | | | FS: debug logging only if system config file cannot be foundThomas Wolf2021-11-281-1/+5
* | | | | | Better git system config findingThomas Wolf2021-11-221-8/+63
* | | | | | [releng] Make the bazel build use Java 11Thomas Wolf2021-11-031-2/+7
* | | | | | Binary and CR-LF detection: lone CRs -> binaryThomas Wolf2021-10-315-33/+31
* | | | | | Factor out parsing git-style size numbers to StringUtilsThomas Wolf2021-10-301-0/+134
* | | | | | Make the buffer size for text/binary detection configurableThomas Wolf2021-10-304-22/+19
* | | | | | Fix checkout of files with mixed line endings on text=auto eol=crlfThomas Wolf2021-10-271-0/+3
* | | | | | Don't rely on an implicit default character setThomas Wolf2021-10-265-12/+47
* | | | | | Remove redundant type argumentsThomas Wolf2021-09-303-3/+4
|/ / / / /
* | | | | FS: cleanup use of final modifierMatthias Sohn2021-08-171-17/+16
* | | | | Ensure FS#searchPath only selects executable filesMatthias Sohn2021-08-171-3/+5
|/ / / /
* | | | [errorprone] Fix warning InputStreamSlowMultibyteReadMatthias Sohn2021-06-072-0/+10
* | | | ApplyCommand: add a stream to apply a delta patchThomas Wolf2021-05-261-0/+206
* | | | ApplyCommand: add streams to read/write binary patch hunksThomas Wolf2021-05-262-0/+229
* | | | ApplyCommand: add a base-85 codecThomas Wolf2021-05-261-0/+195
* | | | Add TemporaryBuffer.toString(int limit)Matthias Sohn2021-05-091-0/+19
|/ / /
* | | GPG signature verification via BouncyCastleThomas Wolf2021-02-161-0/+86