Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DfsReaderIoStats: getters to object size index micros/bytes | Ivan Frade | 2024-08-27 | 1 | -0/+18 |
* | Merge branch 'stable-6.10' | Matthias Sohn | 2024-08-27 | 2 | -4/+19 |
|\ | |||||
| * | AmazonS3: Ensure SAXParserFactory sets valid/expected input params | Matthias Sohn | 2024-08-27 | 1 | -2/+4 |
| * | LockFile: Retry lock creation if parent dirs were removed | Kaushik Lingarkar | 2024-08-21 | 1 | -2/+15 |
* | | Signing: refactor interfaces | Thomas Wolf | 2024-08-24 | 21 | -732/+761 |
* | | GpgConfig: Add missing @since | Thomas Wolf | 2024-08-21 | 1 | -1/+5 |
* | | DfsReaderIoStats: Order fields and methods consistently | Ivan Frade | 2024-08-20 | 1 | -34/+34 |
* | | Merge branch 'stable-6.10' | Matthias Sohn | 2024-08-20 | 3 | -5/+24 |
|\| | |||||
| * | Merge branch 'stable-6.9' into stable-6.10 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'stable-6.8' into stable-6.9 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Merge branch 'stable-6.7' into stable-6.8 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Merge branch 'stable-6.6' into stable-6.7 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | Merge branch 'stable-6.5' into stable-6.6 | Matthias Sohn | 2024-08-20 | 1 | -1/+1 |
| | | | | |\ | |||||
| | | | | | * | Merge branch 'stable-6.4' into stable-6.5stable-6.5 | Matthias Sohn | 2024-08-18 | 1 | -1/+1 |
| | | | | | |\ | |||||
| | | | | | | * | Merge branch 'stable-6.3' into stable-6.4stable-6.4 | Matthias Sohn | 2024-08-18 | 1 | -1/+1 |
| | | | | | | |\ | |||||
| | | | | | | | * | Merge branch 'stable-6.2' into stable-6.3stable-6.3 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Merge branch 'stable-6.1' into stable-6.2stable-6.2 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | Merge branch 'stable-6.0' into stable-6.1stable-6.1 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | | | |\ | |||||
| | | | | | | | | | | * | Merge branch 'stable-5.13' into stable-6.0stable-6.0 | Matthias Sohn | 2024-08-14 | 1 | -1/+1 |
| | | | | | | | | | | |\ | |||||
| | | | | | | | | | | | * | Fix "Comparison of narrow type with wide type in loop condition"stable-5.13 | Matthias Sohn | 2024-08-09 | 1 | -1/+1 |
| | | | | | | | | | | | * | JGit v5.13.3.202401111512-rv5.13.3.202401111512-r | Matthias Sohn | 2024-01-11 | 3 | -4/+4 |
| | | | | | | | | | | | * | Checkout: better directory handling | Thomas Wolf | 2023-10-22 | 9 | -141/+674 |
| * | | | | | | | | | | | | RepoProject: read the 'dest-branch' attribute of a project | Kaushik Lingarkar | 2024-07-08 | 3 | -0/+47 |
| * | | | | | | | | | | | | Make RepoProject#setUpstream public | Kaushik Lingarkar | 2024-07-08 | 1 | -1/+1 |
| * | | | | | | | | | | | | RepoCommand: Add error to ManifestErrorException | Ivan Frade | 2024-07-08 | 1 | -1/+1 |
| * | | | | | | | | | | | | RepoCommand: Copy manifest upstream into .gitmodules ref field | Ivan Frade | 2024-07-08 | 2 | -0/+4 |
| * | | | | | | | | | | | | RepoProject: read the "upstream" attribute of a project | Ivan Frade | 2024-07-08 | 2 | -0/+28 |
* | | | | | | | | | | | | | ConfigConstants: Add missing @since 7.0 | Thomas Wolf | 2024-08-10 | 1 | -1/+5 |
* | | | | | | | | | | | | | ObjectWalk: Remove duplicated word "the" in class documentation | Sergey Zakharov | 2024-08-09 | 1 | -1/+1 |
* | | | | | | | | | | | | | Lib: Fix ssh value for gpg.format throwing an IllegalArgumentException | granny | 2024-07-30 | 1 | -1/+3 |
* | | | | | | | | | | | | | DfsPackFile: Abstract the loading of pack indexes | Ivan Frade | 2024-07-30 | 1 | -70/+183 |
* | | | | | | | | | | | | | Merge "PackExtBlockCacheTable: spread extensions over multiple dfs tables" | Ivan Frade | 2024-07-30 | 4 | -2/+317 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | PackExtBlockCacheTable: spread extensions over multiple dfs tables | Laura Hamelin | 2024-07-24 | 4 | -2/+317 |
* | | | | | | | | | | | | | | PackObjectSizeIndex: Read all bytes and use the byte[] directly | Ivan Frade | 2024-07-24 | 3 | -61/+122 |
* | | | | | | | | | | | | | | DfsPackFile: Do not set local reverse index ref from cache callback | Ivan Frade | 2024-07-16 | 1 | -17/+21 |
* | | | | | | | | | | | | | | Merge changes Id077d58f,Idf61f481 | Matthias Sohn | 2024-07-15 | 19 | -62/+304 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Add worktrees read support | Janne Valkealahti | 2024-07-14 | 19 | -62/+304 |
* | | | | | | | | | | | | | | DfsBlockCacheTable: extract stats get* methods to interface | Laura Hamelin | 2024-07-15 | 3 | -54/+77 |
|/ / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Merge "DfsBlockCacheConfig: support configurations for dfs cache tables per e... | Ivan Frade | 2024-07-12 | 4 | -34/+183 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | DfsBlockCacheConfig: support configurations for dfs cache tables per extensions | Laura Hamelin | 2024-07-12 | 4 | -34/+183 |
* | | | | | | | | | | | | | | DfsPackFile: Enable/disable object size index via DfsReaderOptions | Ivan Frade | 2024-07-10 | 3 | -0/+37 |
* | | | | | | | | | | | | | | RepoProject: read the 'dest-branch' attribute of a project | Kaushik Lingarkar | 2024-07-02 | 2 | -0/+28 |
* | | | | | | | | | | | | | | Make RepoProject#setUpstream public | Kaushik Lingarkar | 2024-07-01 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Merge "Merge branch 'next'" | Matthias Sohn | 2024-06-30 | 3 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'next' | Matthias Sohn | 2024-06-04 | 3 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | Bump jetty version to 11.0.20 | David Ostrovsky | 2024-05-02 | 1 | -8/+0 |
| | * | | | | | | | | | | | | | | Update minimum Java version to 17 | Matthias Sohn | 2024-05-02 | 3 | -5/+5 |
| | * | | | | | | | | | | | | | | Merge branch 'master' into next | Matthias Sohn | 2024-05-02 | 29 | -84/+79 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Matthias Sohn | 2024-04-26 | 40 | -792/+1672 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into next | Matthias Sohn | 2024-02-21 | 574 | -4778/+17672 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |