summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit
Commit message (Expand)AuthorAgeFilesLines
* Ensure RevWalk is released when doneShawn O. Pearce2010-06-2913-160/+258
* Use ObjectReader in DirCacheBuilder.addTreeShawn O. Pearce2010-06-292-21/+16
* Use one ObjectReader for WalkFetchConnectionShawn O. Pearce2010-06-281-8/+30
* Use ObjectReader in RevWalk, TreeWalkShawn O. Pearce2010-06-2823-135/+209
* Fix minor formatting issue in UploadPackShawn O. Pearce2010-06-281-2/+1
* Remove volatile keyword from RepositoryEventShawn O. Pearce2010-06-281-1/+1
* Rename openObject, hasObject to just open, hasShawn O. Pearce2010-06-2812-27/+27
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-287-81/+106
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-286-82/+76
* Pass the PackOutputStream down the call stackShawn O. Pearce2010-06-281-16/+16
* Remove Repository.openObject(ObjectReader, AnyObjectId)Shawn O. Pearce2010-06-286-49/+10
* Throw IncorrectObjectTypeException on bad type hintsShawn O. Pearce2010-06-282-2/+10
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-285-76/+93
* Ensure PackWriter releases its ObjectReaderShawn O. Pearce2010-06-281-13/+16
* Release ObjectReader before the cached ObjectDatabaseShawn O. Pearce2010-06-281-6/+6
* Release ObjectInserter in merge() not mergeImpl()Shawn O. Pearce2010-06-282-10/+8
* Commit: Use Repository.newObjectInserterShawn O. Pearce2010-06-281-1/+1
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-2621-30/+48
* Simplify ObjectLoaders coming from PackFileShawn O. Pearce2010-06-269-433/+97
* Remove getRawSize, getRawType from ObjectLoaderShawn O. Pearce2010-06-268-93/+1
* Tighten up local packed object representation during packingShawn O. Pearce2010-06-265-40/+127
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-2655-65/+203
* Implement zero-copy for single window objectsShawn O. Pearce2010-06-263-22/+65
* Redo PackWriter object reuse outputShawn O. Pearce2010-06-2612-294/+512
* Redo PackWriter object reuse selectionShawn O. Pearce2010-06-2611-129/+415
* Reclaim some bits in ObjectToPack flags fieldShawn O. Pearce2010-06-251-7/+17
* Extract PackFile specific code to ObjectToPack subclassShawn O. Pearce2010-06-255-52/+148
* Extract ObjectToPack to be top-levelShawn O. Pearce2010-06-252-143/+191
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-255-18/+31
* Redo event listeners to be more genericShawn O. Pearce2010-06-2512-170/+371
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-253-10/+11
* Refactor repository construction to builder classShawn O. Pearce2010-06-257-175/+812
* Remove Repository.toFile(ObjectId)Shawn O. Pearce2010-06-252-26/+0
* Use ObjectInserter for loose objects in WalkFetchConnectionShawn O. Pearce2010-06-251-56/+18
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-2516-150/+266
* Refactor alternate object databases below ObjectDirectoryShawn O. Pearce2010-06-257-613/+382
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-257-61/+92
* Refactor object writing responsiblities to ObjectDatabaseShawn O. Pearce2010-06-2511-278/+694
* Change Repository.getConfig() to return non-file ConfigsShawn O. Pearce2010-06-251-1/+1
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-255-337/+530
* Consistently fail work tree methods on bare repositoriesShawn O. Pearce2010-06-251-0/+12
* Consistently use getDirectory() for work tree stateShawn O. Pearce2010-06-251-5/+5
* Add RepositoryState.BAREShawn O. Pearce2010-06-252-0/+11
* Rename Repository 'config' as 'repoConfig'Shawn O. Pearce2010-06-251-8/+8
* Remove RepositoryConfig and use FileBasedConfig insteadShawn O. Pearce2010-06-253-140/+5
* Delegate repository access to refs, objectsShawn O. Pearce2010-06-251-15/+22
* Cleanup Repository.create()Shawn O. Pearce2010-06-251-4/+5
* Move additional have enumeration to RepositoryShawn O. Pearce2010-06-252-16/+28
* Refactor amazon-s3:// property file loading to support no directoryShawn O. Pearce2010-06-251-17/+28
* Download pack-*.idx to /tmp if not on local filesystemShawn O. Pearce2010-06-251-7/+16