5796 Commits (master)

Author SHA1 Message Date
  Matthias Sohn 3b94ba6c24 Fix boxing warnings 3 years ago
  Thomas Wolf 3774fcc848 GPG signature verification via BouncyCastle 3 years ago
  Tim Neumann 15a38e5b4f Post commit hook failure should not cause commit failure 4 years ago
  Matthias Sohn 935c8b752b Allow to define additional Hook classes outside JGit 3 years ago
  Matthias Sohn f17f8e8ba9 GitHook: use default charset for output and error streams 3 years ago
  Matthias Sohn 5b528474f5 GitHook: use generic OutputStream instead of PrintStream 3 years ago
  Nasser Grainawi efb154fc24 Rename PackFile to Pack 3 years ago
  Marija Savtchouk 1b9911d9ae Allow dir/file conflicts in virtual base commit on recursive merge. 3 years ago
  Matthias Sohn 686565f416 GitHook: make fields outputStream and errorStream private 3 years ago
  Thomas Wolf 6d462e5fe9 GPG: support git config gpg.program 3 years ago
  Adithya Chakilam c7685003d8 Fix DateRevQueue tie breaks with more than 2 elements 3 years ago
  Lars Vogel 3259a96021 Field updateHead can be a local variable in RefDirectoryRename 3 years ago
  Matthias Sohn 58f2e23fde Fix FileRepository#convertToReftable which failed if no reflog existed 3 years ago
  Alina Djamankulova f077158acf TransportGitAnon: remove unnecessary socket bind to a local address 3 years ago
  Matthias Sohn 43b651ea93 Prepare 5.11.0-SNAPSHOT builds 3 years ago
  Matthias Sohn 247babb603 JGit v5.11.0.202102031030-m2 3 years ago
  Thomas Wolf 91ddc0e284 IO: fix IO.readFully(InputStream, byte[], int) 3 years ago
  Terry Parker dbd05433ec Move reachability checker generation into the ObjectReader object 3 years ago
  Gal Paikin a6b90b7ec5 Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase 3 years ago
  Terry Parker b79882586d Wrap the Files.list returned Stream in a try-with-resources block 3 years ago
  Gal Paikin 68b95afc70 Add seekPastPrefix method to RefCursor 3 years ago
  Han-Wen Nienhuys b832b068d2 reftable: add random suffix to table names 3 years ago
  Thomas Wolf 84dbc2d431 TemporaryBuffer: fix toByteArray(limit) 3 years ago
  Thomas Wolf 58f4e6e7f8 TransportHttp: support preemptive Basic authentication 3 years ago
  Thomas Wolf 471ad49546 TransportHttp: shared SSLContext during fetch or push 3 years ago
  Thomas Wolf 224aaa0be7 TransportHttp: make the connection factory configurable 3 years ago
  Thomas Wolf dd3846513b Tag message must not include the signature 3 years ago
  Thomas Wolf fb3ae37e26 Protocol V2: don't log spurious ACKs in UploadPack 3 years ago
  Thomas Wolf 0d7d98620f Protocol V2: respect MAX_HAVES only once we got at least one ACK 3 years ago
  Matthias Sohn 74d5a1c172 RepositoryCache: declare schedulerLock final 3 years ago
  David Ostrovsky d9143287b7 Enable git wire protocol version 2 on server side per default 3 years ago
  Matthias Sohn ef04b3b883 [spotbugs]: Fix potential NPE in FileSnapshot constructor 3 years ago
  Matthias Sohn 877ce01d29 FileSnapshot: don't try to read file attributes twice 3 years ago
  Thomas Wolf 0853a2410f Client-side protocol V2 support for fetching 3 years ago
  Thomas Wolf 0f442d7083 Use Map interface instead of ConcurrentHashMap class 3 years ago
  Thomas Wolf 5b1a6e0e38 Fix NPE in DirCacheCheckout 3 years ago
  Matthias Sohn 3482e50134 [spotbugs] Fix incorrect lazy initialization in SystemReader 3 years ago
  Matthias Sohn 13e0ffbd3d [spotbugs] Don't use class from java.util.concurrent for locking 3 years ago
  Matthias Sohn bceb202319 [spotbugs] Fix potential NPE in FS.FileStoreAttributes#get 3 years ago
  Matthias Sohn 0132666d5a [spotbugs] Fix FileReftableStack#equals to check for null 3 years ago
  Matthias Sohn fa0e77e8f9 [spotbugs] FileReftableDatabase: extract lock to local variable 3 years ago
  Matthias Sohn 39cbc574d1 [spotbugs] DfsReftableDatabase: extract lock to local variable 3 years ago
  Matthias Sohn 1fd0a49ce0 [spotbugs] Silence NP_BOOLEAN_RETURN_NULL in IgnoreNode#checkIgnored 3 years ago
  Matthias Sohn 65ac9f2c2f Revert "Remove unused API problem filters" 3 years ago
  Matthias Sohn 022b02dea1 Remove unused API problem filters 3 years ago
  Matthias Sohn 23bc9dc71d [spotbugs] Fix potential NPE in FS#write 3 years ago
  Matthias Sohn 90b046e7ab [spotbugs] Fix potential NPE in WorkingTreeIterator#isModified 3 years ago
  Matthias Sohn a2bb540f29 [spotbugs] Fix potential NPE in FileRepository#convertToReftable 3 years ago
  Matthias Sohn 15998622fa [spotbugs] silence warnings for intended use of == to compare strings 3 years ago
  Matthias Sohn a56624349e [spotbugs] silence short-circuit warning in PackOutputStream#write 3 years ago