summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Optionally measure filesystem timestamp resolution asynchronouslyMatthias Sohn2019-07-112-51/+144
| | | | * Delete unused FileTreeIteratorWithTimeControlMatthias Sohn2019-07-112-177/+0
| | | | * FileSnapshot#equals: consider UNKNOWN_SIZEHan-Wen Nienhuys2019-07-092-2/+14
| | | | * Timeout measuring file timestamp resolution after 2 secondsMatthias Sohn2019-07-033-2/+17
| | | | * Fix RacyGitTests#testRacyGitDetectionMatthias Sohn2019-07-031-11/+26
| | | | * Change RacyGitTests to create a racy git situation in a stable wayMasaya Suzuki2019-06-191-29/+24
| | | | * Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2019-06-1920-53/+61
| | | | * Fix non-deterministic hash of archives created by ArchiveCommandMatthias Sohn2019-06-194-14/+226
| | | | * Update Maven plugins ecj, plexus, error-proneMatthias Sohn2019-06-191-5/+5
| | | | * Update Maven plugins and cleanup Maven warningsMatthias Sohn2019-06-184-20/+73
| | | | * Make inner classes static where possibleDavid Pursehouse2019-06-1712-14/+15
| | | | * Fix API problem filtersMatthias Sohn2019-06-172-2/+2
| * | | | GlobalBundleCache: Fix ClassNewInstance warning from Error ProneDavid Pursehouse2019-06-222-3/+5
| * | | | IncorrectObjectTypeException: Fix typos in constructors' JavadocDavid Pursehouse2019-06-201-2/+2
| * | | | Error Prone: Increase severity of NonOverridingEquals to ERRORDavid Pursehouse2019-06-175-1/+12
| * | | | Error Prone: Increase severity of ImmutableEnumChecker to ERRORDavid Pursehouse2019-06-171-1/+1
| * | | | GitDateParser#ParseableSimpleDateFormat: Make formatStr private finalDavid Pursehouse2019-06-171-1/+1
| * | | | BatchRefUpdateTest: Suppress ImmutableEnumChecker warningDavid Pursehouse2019-06-171-0/+1
| * | | | PacketLineIn: Suppress comparison warnings for END and DELIMDavid Pursehouse2019-06-171-0/+2
| * | | | FileSnapshot#toString: Suppress ReferenceEquality warningsDavid Pursehouse2019-06-171-1/+1
| * | | | Blame: Suppress ReferenceEquality warning for RevCommit instancesDavid Pursehouse2019-06-171-2/+12
| * | | | pgm: add missing optional dependency to org.tukaani:xzMatthias Sohn2019-06-161-0/+6
| * | | | NetscapeCookieFile: Make hash static and group overloaded writeIvan Frade2019-06-151-59/+59
| * | | | NetscapeCookieFile: Javadoc fixesIvan Frade2019-06-151-15/+27
| * | | | Config: Handle reference-equality warning (and empty javadoc)Ivan Frade2019-06-151-2/+3
| * | | | Error Prone: Increase severity of ShortCircuitBoolean to ERRORDavid Pursehouse2019-06-151-1/+1
| * | | | ObjectWalk: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-1/+1
| * | | | BasePackFetchConnection: Prefer boolean operators over logical operators in c...David Pursehouse2019-06-151-1/+1
| * | | | PackWriter: Prefer boolean operators over logical operators in comparisonsDavid Pursehouse2019-06-151-2/+2
* | | | | Upgrade eclipse-jarsigner-plugin to 1.1.6David Pursehouse2019-08-091-1/+1
* | | | | Upgrade Spotbugs to 3.1.12.2David Pursehouse2019-08-091-1/+1
* | | | | Upgrade maven-site-plugin to 3.8.2Marco Miller2019-08-091-1/+1
* | | | | Merge changes from topic 'sshd'David Pursehouse2019-08-076-7/+228
|\ \ \ \ \
| * | | | | sshd: add missing javadoc in SshTestGitServerThomas Wolf2019-07-151-0/+10
| * | | | | sshd: shared reference in JGitClientSession must be volatileThomas Wolf2019-07-151-1/+1
| * | | | | sshd: correct the protocol version exchangeThomas Wolf2019-07-156-6/+217
* | | | | | Merge "Constants for objects and info/{http-,}alternates"Jonathan Nieder2019-08-0213-24/+48
|\ \ \ \ \ \
| * | | | | | Constants for objects and info/{http-,}alternatesDavid Turner2019-08-0213-24/+48
* | | | | | | UploadPack: move writing of "packfile" headerJonathan Tan2019-07-303-10/+36
* | | | | | | Merge "JGit pgm tests must quote paths on the command line"David Pursehouse2019-07-254-20/+26
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | JGit pgm tests must quote paths on the command lineThomas Wolf2019-07-254-20/+26
* | | | | | | PreUploadHookChain: Use list instead of array internallyIvan Frade2019-07-242-22/+143
* | | | | | | PostUploadHookChain: Use a list instead of array internallyIvan Frade2019-07-242-18/+118
* | | | | | | Merge "UploadPack: add getProtocolV2Hook() method"Jonathan Tan2019-07-241-0/+12
|\ \ \ \ \ \ \
| * | | | | | | UploadPack: add getProtocolV2Hook() methodIvan Frade2019-07-181-0/+12
* | | | | | | | Merge "ProtocolV2HookChain: Allow to create a chain of protocol V2 hooks"Jonathan Tan2019-07-242-0/+221
|\| | | | | | |
| * | | | | | | ProtocolV2HookChain: Allow to create a chain of protocol V2 hooksIvan Frade2019-07-182-0/+221
* | | | | | | | JschConfigSessionFactory: [findbugs] Set synchronizedMasaya Suzuki2019-07-221-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge "UploadPackTest: use Consumer to set up UploadPack"Jonathan Tan2019-07-191-43/+70
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | UploadPackTest: use Consumer to set up UploadPackJonathan Tan2019-07-161-43/+70