summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Organize importsDavid Pursehouse2016-11-1488-159/+149
* Add {get,set}GitwebDescription to RepositoryShawn Pearce2016-11-145-6/+174
* Merge "Don't serialize internal hash collision chain link"Shawn Pearce2016-11-141-1/+1
|\
| * Don't serialize internal hash collision chain linkThomas Wolf2016-10-291-1/+1
* | Merge "Reduce synchronized scope around ConcurrentHashMap"Shawn Pearce2016-11-141-15/+15
|\ \
| * | Reduce synchronized scope around ConcurrentHashMapPhilipp Marx2016-11-121-15/+15
* | | Merge changes Id89b3cd0,I5b0fb122Shawn Pearce2016-11-142-4/+21
|\ \ \
| * | | FileLfsServlet: Make sendError protectedDavid Pursehouse2016-11-131-1/+13
| * | | Make ObjectUploadListener publicDavid Pursehouse2016-11-131-3/+8
* | | | Merge "StreamCopyThread: Remove unused AtomicInteger import"Jonathan Nieder2016-11-131-1/+0
|\ \ \ \
| * | | | StreamCopyThread: Remove unused AtomicInteger importJonathan Nieder2016-11-131-1/+0
* | | | | Merge "Extract insecure Cipher factory"Matthias Sohn2016-11-132-6/+71
|\ \ \ \ \
| * | | | | Extract insecure Cipher factoryShawn Pearce2016-11-132-6/+71
* | | | | | Merge "Get rid of SoftReference in RepositoryCache"Jonathan Nieder2016-11-132-23/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Get rid of SoftReference in RepositoryCacheHugo Arès2016-11-132-23/+12
| |/ / / /
* | | | | StreamCopyThread: flush cannot interrupt a writeJonathan Nieder2016-11-131-13/+3
* | | | | StreamCopyThread: Remove unnecessary flushCountJonathan Nieder2016-11-131-12/+1
| |/ / / |/| | |
* | | | Merge "Switch JSchSession to simple isolated OutputStream"Shawn Pearce2016-11-135-27/+249
|\ \ \ \ | |/ / / |/| | |
| * | | Switch JSchSession to simple isolated OutputStreamShawn Pearce2016-11-135-27/+249
| |/ /
* / / WalkEncryption: Cleanup Java 8 supportShawn Pearce2016-11-131-35/+3
|/ /
* | Check that DfsBlockCache#blockSize is a power of 2Philipp Marx2016-11-115-1/+99
* | 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