| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-5.3' | Matthias Sohn | 2019-04-29 | 1 | -18/+0 |
|\ |
|
| * | Merge branch 'stable-5.2' into stable-5.3 | Matthias Sohn | 2019-04-28 | 1 | -18/+0 |
| |\ |
|
| | * | Revert 4678f4b and provide another solution for bug 467631 | Thomas Wolf | 2019-04-20 | 1 | -18/+0 |
* | | | Use RefMap instead of HashMap | Masaya Suzuki | 2019-03-20 | 1 | -0/+35 |
|/ / |
|
* | | TemporaryBufferTest: Open TemporaryBuffer in try-with-resource | David Pursehouse | 2019-01-21 | 1 | -10/+10 |
* | | UnionInputStreamTest: Open UnionInputStream in try-with-resource | David Pursehouse | 2019-01-21 | 1 | -115/+113 |
* | | Skip some tests when the runtime cannot handle Unicode file paths | Masaya Suzuki | 2018-12-23 | 1 | -5/+34 |
|/ |
|
* | Set git environment variables for hooks | Thomas Wolf | 2018-11-30 | 1 | -2/+5 |
* | Fix IndexDiffs for git links | Thomas Wolf | 2018-11-26 | 1 | -0/+18 |
* | Undo treating blobs with NULs as a single line | Thomas Wolf | 2018-11-26 | 1 | -2/+3 |
* | UnionInputStreamTest: Suppress ErrorProne warning about missing synchronized | David Pursehouse | 2018-10-17 | 1 | -0/+2 |
* | Override int read(byte[], int, int) on test instances of InputStream | David Pursehouse | 2018-10-01 | 1 | -0/+5 |
* | BlockListTest: Add missing calls to fail() | David Pursehouse | 2018-09-29 | 1 | -0/+13 |
* | Explicitly specify charset in constructor of InputStreamReader | David Pursehouse | 2018-09-26 | 1 | -1/+2 |
* | Explicitly specify charset when calling getBytes | David Pursehouse | 2018-09-26 | 3 | -8/+12 |
* | Explicitly specify charset in constructor of String | David Pursehouse | 2018-09-26 | 1 | -20/+24 |
* | Make inner classes static where possible | David Pursehouse | 2018-09-26 | 1 | -1/+1 |
* | Parse signature of GPG-signed commits | David Turner | 2018-09-04 | 1 | -0/+43 |
* | Deprecate Constants.CHARSET in favor of StandardCharsets.UTF_8 | David Pursehouse | 2018-09-04 | 3 | -11/+11 |
* | FilterCommandsTest fails on Windows | Andrey Loskutov | 2018-08-19 | 1 | -0/+2 |
* | Remove further unnecessary 'final' keywords | Han-Wen Nienhuys | 2018-05-18 | 1 | -1/+1 |
* | Remove 'final' in parameter lists | Han-Wen Nienhuys | 2018-05-15 | 8 | -16/+16 |
* | Introduce new RawText constructor and RawParseUtils.lineMapOrBinary | Han-Wen Nienhuys | 2018-05-12 | 1 | -2/+16 |
* | AutoLFInputStreamTest: Use try-with-resource | David Pursehouse | 2018-03-14 | 1 | -25/+28 |
* | TemporaryBufferTest: Suppress "should be managed by try-with-resource" | David Pursehouse | 2018-03-13 | 1 | -1/+12 |
* | Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-13 | 3 | -86/+64 |
* | Consistently use Constants.CHARSET rather than StandardCharsets.UTF_8 | David Pursehouse | 2018-03-11 | 3 | -11/+11 |
* | AutoCRLFInputStreamTest: Open auto-closeable resources in try-with-resource | David Pursehouse | 2018-03-05 | 1 | -17/+16 |
* | Use constants from StandardCharsets instead of hard-coded strings | David Pursehouse | 2017-12-07 | 6 | -63/+40 |
* | Revert "Throw BinaryBlobException from RawParseUtils#lineMap." | Han-Wen NIenhuys | 2017-10-24 | 1 | -9/+9 |
* | Throw BinaryBlobException from RawParseUtils#lineMap. | Han-Wen Nienhuys | 2017-10-24 | 1 | -9/+9 |
* | Avoid bad rounding "1 year, 12 months" in date formatter | Michael Keppler | 2017-10-18 | 1 | -1/+8 |
* | ChangeIdUtilTest: Remove unused notestCommitDashV | David Pursehouse | 2017-09-30 | 1 | -17/+0 |
* | Expose LongMap in util package | Shawn Pearce | 2017-08-09 | 1 | -0/+153 |
* | NB: encode and decode 24-bit ints | Shawn Pearce | 2017-08-09 | 1 | -0/+65 |
* | Remove unused import introduced in a551b64 | Matthias Sohn | 2017-08-01 | 1 | -1/+0 |
* | Merge changes I424295df,Ib003f7c8 | David Pursehouse | 2017-08-01 | 1 | -24/+24 |
|\ |
|
| * | Treat RawText of binary data as file with one single line. | Han-Wen Nienhuys | 2017-08-01 | 1 | -0/+7 |
| * | Trim boilerplate in RawParseUtils_LineMapTest. | Han-Wen Nienhuys | 2017-07-27 | 1 | -24/+17 |
* | | IntList: support contains(int) | Shawn Pearce | 2017-07-28 | 1 | -0/+11 |
* | | Fix null return from FS.readPipe when command fails to launch | Bryan Donlan | 2017-05-24 | 1 | -3/+12 |
|/ |
|
* | RepoCommand: Add linkfile support. | Dan Willemsen | 2017-04-18 | 1 | -8/+8 |
* | SHA-1: collision detection support | Shawn Pearce | 2017-02-28 | 1 | -0/+111 |
* | SHA1: support reset() and reuse instances | Shawn Pearce | 2017-02-26 | 1 | -0/+15 |
* | Pure Java SHA-1 | Shawn Pearce | 2017-02-26 | 1 | -0/+112 |
* | Enable and fix warnings about redundant specification of type arguments | David Pursehouse | 2017-02-20 | 4 | -27/+27 |
* | Enable and fix 'Should be tagged with @Override' warning | David Pursehouse | 2017-02-19 | 1 | -0/+6 |
* | Detect stale-file-handle error in causal chain | Hongkai Liu | 2017-01-30 | 1 | -0/+40 |
* | Rename FileUtilTest to FileUtilsTest and merge in FileUtils7Test | Hongkai Liu | 2017-01-30 | 2 | -100/+30 |
* | Organize imports | David Pursehouse | 2016-11-14 | 1 | -6/+5 |