aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Add support for single-slash URIChristian Halstrick2010-10-081-0/+37
* Refactored URI parsing to detect wrong URIsChristian Halstrick2010-10-081-0/+6
* Fixed URI regexp regarding user/password partChristian Halstrick2010-10-081-0/+23
* Fix URIish tests to contain a hostname for git protocolChristian Halstrick2010-10-081-2/+3
* Allow ../relative paths in remotesChris West (Faux)2010-09-101-0/+10
* Fix checkReferencedIsReachable to use correct base listShawn O. Pearce2010-09-061-4/+13
* ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce2010-09-031-5/+53
* Remove unnecessary ObjectId.copy() callsShawn O. Pearce2010-08-191-3/+3
* Merge branch 'delta'Shawn O. Pearce2010-07-224-22/+22
|\
| * Allow TemporaryBuffer.Heap to allocate smaller than 8 KiBShawn O. Pearce2010-07-091-7/+7
| * Refactor Repository.openObject to be Repository.openShawn O. Pearce2010-06-281-5/+5
| * Move PackWriter progress monitors onto the operationsShawn O. Pearce2010-06-281-2/+2
| * Move FileRepository to storage.file.FileRepositoryShawn O. Pearce2010-06-262-2/+2
| * Replace WindowCache with ObjectReaderShawn O. Pearce2010-06-251-1/+1
| * Use FileRepository where we assume other file semanticsShawn O. Pearce2010-06-251-3/+3
| * Use higher level Config types when possibleShawn O. Pearce2010-06-231-2/+2
* | Handle the tilde notation (~user) of git urlRobin Rosenberg2010-07-151-0/+47
|/
* Externalize strings from JGitSasa Zivkov2010-05-191-2/+3
* Fix ReceivePackRefFilterTest on WindowsShawn O. Pearce2010-04-271-0/+9
* ReceivePack: Clarify the check reachable optionShawn O. Pearce2010-04-161-6/+6
* ReceivePack: fix ensureProvidedObjectsVisible on thin packsShawn O. Pearce2010-04-161-0/+477
* IndexPack: Correct thin pack fix using less than 20 bytesShawn O. Pearce2010-04-161-0/+59
* Refactor SideBandOutputStream to be bufferedShawn O. Pearce2010-03-122-43/+106
* Rewrite reference handling to be abstract and accurateShawn O. Pearce2010-01-232-28/+30
* Implement multi_ack_detailed protocol extensionShawn O. Pearce2010-01-121-0/+33
* Method to get a 'humanish' name from a pathMykola Nikishov2009-12-191-0/+122
* Only import the sample data packs on tests that need themShawn O. Pearce2009-11-023-6/+6
* Refactor RepositoryTestCase to use LocalDiskRepository insteadShawn O. Pearce2009-11-021-4/+4
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-1/+1
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-2912-0/+2819