aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/src/org/eclipse/jgit/transport/URIish.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing whitespace at end of lineAlex Blewitt2009-10-311-7/+7
* Initial JGit contribution to eclipse.orgGit Development Community2009-09-291-0/+366