| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge "Don't serialize internal hash collision chain link" | Shawn Pearce | 2016-11-14 | 1 | -1/+1 |
|\ \ |
|
| * | | Don't serialize internal hash collision chain link | Thomas Wolf | 2016-10-29 | 1 | -1/+1 |
* | | | Merge "Reduce synchronized scope around ConcurrentHashMap" | Shawn Pearce | 2016-11-14 | 1 | -15/+15 |
|\ \ \ |
|
| * | | | Reduce synchronized scope around ConcurrentHashMap | Philipp Marx | 2016-11-12 | 1 | -15/+15 |
* | | | | Merge changes Id89b3cd0,I5b0fb122 | Shawn Pearce | 2016-11-14 | 2 | -4/+21 |
|\ \ \ \ |
|
| * | | | | FileLfsServlet: Make sendError protected | David Pursehouse | 2016-11-13 | 1 | -1/+13 |
| * | | | | Make ObjectUploadListener public | David Pursehouse | 2016-11-13 | 1 | -3/+8 |
* | | | | | Merge "StreamCopyThread: Remove unused AtomicInteger import" | Jonathan Nieder | 2016-11-13 | 1 | -1/+0 |
|\ \ \ \ \ |
|
| * | | | | | StreamCopyThread: Remove unused AtomicInteger import | Jonathan Nieder | 2016-11-13 | 1 | -1/+0 |
* | | | | | | Merge "Extract insecure Cipher factory" | Matthias Sohn | 2016-11-13 | 2 | -6/+71 |
|\ \ \ \ \ \ |
|
| * | | | | | | Extract insecure Cipher factory | Shawn Pearce | 2016-11-13 | 2 | -6/+71 |
* | | | | | | | Merge "Get rid of SoftReference in RepositoryCache" | Jonathan Nieder | 2016-11-13 | 2 | -23/+12 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | Get rid of SoftReference in RepositoryCache | Hugo Arès | 2016-11-13 | 2 | -23/+12 |
| |/ / / / / |
|
* | | | | | | StreamCopyThread: flush cannot interrupt a write | Jonathan Nieder | 2016-11-13 | 1 | -13/+3 |
* | | | | | | StreamCopyThread: Remove unnecessary flushCount | Jonathan Nieder | 2016-11-13 | 1 | -12/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | Merge "Switch JSchSession to simple isolated OutputStream" | Shawn Pearce | 2016-11-13 | 5 | -27/+249 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Switch JSchSession to simple isolated OutputStream | Shawn Pearce | 2016-11-13 | 5 | -27/+249 |
| |/ / / |
|
* / / / | WalkEncryption: Cleanup Java 8 support | Shawn Pearce | 2016-11-13 | 1 | -35/+3 |
|/ / / |
|
* | | | Check that DfsBlockCache#blockSize is a power of 2 | Philipp Marx | 2016-11-11 | 5 | -1/+99 |
* | | | Fix loop in auto gc | Matthias Sohn | 2016-11-07 | 4 | -7/+147 |
* | | | Update buck to latest version | David Pursehouse | 2016-11-06 | 1 | -1/+1 |
* | | | StreamCopyThread: Do not drop data when flush is observed before writing | Jonathan Nieder | 2016-11-04 | 1 | -5/+1 |
* | | | StreamCopyThread: Do not let flush interrupt a write | Jonathan Nieder | 2016-11-04 | 1 | -17/+29 |
* | | | Fix flush call race condition in StreamCopyThread | Zhen Chen | 2016-10-31 | 1 | -1/+7 |
* | | | Use AtomicObjectOutputStream in CleanFilter | Matthias Sohn | 2016-10-26 | 2 | -22/+33 |
* | | | CleanFilter: use atomic move to move temporary file to media file | Matthias Sohn | 2016-10-26 | 1 | -1/+3 |
* | | | Fix temporary file leak in CleanFilter | Matthias Sohn | 2016-10-26 | 1 | -0/+2 |
* | | | Use AnyLongObjectId instead of LongObjectId in LFS API | Matthias Sohn | 2016-10-26 | 2 | -8/+9 |
* | | | Speedup CleanFilter by transferring data in chunks of 8k | Matthias Sohn | 2016-10-26 | 1 | -5/+6 |
* | | | Add missing @since tag for new protected field in ObjectReader | Matthias Sohn | 2016-10-24 | 1 | -2/+3 |
* | | | Make streamFileThreshold configurable | Kevin Corcoran | 2016-10-24 | 4 | -8/+53 |
|/ / |
|
* | | Merge "Preserve backslashes within double quotes in CLIGitCommand::split()" | David Pursehouse | 2016-10-23 | 2 | -1/+3 |
|\ \ |
|
| * | | Preserve backslashes within double quotes in CLIGitCommand::split() | Rüdiger Herrmann | 2016-10-23 | 2 | -1/+3 |
* | | | Move constants used for config-files to ConfigConstants | Christian Halstrick | 2016-10-23 | 3 | -10/+18 |
* | | | Implement auto gc | Matthias Sohn | 2016-10-23 | 8 | -1/+217 |
|/ / |
|
* | | CheckoutCommand: Add method to add multiple paths | David Pursehouse | 2016-10-22 | 2 | -3/+21 |
* | | Checkout: Add the ability to checkout all paths. | Ned Twigg | 2016-10-22 | 2 | -3/+31 |
* | | Fix possible SIOOBE in RefDirectory.parsePackedRefs | Marc Strapetz | 2016-10-21 | 3 | -0/+7 |
* | | TransportBundleFile: Resolve remote repository locally | Thomas Meyer | 2016-10-21 | 1 | -1/+1 |
* | | TreeFormatter: disallow empty filenames in trees | David Turner | 2016-10-19 | 5 | -1/+49 |
* | | Add "concurrencyLevel" option to DfsBlockCache | Philipp Marx | 2016-10-19 | 3 | -1/+39 |
* | | DiffCommandTest: Don't call toString on String instances | David Pursehouse | 2016-10-19 | 1 | -5/+5 |
* | | FileNameMatcherTest: Use Character.valueOf rather than new Character | David Pursehouse | 2016-10-19 | 1 | -1/+1 |
* | | ArchiveTest: Don't use string concatenation in loop | David Pursehouse | 2016-10-19 | 1 | -12/+12 |
* | | CLIRepositoryTestCase: Remove unused 'trash' member | David Pursehouse | 2016-10-19 | 1 | -4/+0 |
* | | Merge branch 'stable-4.5' | David Pursehouse | 2016-10-19 | 1 | -3/+3 |
|\| |
|
| * | Config: do not add spaces before units | David Turner | 2016-10-19 | 1 | -3/+3 |
* | | Use valueOf rather than constructor for Integer and Boolean | David Pursehouse | 2016-10-18 | 3 | -5/+5 |
* | | FS: Fix lazy initialization of non-volatile static field | David Pursehouse | 2016-10-18 | 1 | -1/+1 |
* | | PackOutputStream: Add comment for intentional use of non-short-circuit logic | David Pursehouse | 2016-10-18 | 1 | -1/+1 |