summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/net
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unit test class names (pt2): Try to start w/ 'Test', remove intermedi...Sven Gothel2023-08-053-6/+6
* Cleanup unit test class names: Try to start w/ 'Test', remove intermediate 'T...Sven Gothel2023-08-052-0/+0
* Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-031-2/+30
* Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c...Sven Gothel2015-10-031-1/+1
* SingletonTestCase -> SingletonJunitCase: Accomodate ClassLoader lifecycle of ...Sven Gothel2014-10-037-14/+14
* SingletonTestCase: Move singleton test impl. from JOGL's UITestCase, inherit ...Sven Gothel2014-10-037-14/+14
* Bug 1063: Uri: Refine API doc; Add create(Encoded ..) ; Provide common impl. ...Sven Gothel2014-09-102-24/+148
* Bug 1063: Further Uri completion - As a result of JOGL Uri adoptionSven Gothel2014-09-081-11/+10
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-084-267/+291
* Bug 1063 - Refine Uri and Uri.Encode ; Fix unit tests (passing on GNU/Linux, ...Sven Gothel2014-09-072-52/+31
* Bug 1063 - Uri.PATH_LEGAL: Remove reserved 'punct', encoding all reserved cha...Sven Gothel2014-09-071-15/+14
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-078-14/+898
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-072-23/+189
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-036-61/+61
* Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net...Sven Gothel2013-10-184-241/+149
* Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classesSven Gothel2013-08-313-0/+12
* URIQueryProps: Custumize query separator, allowing user to favor ';' over '&'Sven Gothel2013-08-301-1/+1
* Add URIQueryProps: Simple tool to process URI queries as propertiesSven Gothel2013-08-281-0/+26
* Fix URLCompositionTest for Bug 757 (3): If file, replace '/' in expected resu...Sven Gothel2013-06-191-2/+4
* Fix URLCompositionTest for Bug 757 (2): If file, replace '/' in expected resu...Sven Gothel2013-06-191-1/+11
* Fix URLCompositionTest for Bug 757: If file, replace '/' in expected result w...Sven Gothel2013-06-191-10/+12
* Fix Bug 757: Regression of URL to URI conversion (Encoded path not compatible...Sven Gothel2013-06-191-0/+40
* Fix Bug 683 part1: IOUtil, JarUtil, TempJarCache, .. uses URI instead of URL ...Sven Gothel2013-06-093-49/+139
* Fix IOUtil: Handle all '../' and './' cases by reducing the path.Sven Gothel2012-04-024-6/+33
* Add 'asset' URLConnection; IOUtil uses URLConnection / incr. effeciency; Andr...Sven Gothel2012-03-174-0/+254