Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SshTestGitServer: : ensure UploadPack is closed to fix resource leak | Matthias Sohn | 2022-11-21 | 1 | -7/+7 |
* | UploadPackTest: ensure UploadPack is closed to fix resource leak | Matthias Sohn | 2022-11-21 | 1 | -37/+43 |
* | [pgm] Ensure UploadPack is closed to fix resource leak | Matthias Sohn | 2022-11-21 | 1 | -5/+6 |
* | UploadPackServlet#doPost use try-with-resource to ensure up is closed | Matthias Sohn | 2022-11-21 | 1 | -28/+29 |
* | Fix warnings in PatchApplierTest | Matthias Sohn | 2022-11-20 | 1 | -12/+12 |
* | Fix boxing warnings in TransportTest | Matthias Sohn | 2022-11-20 | 1 | -3/+3 |
* | Silence warnings about unclosed BasePackPushConnection | Matthias Sohn | 2022-11-20 | 1 | -0/+3 |
* | Fix warning about non-externalized String | Matthias Sohn | 2022-11-20 | 1 | -2/+1 |
* | Merge branch 'stable-6.3' | Matthias Sohn | 2022-11-20 | 8 | -18/+17 |
|\ | |||||
| * | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-20 | 9 | -46/+17 |
| |\ | |||||
| | * | Remove unused imports | Matthias Sohn | 2022-11-20 | 2 | -8/+10 |
| | * | Suppress non-externalized String warnings | Matthias Sohn | 2022-11-20 | 1 | -3/+3 |
| | * | Remove unused API problem filters | Matthias Sohn | 2022-11-20 | 2 | -83/+0 |
| | * | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2022-11-20 | 7 | -16/+121 |
| | |\ | |||||
| | | * | Silence API errors | Matthias Sohn | 2022-11-20 | 4 | -43/+31 |
| | | * | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-11-20 | 6 | -4/+121 |
| | | |\ | |||||
| | | | * | Silence API errors | Matthias Sohn | 2022-11-20 | 4 | -3/+27 |
| | | | * | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-11-20 | 3 | -2/+98 |
| | | | |\ | |||||
| | | | | * | Silence API warnings | Matthias Sohn | 2022-11-20 | 3 | -0/+96 |
* | | | | | | Add 4.26 target platform | Matthias Sohn | 2022-11-20 | 2 | -0/+105 |
* | | | | | | Use "releases" repository for 4.25 target platform | Matthias Sohn | 2022-11-20 | 2 | -3/+3 |
* | | | | | | Update Apache Mina SSHD to 2.9.2 | Thomas Wolf | 2022-11-18 | 16 | -155/+146 |
* | | | | | | Merge branch 'stable-6.4' | Matthias Sohn | 2022-11-18 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Prepare 6.4.0-SNAPSHOT builds | Matthias Sohn | 2022-11-17 | 91 | -125/+125 |
| * | | | | | | JGit v6.4.0.202211160543-m3v6.4.0.202211160543-m3 | Matthias Sohn | 2022-11-16 | 91 | -125/+125 |
| * | | | | | | Merge branch 'master' into stable-6.4 | Matthias Sohn | 2022-11-16 | 67 | -1440/+2240 |
| |\ \ \ \ \ \ | |||||
* | | | | | | | | Update Orbit to S20221118032057 | Matthias Sohn | 2022-11-18 | 19 | -169/+169 |
* | | | | | | | | DfsBlockCache: Report IndexEventConsumer metrics for reverse indexes. | Anna Papitto | 2022-11-17 | 1 | -3/+4 |
* | | | | | | | | DfsStreamKey: Replace ForReverseIndex to separate metrics. | Anna Papitto | 2022-11-17 | 3 | -24/+8 |
* | | | | | | | | Merge "PackExt: Add a reverse index extension." | Ivan Frade | 2022-11-17 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | PackExt: Add a reverse index extension. | Anna Papitto | 2022-11-15 | 1 | -1/+4 |
* | | | | | | | | | RawText.isBinary(): handle complete buffer correctly | Thomas Wolf | 2022-11-16 | 2 | -3/+46 |
| |_|/ / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge branch 'stable-6.3' | Matthias Sohn | 2022-11-16 | 22 | -1179/+1618 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-16 | 6 | -22/+66 |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | |||||
| | * | | | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2022-11-16 | 6 | -22/+66 |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | |||||
| | | * | | | | | Merge "Merge branch 'stable-6.0' into stable-6.1" into stable-6.1 | Matthias Sohn | 2022-11-16 | 13 | -510/+940 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | Extract Exception -> HTTP status code mapping for reuse | Sven Selberg | 2022-11-10 | 3 | -13/+36 |
| | | * | | | | | | Don't handle internal git errors as an HTTP error | Sven Selberg | 2022-11-10 | 2 | -10/+10 |
| | | * | | | | | | Allow to perform PackedBatchRefUpdate without locking loose refs | Saša Živkov | 2022-10-26 | 2 | -3/+24 |
| * | | | | | | | | Merge branch 'stable-6.2' into stable-6.3 | Matthias Sohn | 2022-11-16 | 13 | -510/+940 |
| |\| | | | | | | | |||||
| | * | | | | | | | Merge branch 'stable-6.1' into stable-6.2 | Matthias Sohn | 2022-11-16 | 13 | -510/+940 |
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | | | |||||
| | | * | | | | | | Merge branch 'stable-6.0' into stable-6.1 | Matthias Sohn | 2022-11-16 | 13 | -510/+940 |
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | / / | | | | | |_|/ / | | | | |/| | | | |||||
| | | | * | | | | Merge branch 'stable-5.13' into stable-6.0 | Matthias Sohn | 2022-11-16 | 13 | -510/+940 |
| | | | |\ \ \ \ | | | | | | |_|/ | | | | | |/| | | |||||
| | | | | * | | | [benchmarks] Remove profiler configuration | Matthias Sohn | 2022-11-15 | 4 | -8/+0 |
| | | | | * | | | Add SHA1 benchmark | Matthias Sohn | 2022-11-15 | 2 | -0/+104 |
| | | | | * | | | [benchmarks] Set version of maven-compiler-plugin to 3.8.1 | Matthias Sohn | 2022-11-15 | 1 | -0/+1 |
| | | | | * | | | Fix running JMH benchmarks | Matthias Sohn | 2022-11-15 | 1 | -1/+0 |
| | | | | * | | | Add option to allow using JDK's SHA1 implementation | Matthias Sohn | 2022-11-15 | 6 | -493/+823 |
| | | | | * | | | Ignore IllegalStateException if JVM is already shutting down | Matthias Sohn | 2022-10-27 | 1 | -8/+13 |
| * | | | | | | | Fix API breakage caused by extracting WorkTreeUpdater | Matthias Sohn | 2022-11-15 | 3 | -686/+612 |