aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Ensure the HTTP request is fully consumedShawn O. Pearce2011-05-311-0/+32
* Fix NPE in URIish when parsing an empty URIKetan Padegaonkar2011-05-191-0/+20
* Fix getHumanishName broken for windows pathsStefan Lay2011-05-061-0/+11
* Do not normalize URIishesRobin Rosenberg2011-03-281-4/+4
* Use Ignore to bypass unused testRobin Rosenberg2011-03-281-2/+2
* Handle "ERR %s" when ACK/NAK is expectedShawn O. Pearce2011-03-171-0/+12
* TransportProtocol: Allow null Repository in canHandle()Shawn O. Pearce2011-03-151-1/+1
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-132-3/+3
* RemoteRefUpdate: Accept Ref and ObjectId arguments for sourceShawn O. Pearce2011-03-031-5/+5
* [findbugs] Do not ignore exceptional return value of mkdirMatthias Sohn2011-01-281-2/+3
* Refactor IndexPack to not require local filesystemShawn O. Pearce2011-01-252-22/+47
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-3113-40/+298
* IndexPack: Remove blob-streaming size thresholdroberto2010-12-091-1/+0
* IndexPack: Use streaming for large whole blobsShawn O. Pearce2010-12-081-0/+20
* Fix URIish parsing of absolute scp-style URIsShawn O. Pearce2010-11-091-1/+13
* 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