]> source.dussan.org Git - jgit.git/shortlog
jgit.git
2016-12-21 Matthias Sohn[infer] Fix resource leak in IndexDiff 85/87385/2
2016-12-20 Matthias Sohn[infer] Fix resource leak in ObjectChecker 46/87446/2
2016-12-19 Matthias Sohn[infer] Fix a resource leak in PackWriter 84/87384/1
2016-12-18 Matthias Sohn[infer] Fix resource leaks in DfsInserter 83/87383/1
2016-12-18 Matthias Sohn[infer] Fix resource leak in ManifestParser 66/87366/5
2016-12-18 Matthias Sohn[infer] Fix resource leak in RepoCommand 67/87367/5
2016-12-18 Matthias Sohn[infer] Fix resource leak in DirCache 65/87365/5
2016-12-18 Matthias Sohn[infer] Fix SubmoduleWalk leaks in submodule commands 64/87364/4
2016-12-18 Matthias Sohn[infer] Fix resource leaks in SubmoduleAddCommand 63/87363/4
2016-12-18 Matthias Sohn[infer] Fix resource leaks in RebaseCommand 62/87362/3
2016-12-18 Matthias Sohn[infer] Fix resource leak in BlameCommand 61/87361/2
2016-12-18 Matthias SohnIgnore infer output folder 60/87360/2
2016-12-18 Matthias SohnUpdate maven-source-plugin to 3.0.1 to fix OOM during... 76/87376/1
2016-12-13 Christian HalstrickFix FileSnapshot.isModified 38/86738/5
2016-12-10 Zhen ChenDecide whether to "Accept-Encoding: gzip" on a request... 47/85647/12
2016-12-09 Matthias SohnConfigure max heap size for Maven build 06/86806/1
2016-12-08 David PursehouseUpgrade errorprone to 2.0.15 23/86423/3
2016-12-08 David PursehouseReplace usage of deprecated EWAHCompressedBitmap.add... 84/86684/2
2016-12-06 Jacek CentkowskiExpose getObjectToTransfer method of FileLfsServlet 68/85668/3
2016-12-06 David PursehouseMerge branch 'stable-4.5' 32/86432/1
2016-12-01 David PursehouseUpgrade buck to latest version 17/86117/1
2016-11-28 Christian HalstrickFix merge-base calculation 80/85580/5
2016-11-24 Matthias SohnConfigure Maven to run tests concurrently by default 30/85730/1
2016-11-24 David PursehouseEnable error-prone for the Maven build 29/85729/1
2016-11-24 Christian HalstrickFix encoding of LFSPointer files 68/84668/4
2016-11-24 Jacek CentkowskiUse the same variable to check and extract LFS object id 71/85671/1
2016-11-24 Grace WangSpecify RevisionSyntaxException message in Repository... 52/85552/3
2016-11-23 Matthias SohnAdd missing @since tags for new API 37/85637/1
2016-11-23 Zhen Chendump HTTP: Avoid being confused by Content-Length of... 45/85545/5
2016-11-22 Jonathan NiederMerge "Close input stream after use"
2016-11-22 Zhen ChenFix content length in HttpClientConnection 27/85527/4
2016-11-22 Zhen ChenClose input stream after use 29/85529/1
2016-11-21 Shawn PearceDefine MonotonicClock interface for advanced timestamps 06/85106/9
2016-11-16 Matthias SohnAdd Oxygen target platform and remove target platforms... 80/85180/2
2016-11-16 Dave BorowitzUpdate JavaEWAH to 1.1.6 04/77604/3
2016-11-15 Matthias SohnAdd missing @since tags for new API 21/85021/2
2016-11-14 Shawn PearceFix cryptoVer constant name to CRYPTO_VER 17/85017/2
2016-11-14 Shawn PearceRepositoryCache: simplify code 16/85016/2
2016-11-14 Shawn PearceAdd missing @Override found by ErrorProne 15/85015/2
2016-11-14 Shawn PearceDeprecate SafeBufferedOutputStream 40/84940/4
2016-11-14 David PursehouseMerge "Support {get,set}GitwebDescription on InMemoryRe...
2016-11-14 Shawn PearceSupport {get,set}GitwebDescription on InMemoryRepository 10/85010/2
2016-11-14 David PursehouseOrganize imports 02/85002/1
2016-11-14 Shawn PearceAdd {get,set}GitwebDescription to Repository 94/84994/4
2016-11-14 Shawn PearceMerge "Don't serialize internal hash collision chain...
2016-11-14 Shawn PearceMerge "Reduce synchronized scope around ConcurrentHashMap"
2016-11-14 Shawn PearceMerge changes Id89b3cd0,I5b0fb122
2016-11-14 Jonathan NiederMerge "StreamCopyThread: Remove unused AtomicInteger...
2016-11-14 Jonathan NiederStreamCopyThread: Remove unused AtomicInteger import 51/84951/1
2016-11-14 Matthias SohnMerge "Extract insecure Cipher factory"
2016-11-13 Jonathan NiederMerge "Get rid of SoftReference in RepositoryCache"
2016-11-13 Shawn PearceExtract insecure Cipher factory 41/84941/2
2016-11-13 David PursehouseFileLfsServlet: Make sendError protected 33/84933/2
2016-11-13 David PursehouseMake ObjectUploadListener public 32/84932/2
2016-11-13 Jonathan NiederStreamCopyThread: flush cannot interrupt a write 45/84945/2
2016-11-13 Jonathan NiederStreamCopyThread: Remove unnecessary flushCount 44/84944/1
2016-11-13 Shawn PearceMerge "Switch JSchSession to simple isolated OutputStream"
2016-11-13 Hugo ArèsGet rid of SoftReference in RepositoryCache 43/84743/2
2016-11-13 Shawn PearceSwitch JSchSession to simple isolated OutputStream 34/84934/4
2016-11-13 Shawn PearceWalkEncryption: Cleanup Java 8 support 36/84936/2
2016-11-12 Philipp MarxReduce synchronized scope around ConcurrentHashMap 65/84565/2
2016-11-11 Philipp MarxCheck that DfsBlockCache#blockSize is a power of 2 69/84569/5
2016-11-07 Matthias SohnFix loop in auto gc 28/84628/1
2016-11-06 David PursehouseUpdate buck to latest version 58/84458/2
2016-11-04 Jonathan NiederStreamCopyThread: Do not drop data when flush is observ... 13/84513/2
2016-11-04 Jonathan NiederStreamCopyThread: Do not let flush interrupt a write 97/84497/2
2016-10-31 Zhen ChenFix flush call race condition in StreamCopyThread 61/84261/1
2016-10-29 Thomas WolfDon't serialize internal hash collision chain link 64/83764/2
2016-10-26 Matthias SohnUse AtomicObjectOutputStream in CleanFilter 80/83980/1
2016-10-26 Matthias SohnCleanFilter: use atomic move to move temporary file... 79/83979/1
2016-10-26 Matthias SohnFix temporary file leak in CleanFilter 78/83978/1
2016-10-26 Matthias SohnUse AnyLongObjectId instead of LongObjectId in LFS API 77/83977/1
2016-10-26 Matthias SohnSpeedup CleanFilter by transferring data in chunks... 79/83779/3
2016-10-24 Matthias SohnAdd missing @since tag for new protected field in Objec... 89/83789/1
2016-10-24 Kevin CorcoranMake streamFileThreshold configurable 01/70601/4
2016-10-23 David PursehouseMerge "Preserve backslashes within double quotes in...
2016-10-23 Rüdiger HerrmannPreserve backslashes within double quotes in CLIGitComm... 52/73352/2
2016-10-22 Christian HalstrickMove constants used for config-files to ConfigConstants 86/83686/3
2016-10-22 Matthias SohnImplement auto gc 14/70714/7
2016-10-22 David PursehouseCheckoutCommand: Add method to add multiple paths 36/83736/1
2016-10-22 Ned TwiggCheckout: Add the ability to checkout all paths. 81/79981/2
2016-10-21 Marc StrapetzFix possible SIOOBE in RefDirectory.parsePackedRefs 17/79417/4
2016-10-20 Thomas MeyerTransportBundleFile: Resolve remote repository locally 02/77802/4
2016-10-19 David TurnerTreeFormatter: disallow empty filenames in trees 46/81946/6
2016-10-19 Philipp MarxAdd "concurrencyLevel" option to DfsBlockCache 57/82857/3
2016-10-19 David PursehouseDiffCommandTest: Don't call toString on String instances 90/83490/2
2016-10-19 David PursehouseFileNameMatcherTest: Use Character.valueOf rather than... 89/83489/2
2016-10-19 David PursehouseArchiveTest: Don't use string concatenation in loop 86/83486/2
2016-10-19 David PursehouseCLIRepositoryTestCase: Remove unused 'trash' member 85/83485/1
2016-10-19 David PursehouseMerge branch 'stable-4.5' 84/83484/1
2016-10-19 David TurnerConfig: do not add spaces before units 83/83483/1
2016-10-18 David PursehouseUse valueOf rather than constructor for Integer and... 11/83411/2
2016-10-18 David PursehouseFS: Fix lazy initialization of non-volatile static... 10/83410/2
2016-10-18 David PursehousePackOutputStream: Add comment for intentional use of... 09/83409/2
2016-10-18 David PursehouseGit{Add|Clone}Task: Catch specific exceptions rather... 08/83408/3
2016-10-18 David PursehouseMain: Add missing $NON-NLS tag 07/83407/2
2016-10-17 David PursehouseStatus: remove unused lineFormat member 38/83338/2
2016-10-17 David PursehouseLfsStore: Don't invoke toString on String variable 37/83337/2
2016-10-17 David PursehouseUpgrade buck to 7b7817c48f30687781040b2b82ac9218d5c4eaa4 68/81668/5
2016-10-17 Christian HalstrickMerge "Fix JGit CLI to follow native git's interpretati...
next