summaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/net
Commit message (Expand)AuthorAgeFilesLines
* Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ...Sven Gothel2014-09-102-159/+482
* Bug 1063: Further Uri completion - As a result of JOGL Uri adoptionSven Gothel2014-09-082-20/+44
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-081-124/+228
* Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ...Sven Gothel2014-09-071-26/+24
* Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha...Sven Gothel2014-09-071-34/+17
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-072-1/+2086
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-037-26/+26
* gluegen: add all missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-177-89/+89
* gluegen: loop over entries in HashMap directly rather than looping over keysHarvey Harrison2013-09-041-8/+8
* gluegen: remove trailing whitespace from URIQueryPropsHarvey Harrison2013-09-041-13/+13
* URIQueryProps: Custumize query separator, allowing user to favor ';' over '&'Sven Gothel2013-08-301-6/+21
* Add URIQueryProps: Simple tool to process URI queries as propertiesSven Gothel2013-08-281-0/+122
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-091-2/+7
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-021-5/+4
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-177-0/+553