summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix loop in auto gcMatthias Sohn2016-11-074-7/+147
* | | Update buck to latest versionDavid Pursehouse2016-11-061-1/+1
* | | StreamCopyThread: Do not drop data when flush is observed before writingJonathan Nieder2016-11-041-5/+1
* | | StreamCopyThread: Do not let flush interrupt a writeJonathan Nieder2016-11-041-17/+29
* | | Fix flush call race condition in StreamCopyThreadZhen Chen2016-10-311-1/+7
* | | Use AtomicObjectOutputStream in CleanFilterMatthias Sohn2016-10-262-22/+33
* | | CleanFilter: use atomic move to move temporary file to media fileMatthias Sohn2016-10-261-1/+3
* | | Fix temporary file leak in CleanFilterMatthias Sohn2016-10-261-0/+2
* | | Use AnyLongObjectId instead of LongObjectId in LFS APIMatthias Sohn2016-10-262-8/+9
* | | Speedup CleanFilter by transferring data in chunks of 8kMatthias Sohn2016-10-261-5/+6
* | | Add missing @since tag for new protected field in ObjectReaderMatthias Sohn2016-10-241-2/+3
* | | Make streamFileThreshold configurableKevin Corcoran2016-10-244-8/+53
|/ /
* | Merge "Preserve backslashes within double quotes in CLIGitCommand::split()"David Pursehouse2016-10-232-1/+3
|\ \
| * | Preserve backslashes within double quotes in CLIGitCommand::split()Rüdiger Herrmann2016-10-232-1/+3
* | | Move constants used for config-files to ConfigConstantsChristian Halstrick2016-10-233-10/+18
* | | Implement auto gcMatthias Sohn2016-10-238-1/+217
|/ /
* | CheckoutCommand: Add method to add multiple pathsDavid Pursehouse2016-10-222-3/+21
* | Checkout: Add the ability to checkout all paths.Ned Twigg2016-10-222-3/+31
* | Fix possible SIOOBE in RefDirectory.parsePackedRefsMarc Strapetz2016-10-213-0/+7
* | TransportBundleFile: Resolve remote repository locallyThomas Meyer2016-10-211-1/+1
* | TreeFormatter: disallow empty filenames in treesDavid Turner2016-10-195-1/+49
* | Add "concurrencyLevel" option to DfsBlockCachePhilipp Marx2016-10-193-1/+39
* | DiffCommandTest: Don't call toString on String instancesDavid Pursehouse2016-10-191-5/+5
* | FileNameMatcherTest: Use Character.valueOf rather than new CharacterDavid Pursehouse2016-10-191-1/+1
* | ArchiveTest: Don't use string concatenation in loopDavid Pursehouse2016-10-191-12/+12
* | CLIRepositoryTestCase: Remove unused 'trash' memberDavid Pursehouse2016-10-191-4/+0
* | Merge branch 'stable-4.5'David Pursehouse2016-10-191-3/+3
|\|
| * Config: do not add spaces before unitsDavid Turner2016-10-191-3/+3
* | Use valueOf rather than constructor for Integer and BooleanDavid Pursehouse2016-10-183-5/+5
* | FS: Fix lazy initialization of non-volatile static fieldDavid Pursehouse2016-10-181-1/+1
* | PackOutputStream: Add comment for intentional use of non-short-circuit logicDavid Pursehouse2016-10-181-1/+1
* | Git{Add|Clone}Task: Catch specific exceptions rather than ExceptionDavid Pursehouse2016-10-182-6/+9
* | Main: Add missing $NON-NLS tagDavid Pursehouse2016-10-181-1/+1
* | Status: remove unused lineFormat memberDavid Pursehouse2016-10-181-2/+0
* | LfsStore: Don't invoke toString on String variableDavid Pursehouse2016-10-181-1/+1
* | Upgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4David Pursehouse2016-10-186-6/+2
* | Merge "Fix JGit CLI to follow native git's interpretation of http_proxy..."Christian Halstrick2016-10-172-5/+248
|\ \
| * | Fix JGit CLI to follow native git's interpretation of http_proxy...Christian Halstrick2016-10-142-5/+248
* | | Merge branch 'stable-4.5'Matthias Sohn2016-10-142-10/+25
|\ \ \ | |/ / |/| / | |/
| * Unconditionally close repositories in RepositoryCache.clear()Matthias Sohn2016-10-131-9/+3
| * Fix eviction of repositories with negative usage countHugo Arès2016-10-122-1/+22
* | HttpClientConnection: Register connection socket factory for httpMatthias Sohn2016-10-131-1/+4
* | Add dependency to org.apache.commons.logging used by Apache HttpClientMatthias Sohn2016-10-131-0/+1
* | Content type constants used in lfs should be finalMatthias Sohn2016-10-122-2/+19
* | AmazonS3: ensure that errorStream is closedMatthias Sohn2016-10-121-12/+20
* | Merge "Add toString() to CherryPickCommand and ResetCommand"Matthias Sohn2016-10-122-0/+19
|\ \
| * | Add toString() to CherryPickCommand and ResetCommandMatthias Sohn2016-10-092-0/+19
* | | Merge branch 'stable-4.5'Matthias Sohn2016-10-114-13/+4
|\ \ \ | | |/ | |/|
| * | pgm: Fix misspelled key of an externalized stringMatthias Sohn2016-10-021-1/+1
| * | Add missing online help for Ketch server type option in CLI daemonMatthias Sohn2016-10-022-1/+3