538 Commits (ed5be35e2ef69b23260d4ec1ce3cabfc4aee0c95)

Author SHA1 Message Date
  Matthias Sohn ae692779ce [errorprone] Fix warning InputStreamSlowMultibyteRead 3 years ago
  Thomas Wolf 0fe794a433 ApplyCommand: add a stream to apply a delta patch 3 years ago
  Thomas Wolf 2eb54afe6a ApplyCommand: add streams to read/write binary patch hunks 3 years ago
  Thomas Wolf 501fc0dadd ApplyCommand: add a base-85 codec 3 years ago
  Matthias Sohn cc07a471dc Add TemporaryBuffer.toString(int limit) 3 years ago
  Thomas Wolf 3774fcc848 GPG signature verification via BouncyCastle 3 years ago
  Matthias Sohn 5b528474f5 GitHook: use generic OutputStream instead of PrintStream 3 years ago
  Thomas Wolf 91ddc0e284 IO: fix IO.readFully(InputStream, byte[], int) 3 years ago
  Terry Parker b79882586d Wrap the Files.list returned Stream in a try-with-resources block 3 years ago
  Thomas Wolf 84dbc2d431 TemporaryBuffer: fix toByteArray(limit) 3 years ago
  Thomas Wolf 471ad49546 TransportHttp: shared SSLContext during fetch or push 3 years ago
  Matthias Sohn 3482e50134 [spotbugs] Fix incorrect lazy initialization in SystemReader 3 years ago
  Matthias Sohn bceb202319 [spotbugs] Fix potential NPE in FS.FileStoreAttributes#get 3 years ago
  Matthias Sohn 23bc9dc71d [spotbugs] Fix potential NPE in FS#write 3 years ago
  Matthias Sohn f39f848c99 Document that setLastModified sets time of symlink target 3 years ago
  David Ostrovsky f3bb71206c Fix OperatorPrecedence warning flagged by error prone 3 years ago
  James Wynn 2171f868d9 Support "http.userAgent" and "http.extraHeader" from the git config 3 years ago
  Thomas Wolf 2990ad66ad FS: use binary search to determine filesystem timestamp resolution 3 years ago
  Matthias Sohn e9c7ba6fdc Do not prematurely create directory of jgit's XDG config file 3 years ago
  Thomas Wolf b6ca1993b0 FS: write to JGit config in a background thread 3 years ago
  Thomas Wolf eec9b55dcf FS: don't cache fallback if running in background 3 years ago
  Thomas Wolf efd1cc05af Keep line endings for text files committed with CR/LF on text=auto 3 years ago
  Thomas Wolf 24fdc1d039 Fix JSchProcess.waitFor() with time-out 3 years ago
  Thomas Wolf 9fe5406119 FS_POSIX: avoid prompt to install the XCode tools on OS X 4 years ago
  Matthias Sohn 097f01bfb6 Use LinkedBlockingQueue for executor determining filesystem attributes 3 years ago
  Thomas Wolf 0b2d41b858 Verify that the user home directory is valid 4 years ago
  Thomas Wolf 3dbd1f2fe7 Ignore core.eol if core.autocrlf=input 4 years ago
  Thomas Wolf 3c34e0acbf Attributes: fix handling of text=auto in combination with eol 4 years ago
  Alexander Nittka bc4ed530a5 FileUtils: improve delete (Windows) 4 years ago
  Thomas Wolf 2640d38f14 FS.runInShell(): handle quoted filters and hooksPath containing blanks 4 years ago
  Michael Dardis d7f304045a Add validation to hex decoder 4 years ago
  Alex Blewitt 093fbbd11e Expose FileStoreAttributes.setBackground() 4 years ago
  Thomas Wolf 6f268f8ceb Cygwin expects forward slashes for commands to be run via sh.exe 4 years ago
  Lars Vogel 512ffc9e7f Using for-each loop in jdt 4 years ago
  David Pursehouse 14a157dff6 Make Logger instances final 4 years ago
  David Pursehouse 5a6b6eee35 Move array designators from the variable to the type 4 years ago
  Matthias Sohn abb461533f Revert "Prepend hostname to subsection used to store file timestamp resolution" 4 years ago
  Michael Dardis 67b9effc65 Remove use of org.bouncycastle.util.encoders.Hex 4 years ago
  Michael Dardis 4055522359 Remove use of org.bouncycastle.util.io.TeeOutputStream 4 years ago
  David Pursehouse 6a72f2943d Use indexOf(char) and lastIndexOf(char) rather than String versions 4 years ago
  David Pursehouse 064834d350 Reorder modifiers to follow Java Language Specification 4 years ago
  David Pursehouse 9be93b7991 Remove redundant "static" qualifier from enum declarations 4 years ago
  Thomas Wolf af05850485 FS: re-order fields and use all uppercase for true constants 4 years ago
  Alex Jitianu 64715a189f FS: Don't use innocuous threads for CompletableFuture 4 years ago
  David Pursehouse 4cc13297cc ErrorProne: Enable and fix UnusedException check 4 years ago
  Matthias Sohn d9e957dc24 SshSupport#runSshCommand: don't throw exception in finally block 4 years ago
  Matthias Sohn 5c5f7c6b14 Update EDL 1.0 license headers to new short SPDX compliant format 4 years ago
  Thomas Wolf d661b9f43a TLS support on IBM JDKs 4 years ago
  Thomas Wolf 2323d7a1ef Hooks: avoid problems with backslashes in paths 4 years ago
  Lars Vogel ccd68dc1dc Using StringBuilder in StringUtils#capitalize method 4 years ago