Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge "git ignore all bazel folders" | Matthias Sohn | 2017-08-01 | 1 | -5/+1 | |
|\| | | | | | | |/ / / / / |/| | | | | | ||||||
| * | | | | | git ignore all bazel folders | David Pursehouse | 2017-07-28 | 1 | -5/+1 | |
* | | | | | | Merge changes I424295df,Ib003f7c8 | David Pursehouse | 2017-08-01 | 2 | -29/+48 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Treat RawText of binary data as file with one single line. | Han-Wen Nienhuys | 2017-08-01 | 2 | -5/+31 | |
| * | | | | | | Trim boilerplate in RawParseUtils_LineMapTest. | Han-Wen Nienhuys | 2017-07-27 | 1 | -24/+17 | |
* | | | | | | | Merge "Use w1 for hashCode of AbbreviatedObjectId" | Terry Parker | 2017-07-28 | 2 | -4/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use w1 for hashCode of AbbreviatedObjectId | Shawn Pearce | 2017-07-28 | 2 | -4/+14 | |
* | | | | | | | | Merge "IntList: support contains(int)" | David Pursehouse | 2017-07-28 | 2 | -0/+26 | |
|\| | | | | | | | ||||||
| * | | | | | | | IntList: support contains(int) | Shawn Pearce | 2017-07-28 | 2 | -0/+26 | |
* | | | | | | | | Merge "Replace findbugs by spotbugs" | David Pursehouse | 2017-07-28 | 2 | -11/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Replace findbugs by spotbugs | Matthias Sohn | 2017-07-28 | 2 | -11/+11 | |
* | | | | | | | | | RefDirectory: Add in-process fair lock for atomic updates | Dave Borowitz | 2017-07-28 | 3 | -87/+173 | |
|/ / / / / / / / | ||||||
* | | / / / / / | RefDirectory: Retry acquiring ref locks with backoff | Dave Borowitz | 2017-07-28 | 4 | -28/+266 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge "Fix committing empty commits" | David Pursehouse | 2017-07-28 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix committing empty commits | Christian Halstrick | 2017-07-28 | 2 | -1/+6 | |
* | | | | | | | | Merge "Support overriding a batch's reflog on a per-ReceiveCommand basis" | David Pursehouse | 2017-07-28 | 4 | -9/+193 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Support overriding a batch's reflog on a per-ReceiveCommand basis | Dave Borowitz | 2017-07-26 | 4 | -9/+193 | |
* | | | | | | | | Merge changes from topic 'batch-ref-update-reflog' | David Pursehouse | 2017-07-28 | 5 | -10/+449 | |
|\| | | | | | | | ||||||
| * | | | | | | | BatchRefUpdate: Expand javadocs and add @Nullable | Dave Borowitz | 2017-07-26 | 1 | -6/+17 | |
| * | | | | | | | PackedBatchRefUpdate: Write reflogs | Dave Borowitz | 2017-07-26 | 2 | -0/+394 | |
| * | | | | | | | Extract constants for reflog entry message prefixes | Dave Borowitz | 2017-07-25 | 2 | -4/+38 | |
* | | | | | | | | Add commit check for head references | Zhen Chen | 2017-07-26 | 3 | -0/+41 | |
* | | | | | | | | Add connectivity check from references | Zhen Chen | 2017-07-26 | 2 | -0/+58 | |
* | | | | | | | | Add dfs fsck implementation | Zhen Chen | 2017-07-26 | 14 | -45/+1010 | |
|/ / / / / / / | ||||||
* | | | | | | | Improve BatchRefUpdateTest readability | Dave Borowitz | 2017-07-25 | 1 | -205/+216 | |
* | | | | | | | Move BatchRefUpdate tests to a new file | Dave Borowitz | 2017-07-25 | 3 | -493/+480 | |
* | | | | | | | Implement atomic BatchRefUpdates for RefDirectory | Dave Borowitz | 2017-07-25 | 6 | -41/+815 | |
* | | | | | | | Separate RefUpdate.Result.REJECTED_{MISSING_OBJECT,OTHER_REASON} | Dave Borowitz | 2017-07-25 | 7 | -98/+187 | |
* | | | | | | | Add missing newlines at ends of Java files | David Pursehouse | 2017-07-25 | 45 | -45/+45 | |
* | | | | | | | Temporarily @Ignore flaky CommitCommandTest methods | Dave Borowitz | 2017-07-25 | 1 | -0/+3 | |
* | | | | | | | Fix matching ignores and attributes pattern of form a/b/**. | Dmitry Pavlenko | 2017-07-24 | 3 | -12/+39 | |
* | | | | | | | Merge changes from topic 'packed-batch-ref-update' | David Pursehouse | 2017-07-24 | 9 | -44/+269 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add tests for updating single refs to missing objects | Dave Borowitz | 2017-07-17 | 1 | -0/+88 | |
| * | | | | | | Fix deleting symrefs | Dave Borowitz | 2017-07-17 | 3 | -4/+78 | |
| * | | | | | | RefDirectory: Throw exception if CAS of packed ref list fails | Dave Borowitz | 2017-07-17 | 2 | -17/+31 | |
| * | | | | | | ReceiveCommand: Explicitly check constructor preconditions | Dave Borowitz | 2017-07-17 | 4 | -22/+68 | |
| * | | | | | | BatchRefUpdate: Document when getPushOptions is null | Dave Borowitz | 2017-07-17 | 1 | -1/+4 | |
* | | | | | | | Merge "Make 'inCoreLimit' of LocalFile used in ResolveMerger configurable" | Shawn Pearce | 2017-07-22 | 2 | -2/+23 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make 'inCoreLimit' of LocalFile used in ResolveMerger configurable | Changcheng Xiao | 2017-07-22 | 2 | -2/+23 | |
* | | | | | | | | dfs: optionally store blockSize in DfsPackDescription | Shawn Pearce | 2017-07-21 | 6 | -19/+59 | |
|/ / / / / / / | ||||||
* | | | | | | | dfs: silence resource warnings in DfsBlockCacheTest | Shawn Pearce | 2017-07-19 | 1 | -0/+2 | |
* | | | | | | | dfs: Fix DataFormatException: 0 bytes to inflate | Shawn Pearce | 2017-07-19 | 3 | -14/+63 | |
* | | | | | | | dfs: actually allow current DfsBlock to GC | Shawn Pearce | 2017-07-19 | 1 | -2/+1 | |
* | | | | | | | dfs: test for repositories sharing blocks in DfsBlockCache | Shawn Pearce | 2017-07-19 | 1 | -0/+103 | |
* | | | | | | | Merge "dfs: only create DfsPackFile if description has PACK" | Shawn Pearce | 2017-07-19 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | dfs: only create DfsPackFile if description has PACK | Shawn Pearce | 2017-07-19 | 1 | -3/+2 | |
* | | | | | | | | dfs: Fix incorrect use of reference == for DfsStreamKey | Shawn Pearce | 2017-07-19 | 1 | -1/+1 | |
* | | | | | | | | dfs: Fix build break caused by DfsStreamKey.of signature change | Shawn Pearce | 2017-07-19 | 2 | -2/+6 | |
* | | | | | | | | dfs: Fix default DfsStreamKey to include DfsRepositoryDescription | Shawn Pearce | 2017-07-19 | 2 | -16/+12 | |
* | | | | | | | | dfs: Shrink DfsPackDescription.sizeMap storage | Shawn Pearce | 2017-07-19 | 1 | -17/+10 | |
|/ / / / / / / |