Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Bazel: Remove unused resources variable | David Ostrovsky | 2021-02-07 | 1 | -2/+0 | |
* | | | | | | | Fix DateRevQueue tie breaks with more than 2 elements | Adithya Chakilam | 2021-02-07 | 4 | -9/+67 | |
* | | | | | | | Field updateHead can be a local variable in RefDirectoryRename | Lars Vogel | 2021-02-06 | 1 | -4/+1 | |
* | | | | | | | Fix FileRepository#convertToReftable which failed if no reflog existed | Matthias Sohn | 2021-02-05 | 1 | -4/+6 | |
* | | | | | | | Fix SeparateClassloaderTestRunner on Java 9 or higher | Matthias Sohn | 2021-02-05 | 1 | -4/+10 | |
* | | | | | | | Merge "reftable: add random suffix to table names" | Matthias Sohn | 2021-02-05 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | reftable: add random suffix to table names | Han-Wen Nienhuys | 2021-01-25 | 1 | -2/+6 | |
* | | | | | | | | TransportGitAnon: remove unnecessary socket bind to a local address | Alina Djamankulova | 2021-02-05 | 1 | -1/+0 | |
* | | | | | | | | Migrate to Apache MINA sshd 2.6.0 and Orbit I20210203173513 | David Ostrovsky | 2021-02-04 | 46 | -453/+445 | |
* | | | | | | | | LFSPointerTest: suppress errorprone error [SelfComparison] | Matthias Sohn | 2021-02-04 | 1 | -0/+1 | |
* | | | | | | | | Fix bazel tests broken by classes moved in dbd05433 | Matthias Sohn | 2021-02-04 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'stable-5.11' | Matthias Sohn | 2021-02-03 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Prepare 5.11.0-SNAPSHOT builds | Matthias Sohn | 2021-02-03 | 88 | -121/+121 | |
| * | | | | | | | JGit v5.11.0.202102031030-m2v5.11.0.202102031030-m2 | Matthias Sohn | 2021-02-03 | 88 | -121/+121 | |
|/ / / / / / / | ||||||
* | | | | | | | IO: fix IO.readFully(InputStream, byte[], int) | Thomas Wolf | 2021-01-31 | 2 | -3/+87 | |
* | | | | | | | LFS: make pointer parsing more robust | Thomas Wolf | 2021-01-31 | 2 | -15/+326 | |
* | | | | | | | [pgm] add option --timeout to clone command | Matthias Sohn | 2021-01-29 | 1 | -3/+5 | |
* | | | | | | | Merge "Move reachability checker generation into the ObjectReader object" | Jonathan Nieder | 2021-01-29 | 17 | -33/+137 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Move reachability checker generation into the ObjectReader object | Terry Parker | 2021-01-28 | 17 | -33/+137 | |
* | | | | | | | | Add the "compression-level" option to all ArchiveCommand formats | Youssef Elghareeb | 2021-01-28 | 9 | -82/+185 | |
* | | | | | | | | Merge changes I36d9b63e,I8c5db581,I2c02e89c | Jonathan Tan | 2021-01-27 | 14 | -1/+635 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Compare getting all refs except specific refs with seek and with filter | Gal Paikin | 2021-01-27 | 1 | -1/+53 | |
| * | | | | | | | | Add getsRefsByPrefixWithSkips (excluding prefixes) to ReftableDatabase | Gal Paikin | 2021-01-27 | 8 | -0/+255 | |
| * | | | | | | | | Add seekPastPrefix method to RefCursor | Gal Paikin | 2021-01-26 | 5 | -0/+327 | |
* | | | | | | | | | Wrap the Files.list returned Stream in a try-with-resources block | Terry Parker | 2021-01-26 | 3 | -5/+21 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | TemporaryBuffer: fix toByteArray(limit) | Thomas Wolf | 2021-01-22 | 2 | -3/+97 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Correct the minimum required version of Apache httpclient | Thomas Wolf | 2021-01-18 | 5 | -19/+16 | |
* | | | | | | | Merge "pgm: add missing dependency to org.apache.commons.logging" | Matthias Sohn | 2021-01-18 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | pgm: add missing dependency to org.apache.commons.logging | Matthias Sohn | 2021-01-17 | 1 | -0/+1 | |
* | | | | | | | | Merge "[spotbugs]: Fix potential NPE in FileSnapshot constructor" | Matthias Sohn | 2021-01-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | [spotbugs]: Fix potential NPE in FileSnapshot constructor | Matthias Sohn | 2021-01-03 | 1 | -1/+1 | |
* | | | | | | | | [pgm] Use Apache sshd by default | Thomas Wolf | 2021-01-15 | 1 | -2/+2 | |
* | | | | | | | | TransportHttp: support preemptive Basic authentication | Thomas Wolf | 2021-01-14 | 4 | -21/+254 | |
* | | | | | | | | TransportHttp: shared SSLContext during fetch or push | Thomas Wolf | 2021-01-14 | 11 | -60/+313 | |
* | | | | | | | | TransportHttp: make the connection factory configurable | Thomas Wolf | 2021-01-14 | 6 | -2/+114 | |
* | | | | | | | | Add target platform for eclipse 4.19 staging | Matthias Sohn | 2021-01-12 | 2 | -0/+104 | |
* | | | | | | | | Update orbit to S20210105214148 and com.google.gson to 2.8.6 | Matthias Sohn | 2021-01-12 | 30 | -71/+137 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Update spotbugs-maven-plugin to 4.2.0 | Marco Miller | 2021-01-12 | 1 | -1/+1 | |
* | | | | | | | Add org.eclipse.jetty.util.ajax to target platform and bazel deps | Matthias Sohn | 2021-01-12 | 16 | -14/+52 | |
* | | | | | | | Tag message must not include the signature | Thomas Wolf | 2021-01-10 | 3 | -23/+52 | |
* | | | | | | | Update jetty to 9.4.35.v20201120 | Matthias Sohn | 2021-01-07 | 16 | -265/+265 | |
* | | | | | | | Protocol V2: don't log spurious ACKs in UploadPack | Thomas Wolf | 2021-01-06 | 2 | -6/+29 | |
* | | | | | | | Merge "Protocol V2: respect MAX_HAVES only once we got at least one ACK" | Thomas Wolf | 2021-01-05 | 2 | -1/+74 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Protocol V2: respect MAX_HAVES only once we got at least one ACK | Thomas Wolf | 2021-01-04 | 2 | -1/+74 | |
* | | | | | | | | Merge "FileSnapshot: don't try to read file attributes twice" | Christian Halstrick | 2021-01-05 | 1 | -4/+17 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | FileSnapshot: don't try to read file attributes twice | Matthias Sohn | 2021-01-03 | 1 | -4/+17 | |
* | | | | | | | | RepositoryCache: declare schedulerLock final | Matthias Sohn | 2021-01-03 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Enable git wire protocol version 2 on server side per default | David Ostrovsky | 2021-01-03 | 3 | -15/+22 | |
* | | | | | | | Client-side protocol V2 support for fetching | Thomas Wolf | 2021-01-01 | 33 | -312/+1781 | |
|/ / / / / / | ||||||
* | | | | | | Use Map interface instead of ConcurrentHashMap class | Thomas Wolf | 2021-01-01 | 6 | -10/+13 |