| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine new API methods: ExceptionUtils, Uri (Add @since, refine arguments and... | Sven Gothel | 2015-10-03 | 1 | -1/+4 |
* | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri... | Sven Gothel | 2015-10-03 | 1 | -2/+7 |
* | Bug 1237: Minor Cleanup: AssetURLContext and IOUtil.getResource(..) DEBUG Mes... | Sven Gothel | 2015-10-03 | 1 | -3/+3 |
* | Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ... | Sven Gothel | 2014-09-10 | 2 | -159/+482 |
* | Bug 1063: Further Uri completion - As a result of JOGL Uri adoption | Sven Gothel | 2014-09-08 | 2 | -20/+44 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 1 | -124/+228 |
* | Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ... | Sven Gothel | 2014-09-07 | 1 | -26/+24 |
* | Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha... | Sven Gothel | 2014-09-07 | 1 | -34/+17 |
* | Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe... | Sven Gothel | 2014-09-07 | 2 | -1/+2086 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 7 | -26/+26 |
* | gluegen: add all missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+1 |
* | gluegen: remove trailing whitespace | Harvey Harrison | 2013-10-17 | 7 | -89/+89 |
* | gluegen: loop over entries in HashMap directly rather than looping over keys | Harvey Harrison | 2013-09-04 | 1 | -8/+8 |
* | gluegen: remove trailing whitespace from URIQueryProps | Harvey Harrison | 2013-09-04 | 1 | -13/+13 |
* | URIQueryProps: Custumize query separator, allowing user to favor ';' over '&' | Sven Gothel | 2013-08-30 | 1 | -6/+21 |
* | Add URIQueryProps: Simple tool to process URI queries as properties | Sven Gothel | 2013-08-28 | 1 | -0/+122 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 1 | -2/+7 |
* | Fix IOUtil: Handle all '../' and './' cases by reducing the path. | Sven Gothel | 2012-04-02 | 1 | -5/+4 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 7 | -0/+553 |