aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport
Commit message (Expand)AuthorAgeFilesLines
* Use BatchRefUpdate for tracking refs in FetchProcessShawn O. Pearce2012-05-221-1/+2
* Ignore trailing comments in transport SPI parsingKevin Sawicki2012-03-212-0/+114
* Move JGitText to an internal packageRobin Rosenberg2012-03-122-2/+2
* Support insteadOf and pushInsteadOf URL replacementKevin Sawicki2012-03-051-0/+63
* Modify refs in UploadPack/ReceivePack using a hook interfaceDave Borowitz2012-02-291-13/+14
* Add constant for default name for the Git repo configurationTomasz Zarna2012-01-021-1/+2
* Merge "Add percent-encoding of reserved characters in URIish"Shawn Pearce2011-12-021-12/+218
|\
| * Add percent-encoding of reserved characters in URIishRobin Rosenberg2011-12-021-12/+218
* | maxObjectSizeLimit for receive-pack.Sasa Zivkov2011-11-221-0/+95
* | Add missing '' characters around quoted variablesKevin Sawicki2011-11-181-1/+1
|/
* Allow '\' in user names in URI-ishRobin Rosenberg2011-11-041-0/+66
* Fix boxing warnings in PushProcessTestTomasz Zarna2011-08-241-7/+7
* 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