| Commit message (Expand) | Author | Age | Files | Lines |
* | SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ... | Sven Gothel | 2014-10-03 | 7 | -14/+14 |
* | SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ... | Sven Gothel | 2014-10-03 | 7 | -14/+14 |
* | Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ... | Sven Gothel | 2014-09-10 | 2 | -24/+148 |
* | Bug 1063: Further Uri completion - As a result of JOGL Uri adoption | Sven Gothel | 2014-09-08 | 1 | -11/+10 |
* | Bug 1063: Complete Uri impl. and adoption throughout GlueGen | Sven Gothel | 2014-09-08 | 4 | -267/+291 |
* | Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ... | Sven Gothel | 2014-09-07 | 2 | -52/+31 |
* | Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha... | Sven Gothel | 2014-09-07 | 1 | -15/+14 |
* | Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe... | Sven Gothel | 2014-09-07 | 8 | -14/+898 |
* | Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u... | Sven Gothel | 2014-09-07 | 2 | -23/+189 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 6 | -61/+61 |
* | Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net... | Sven Gothel | 2013-10-18 | 4 | -241/+149 |
* | Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes | Sven Gothel | 2013-08-31 | 3 | -0/+12 |
* | URIQueryProps: Custumize query separator, allowing user to favor ';' over '&' | Sven Gothel | 2013-08-30 | 1 | -1/+1 |
* | Add URIQueryProps: Simple tool to process URI queries as properties | Sven Gothel | 2013-08-28 | 1 | -0/+26 |
* | Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected resu... | Sven Gothel | 2013-06-19 | 1 | -2/+4 |
* | Fix URLCompositionTest for Bug 757 (2): If file, replace '/' in expected resu... | Sven Gothel | 2013-06-19 | 1 | -1/+11 |
* | Fix URLCompositionTest for Bug 757: If file, replace '/' in expected result w... | Sven Gothel | 2013-06-19 | 1 | -10/+12 |
* | Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible... | Sven Gothel | 2013-06-19 | 1 | -0/+40 |
* | Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ... | Sven Gothel | 2013-06-09 | 3 | -49/+139 |
* | Fix IOUtil: Handle all '../' and './' cases by reducing the path. | Sven Gothel | 2012-04-02 | 4 | -6/+33 |
* | Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr... | Sven Gothel | 2012-03-17 | 4 | -0/+254 |