aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/URIish.java
Commit message (Expand)AuthorAgeFilesLines
* Fix all Javadoc warnings and fail on themAntoine Musso2023-06-161-5/+5
* URIish: suppress non-localized message warningMatthias Sohn2020-04-281-1/+2
* Fix human name for local .bundle filesKonrad Windszus2020-04-211-0/+5
* Using for-each loop in jdtLars Vogel2020-02-281-2/+2
* ErrorProne: Enable and fix UnusedException checkDavid Pursehouse2020-01-271-1/+4
* Update EDL 1.0 license headers to new short SPDX compliant formatMatthias Sohn2020-01-041-38/+5
* Enable and fix "Statement unnecessarily nested within else clause" warningsDavid Pursehouse2019-10-171-4/+1
* [error prone] fix ReferenceEquality warning in static equals methodsMatthias Sohn2019-08-091-1/+3
* Increase severity of OperatorPrecedence to ERROR, and fix instancesDavid Pursehouse2019-06-121-2/+2
* Deprecate Constants.CHARACTER_ENCODING in favor of StandardCharsets.UTF_8David Pursehouse2018-09-301-13/+4
* Remove 'final' in parameter listsHan-Wen Nienhuys2018-05-151-12/+12
* URIish: support for empty portsMarc Strapetz2017-12-231-6/+18
* Fix remaining javadoc errors raised by doclintMatthias Sohn2017-12-211-1/+1
* Fix javadoc in org.eclipse.jgit transport packageMatthias Sohn2017-12-201-5/+33
* Enable and fix 'Should be tagged with @Override' warningDavid Pursehouse2017-02-191-0/+3
* Tests on Windows with URIish failIvan Motsch2016-02-251-0/+2
* Merge branch 'stable-4.2'David Pursehouse2016-01-201-1/+1
|\
| * Add $NON-NLS to suppress "Non-externalized string literal" warningsDavid Pursehouse2016-01-191-1/+1
* | Bug 484342: Support @ in username in SSH url.Mike Gilbode2015-12-151-1/+1
|/
* URIish: fixed full uri pattern not expecting end of line after host nameAndrey Loskutov2015-12-121-4/+8
* Add remote command to JGit CLIKaloyan Raev2015-12-111-0/+2
* URIish: fall back to host as humanish namePatrick Steinhardt2015-09-101-6/+14
* Throw URISyntaxException for incorrect percent-encodingYi EungJun2014-08-211-2/+13
* Cleanup javadocs so they pass the java8 doclint checksRobin Rosenberg2014-03-291-3/+3
* Add NON-NLS comments for some obviously untranslatable stringsRobin Rosenberg2013-07-211-1/+1
* URIish: Allow multiple slashes in pathsRobin Stocker2013-04-271-2/+3
* Fixed parsing of URI with a IPv6-addressAndreas König2013-03-271-1/+1
* Fixed problems occuring when changing user in gerrit configurationTobias Pfeifer2013-02-011-1/+1
* Mark non-externalizable strings as suchRobin Rosenberg2012-12-271-42/+42
* Removed unused parameters from private methodsRobin Rosenberg2012-06-061-6/+5
* Move JGitText to an internal packageRobin Rosenberg2012-03-121-1/+1
* Add percent-encoding of reserved characters in URIishRobin Rosenberg2011-12-021-18/+156
* Allow '\' in user names in URI-ishRobin Rosenberg2011-11-041-1/+1
* Fix a complicated multi level nested if block structure to use a single level...Ketan Padegaonkar2011-05-311-36/+35
* Fix NPE in URIish when parsing an empty URIKetan Padegaonkar2011-05-191-0/+5
* Fix getHumanishName broken for windows pathsStefan Lay2011-05-061-1/+7
* Do not normalize URIishesRobin Rosenberg2011-03-281-12/+11
* Fix URIish parsing of absolute scp-style URIsShawn O. Pearce2010-11-091-7/+25
* Add support for single-slash URIChristian Halstrick2010-10-081-19/+36
* Refactored URI parsing to detect wrong URIsChristian Halstrick2010-10-081-28/+76
* Fixed URI regexp regarding user/password partChristian Halstrick2010-10-081-1/+2
* Introduce commented constants for the segments of an URI regexChristian Halstrick2010-10-081-6/+51
* Split URI regex strings differentlyChristian Halstrick2010-10-061-10/+17
* Allow ../relative paths in remotesChris West (Faux)2010-09-101-1/+6
* Handle the tilde notation (~user) of git urlRobin Rosenberg2010-07-151-0/+3
* Make ObjectId, RefSpec, RemoteConfig, URIish serializableAndrew Bayer2010-06-161-1/+4
* Externalize strings from JGitSasa Zivkov2010-05-191-1/+2
* Introduce a named constant for the ".git" directory extensionRobin Rosenberg2010-01-151-2/+3
* Introduce a named constant for the .git directory.Robin Rosenberg2010-01-151-3/+3
* Method to get a 'humanish' name from a pathMykola Nikishov2009-12-191-0/+52