aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/URIishTest.java
Commit message (Expand)AuthorAgeFilesLines
* Fix human name for local .bundle filesKonrad Windszus2020-04-211-0/+11
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* URIish: add a test for equals and hashcode methodsMatthias Sohn2018-02-131-0/+28
* URIish: support for empty portsMarc Strapetz2017-12-231-7/+16
* URIishTest: more Windows file-protocol testsMarc Strapetz2017-12-091-0/+82
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-36/+12
|\
| * URIishTest: Use @Test annotation's `expected` argumentDavid Pursehouse2016-01-191-36/+10
| * Suppress "The allocated object is never used" warning in testsDavid Pursehouse2016-01-191-0/+2
* | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-151-0/+42
|/
* URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-121-0/+15
* URIish: fall back to host as humanish namePatrick Steinhardt2015-09-101-0/+58
* URIish: Allow multiple slashes in pathsRobin Stocker2013-04-271-2/+18
* Fixed parsing of URI with a IPv6-addressAndreas König2013-03-271-1/+1
* Add percent-encoding of reserved characters in URIishRobin Rosenberg2011-12-021-12/+218
* Allow '\' in user names in URI-ishRobin Rosenberg2011-11-041-0/+66
* 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
* TransportProtocol: Allow null Repository in canHandle()Shawn O. Pearce2011-03-151-1/+1
* Make the supported Transports extensible and discoverableShawn O. Pearce2011-03-131-1/+1
* Convert all JGit unit tests to JUnit 4Robin Rosenberg2010-12-311-2/+51
* 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
* Handle the tilde notation (~user) of git urlRobin Rosenberg2010-07-151-0/+47
* Method to get a 'humanish' name from a pathMykola Nikishov2009-12-191-0/+122
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+247