summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JGit v6.10.0.202405212237-m3v6.10.0.202405212237-m3Matthias Sohn2024-05-2289-123/+123
* Update Apache commons-logging to 1.3.2Matthias Sohn2024-05-2120-38/+41
* Update jetty to 10.0.21Matthias Sohn2024-05-2019-151/+151
* Update Apache commons-io to 2.16.1Matthias Sohn2024-05-2019-35/+41
* Update Apache commons-codec to 1.17.0Matthias Sohn2024-05-2019-36/+42
* WalkFetchConnection: Remove marked packs on all function exitsIvan Frade2024-05-161-6/+15
* Merge "Do not use ArrayList when there will be deletions"Ivan Frade2024-05-163-27/+30
|\
| * Do not use ArrayList when there will be deletionsjackdt@google.com2024-05-163-27/+30
* | Merge changes I12e4d0fd,I082ffb20Matthias Sohn2024-05-163-45/+6
|\ \
| * | Remove unused API problem filtersMatthias Sohn2024-05-141-19/+0
| * | Fix warning "Redundant specification of type arguments <Object>"Matthias Sohn2024-05-142-26/+6
* | | PatchApplierTest: remove unused importMatthias Sohn2024-05-151-1/+0
| |/ |/|
* | Merge "Allow applying a patch with conflicts"Matthias Sohn2024-05-158-21/+234
|\ \
| * | Allow applying a patch with conflictsPatrick Hiesel2024-05-148-21/+234
* | | Add 4.32 target platformMatthias Sohn2024-05-145-3/+316
| |/ |/|
* | Merge "sshd: fix IdentiesOnly if SSH agent is enabled and has keys"Matthias Sohn2024-05-141-6/+7
|\ \
| * | sshd: fix IdentiesOnly if SSH agent is enabled and has keysThomas Wolf2024-05-131-6/+7
* | | Update mina-sshd to 2.12.1Matthias Sohn2024-05-1318-51/+51
* | | Update byte-buddy to 1.14.15Matthias Sohn2024-05-1318-51/+51
* | | Update org.apache.commons:commons-compress to 1.26.1Matthias Sohn2024-05-1318-34/+34
* | | Update mockito to 5.12.0Matthias Sohn2024-05-1318-34/+34
* | | Update org.eclipse.jdt:ecj to 3.37.0Matthias Sohn2024-05-131-1/+1
* | | Update groovy to 4.0.21Matthias Sohn2024-05-131-2/+2
* | | Update args4j to 2.37Matthias Sohn2024-05-1318-34/+34
|/ /
* / Check an execution bit by reading it from the file systemYury Molchan2024-05-131-2/+11
|/
* [releng] Bump Bouncy Castle to 1.78.1Thomas Wolf2024-05-1118-89/+89
* PackIndex: Make it an interfaceIvan Frade2024-05-083-23/+26
* PackIndex: Make iterator static (pass object count in ctor)Ivan Frade2024-05-083-4/+18
* PackIndex: move checksum to the subclassesIvan Frade2024-05-084-10/+21
* GitDateFormatterTest: Remove printlnsIvan Frade2024-05-021-2/+0
* Bazel: Add support for JDK 21David Ostrovsky2024-05-025-16/+53
* Merge "Bazel: Replace deprecated --experimental_strict_action_env option"David Ostrovsky2024-05-021-1/+1
|\
| * Bazel: Replace deprecated --experimental_strict_action_env optionDavid Ostrovsky2024-04-301-1/+1
* | Merge "PackIndex: Make #getOffset protected to allow out-of-package subclasses"Ivan Frade2024-05-012-2/+2
|\ \ | |/ |/|
| * PackIndex: Make #getOffset protected to allow out-of-package subclassesIvan Frade2024-04-262-2/+2
* | Fix warning about using raw typeMatthias Sohn2024-04-291-1/+1
* | [errorprone] Fix pattern ModifiedButNotUsedMatthias Sohn2024-04-293-1/+5
* | [errorprone] Fix pattern CatchAndPrintStackTraceMatthias Sohn2024-04-292-13/+14
* | [errorprone] Fix pattern FutureReturnValueIgnoredMatthias Sohn2024-04-294-9/+9
* | [errorprone] Fix pattern BadImportMatthias Sohn2024-04-295-11/+8
* | [errorprone] Fix pattern UseCorrectAssertInTestsMatthias Sohn2024-04-292-4/+6
* | [errorprone] Fix pattern ProtectedMembersInFinalClassMatthias Sohn2024-04-292-2/+2
* | [errorprone] Fix pattern CatchFailMatthias Sohn2024-04-299-13/+20
* | [errorprone] Fix pattern see UnusedVariableMatthias Sohn2024-04-299-37/+31
* | [errorprone] Fix pattern LongLiteralLowerCaseSuffixMatthias Sohn2024-04-294-8/+8
* | [errorprone] Fix error pattern JdkObsoleteMatthias Sohn2024-04-2940-113/+106
* | [errorprone] Fix UnnecessaryParentheses errorsMatthias Sohn2024-04-2810-48/+50
* | Bazel: Update RBE docker image to Ubuntu 22.04 and JDK 17David Ostrovsky2024-04-282-11/+10
* | Bump Bazel version to 7.1.1David Ostrovsky2024-04-283-1/+7
|/
* ResolveMerger: Fix the issue with binary modify-modify conflictsSruteesh2024-04-253-38/+230