aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* GitHook: use generic OutputStream instead of PrintStreamMatthias Sohn2021-02-153-11/+10
* IO: fix IO.readFully(InputStream, byte[], int)Thomas Wolf2021-01-311-3/+3
* Wrap the Files.list returned Stream in a try-with-resources blockTerry Parker2021-01-261-0/+18
* TemporaryBuffer: fix toByteArray(limit)Thomas Wolf2021-01-221-3/+32
* TransportHttp: shared SSLContext during fetch or pushThomas Wolf2021-01-141-35/+5
* [spotbugs] Fix incorrect lazy initialization in SystemReaderMatthias Sohn2020-12-221-2/+2
* [spotbugs] Fix potential NPE in FS.FileStoreAttributes#getMatthias Sohn2020-12-221-0/+3
* [spotbugs] Fix potential NPE in FS#writeMatthias Sohn2020-12-171-1/+4
* Document that setLastModified sets time of symlink targetMatthias Sohn2020-11-072-4/+10
* 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
* FS: use binary search to determine filesystem timestamp resolutionThomas Wolf2020-08-231-13/+121
* Do not prematurely create directory of jgit's XDG config fileMatthias Sohn2020-08-221-16/+6
* FS: write to JGit config in a background threadThomas Wolf2020-08-211-4/+29
* FS: don't cache fallback if running in backgroundThomas Wolf2020-08-201-2/+10
* Keep line endings for text files committed with CR/LF on text=autoThomas Wolf2020-08-173-66/+157
* Fix JSchProcess.waitFor() with time-outThomas Wolf2020-08-101-9/+50
* FS_POSIX: avoid prompt to install the XCode tools on OS XThomas Wolf2020-07-262-9/+34
* Use LinkedBlockingQueue for executor determining filesystem attributesMatthias Sohn2020-07-241-2/+2
* Verify that the user home directory is validThomas Wolf2020-05-311-1/+29
* Ignore core.eol if core.autocrlf=inputThomas Wolf2020-05-221-0/+2
* Attributes: fix handling of text=auto in combination with eolThomas Wolf2020-05-221-7/+10
* FileUtils: improve delete (Windows)Alexander Nittka2020-04-031-18/+33
* Merge branch 'stable-5.6' into stable-5.7Thomas Wolf2020-04-033-4/+29
|\
| * FS.runInShell(): handle quoted filters and hooksPath containing blanksThomas Wolf2020-04-033-4/+29
* | Merge branch 'stable-5.6'Matthias Sohn2020-03-051-1/+12
|\|
| * Expose FileStoreAttributes.setBackground()Alex Blewitt2020-03-041-1/+12
* | Add validation to hex decoderMichael Dardis2020-03-041-3/+18
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-285-5/+5
|\|
| * Cygwin expects forward slashes for commands to be run via sh.exeThomas Wolf2020-02-281-1/+1
| * Make Logger instances finalDavid Pursehouse2020-02-271-1/+1
| * Move array designators from the variable to the typeDavid Pursehouse2020-02-273-3/+3
* | Using for-each loop in jdtLars Vogel2020-02-282-4/+4
* | Merge branch 'stable-5.6'Matthias Sohn2020-02-2211-26/+25
|\|