aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix: possible IndexOutOfBoundsException in ReflogReaderMarc Strapetz2011-03-221-0/+22
* PackWriter: Rename getObjectsNumber to getObjectCountShawn O. Pearce2011-03-141-8/+8
* Fix dumb transport pushShawn O. Pearce2011-03-141-6/+8
* Create empty GIT_DIR/hooks directoryShawn O. Pearce2011-02-221-0/+2
* PackWriter: Make thin packs more efficientShawn O. Pearce2011-02-011-0/+74
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-285-7/+12
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-252-33/+62
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3121-60/+443
* Fix FileSnapShotRobin Rosenberg2010-12-301-0/+152
* Fix JDK 6 Usage of String.getBytes(Charset)Mathias Kinzler2010-12-201-1/+2
* Remove deprecated WriteTree from testsShawn O. Pearce2010-12-201-122/+161
* Reduce calls to Repository.getConfigShawn O. Pearce2010-12-151-6/+6
* Remove remaining uses of FileWriterShawn O. Pearce2010-12-131-12/+3
* [findbugs] Do not ignore exceptional return valueMatthias Sohn2010-12-071-2/+3
* Merge "Remove result id from CommitBuilder, TagBuilder"Chris Aniszczyk2010-12-061-32/+32
|\
| * Remove result id from CommitBuilder, TagBuilderShawn O. Pearce2010-12-031-32/+32
* | Fix findGitDir() with no ceiling directoriesShawn O. Pearce2010-12-051-0/+59
|/
* Use capital L for long constantsRobin Rosenberg2010-11-121-8/+8
* Cleanup RefUpdateTestShawn O. Pearce2010-10-081-33/+9
* Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce2010-10-042-65/+23
* Remove unnecessary failing test methodStefan Lay2010-09-171-11/+0
* DeltaStream: Fix data corruption when reading large copiesShawn O. Pearce2010-09-061-1/+18
* cleanup: Remove unnecessary @SuppressWarningsRobin Rosenberg2010-09-051-1/+0
* Improve LargeObjectException reportingShawn O. Pearce2010-08-302-5/+17
* Increase temporary buffer for unit testShawn O. Pearce2010-08-251-1/+2
* Throw AmbiguousObjectException during resolve if its ambiguousShawn O. Pearce2010-08-251-2/+15
* Fix ObjectDirectory abbreviation resolution to notice new packsShawn O. Pearce2010-08-241-1/+0
* Fully implement SHA-1 abbreviationsShawn O. Pearce2010-08-231-0/+199
* Delete deprecated ObjectWriterShawn O. Pearce2010-08-232-19/+45
* Move commit and tag formatting to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-5/+3
* Rename Commit, Tag to CommitBuilder, TagBuilderShawn O. Pearce2010-08-231-15/+15
* Make Tag class only for writingShawn O. Pearce2010-08-201-85/+48
* Make Commit class only for writingShawn O. Pearce2010-08-201-66/+93
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-1/+1
* Remove getter and setter for author in TagChris Aniszczyk2010-08-181-9/+10
* Move PackWriter configuration to PackConfigShawn O. Pearce2010-07-281-15/+31
* Fix concurrent read / write issue in LockFile on WindowsJens Baumgart2010-07-273-5/+10
* Initial pack format delta generatorShawn O. Pearce2010-07-091-0/+228
* amend commit: Support large loose objects as streamsShawn O. Pearce2010-07-061-0/+104
* amend commit: Refactor repository construction to builder classShawn O. Pearce2010-07-031-1/+2
* Use core.streamFileThreshold to set our streaming limitShawn O. Pearce2010-07-022-7/+7
* Support large delta packed objects as streamsShawn O. Pearce2010-07-022-0/+523
* Support large whole packed objects as streamsShawn O. Pearce2010-07-011-0/+137
* Replace PackedObjectLoader with ObjectLoader.SmallObjectShawn O. Pearce2010-07-012-3/+1
* Support large loose objects as streamsShawn O. Pearce2010-07-011-0/+430
* Create NoWorkTreeException for bare repositoriesShawn O. Pearce2010-06-301-6/+7
* Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-283-4/+4
* Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-282-7/+11
* Ensure ObjectReader used by PackWriter is releasedShawn O. Pearce2010-06-282-0/+4
* Move PackWriter over to storage.pack.PackWriterShawn O. Pearce2010-06-262-2/+2