summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-288-97/+123
* 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-2626-33/+53
* Simplify ObjectLoaders coming from PackFileShawn O. Pearce2010-06-2611-439/+98
* Remove getRawSize, getRawType from ObjectLoaderShawn O. Pearce2010-06-2610-100/+5
* Tighten up local packed object representation during packingShawn O. Pearce2010-06-265-40/+127
* Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-2695-122/+332
* 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
* Use getObjectsDatabase().getDirectory() to find objectsShawn O. Pearce2010-06-254-11/+11
* Allow Repository.getDirectory() to be nullShawn O. Pearce2010-06-258-22/+41
* Redo event listeners to be more genericShawn O. Pearce2010-06-2512-170/+371
* Rename Repository getWorkDir to getWorkTreeShawn O. Pearce2010-06-2512-38/+39
* Refactor repository construction to builder classShawn O. Pearce2010-06-2510-278/+859
* Remove Repository.toFile(ObjectId)Shawn O. Pearce2010-06-253-28/+4
* Use ObjectInserter for loose objects in WalkFetchConnectionShawn O. Pearce2010-06-251-56/+18
* Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-2520-157/+274
* Refactor alternate object databases below ObjectDirectoryShawn O. Pearce2010-06-257-613/+382
* Start using ObjectInserter instead of ObjectWriterShawn O. Pearce2010-06-2512-107/+187
* Refactor object writing responsiblities to ObjectDatabaseShawn O. Pearce2010-06-2512-283/+695
* Change Repository.getConfig() to return non-file ConfigsShawn O. Pearce2010-06-251-1/+1
* Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-2513-87/+105
* Make lib.Repository abstract and lib.FileRepository its implementationShawn O. Pearce2010-06-2512-375/+569
* 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-256-146/+11
* 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
* Use FileKey to resolve Git repository argumentsShawn O. Pearce2010-06-252-18/+26
* DirCache must use getIndexFileShawn O. Pearce2010-06-251-2/+6
* Disable topological sorting in PackWriterShawn O. Pearce2010-06-231-2/+1
* UploadPack: Permit flushing progress messages under smart HTTPShawn O. Pearce2010-06-232-2/+24
* Rewrite resolve in terms of RevWalkShawn O. Pearce2010-06-231-119/+83
* Replace manual peel loops with RevWalk.peelShawn O. Pearce2010-06-234-23/+35
* Use RevTag/RevCommit to sort in a PlotWalkShawn O. Pearce2010-06-231-9/+14
* Use CoreConfig, UserConfig and TransferConfig directlyShawn O. Pearce2010-06-237-9/+15
* Use higher level Config types when possibleShawn O. Pearce2010-06-233-5/+5
* Remove test of the unsupported core.legacyHeaders variableShawn O. Pearce2010-06-231-5/+1