aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/com/jogamp/common/util/IOUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-141-2/+1
* iOS: Initial iOS support commit: build.xml targets, java code-path etcSven Gothel2019-06-171-1/+2
* Bug 1369: Source Certification Contract (SCC): Initial SHA256 fingerprint & r...Sven Gothel2019-04-031-0/+73
* Bug 1366 - Use String.format((Locale)null, "..." ..) avoiding Locale output f...Sven Gothel2019-03-301-1/+2
* Bug 1219, Bug 1231: Re-add executable test by executionSven Gothel2019-03-251-10/+19
* Bug 1219, Bug 1231: Avoid deflating test-exe on Windows using java.nio.file.F...Sven Gothel2019-03-241-51/+107
* Resolve v2.3.1_winexe merge conflictsjavafxSven Gothel2019-03-201-0/+12
|\
| * Adding 'jogamp.gluegen.TestTempDirExec' property, allowing to disable testing...Sven Gothel2018-12-111-0/+12
* | Remove deprectated classes and methodsSven Gothel2015-10-151-32/+0
* | Bug 1243 - Fix IOUtil.cleanPathString(..) special case ; Allow IOUtil and Uri...Sven Gothel2015-10-031-11/+33
* | Bug 1237: Minor Cleanup: AssetURLContext and IOUtil.getResource(..) DEBUG Mes...Sven Gothel2015-10-031-4/+2
* | Bug 1237 - Clarify IOUtil.getResource(..) for better efficiency, i.e. allow c...Sven Gothel2015-10-031-23/+63
* | Bug 1231: Add Windows x86_64 test executable ; Use 'WinMain' for Windows test...Sven Gothel2015-09-241-33/+30
* | Bug 1219: IOUtil.testDirExe: Issue Process.destroy() in finalize block to ens...Sven Gothel2015-09-231-2/+14
* | Bug 1219: IOUtil.testDirExe: Disable 'existingExe' DEBUG_EXE feature by hardc...Sven Gothel2015-09-221-1/+4
* | Bug 1219: Fix IOUtil.StreamMonitor EOS handlingSven Gothel2015-09-211-17/+25
* | Bug 1219: IOUtil.testDirExe: Satisfactory when executed, more debug optionsSven Gothel2015-09-211-11/+23
* | Bug 1219: Use Win32 API for test PE exe, not consoleSven Gothel2015-09-191-2/+2
* | Bug 1219: Sporadic failure to determine 'executable temp base directory' on W...Sven Gothel2015-09-191-25/+52
* | Bug 1213: Use InterruptSource.ThreadSven Gothel2015-09-151-1/+1
|/
* Bug 1149 - Replacing PCPP w/ JCPP, allowing complete macro handling (Part-2: ...Sven Gothel2015-03-241-0/+10
* Bug 1126 - Remove static query requirement of MachineDescriptor, find matchin...Sven Gothel2015-02-021-4/+4
* Bug 1108 - Fix difficulties to determine executable access permission on Wind...Sven Gothel2014-12-131-21/+79
* Bug 1108 - IOUtil.getTempDir(..): Difficulties to determine executable access...Sven Gothel2014-12-111-1/+9
* IOUtil: Fix API doc; getTempDir(..) shall throw IOException instead of Runtim...Sven Gothel2014-09-251-6/+31
* Bug 1067 - IOUtil.testDirExec(File) needs to preserve SPACE in exetst.getCano...Sven Gothel2014-09-141-2/+5
* Bug 1063: Further Uri completion - As a result of JOGL Uri adoptionSven Gothel2014-09-081-34/+7
* Bug 1063: Complete Uri impl. and adoption throughout GlueGenSven Gothel2014-09-081-102/+24
* Bug 1063 - Utilize own Uri and Uri.Encoded class w/ proper encoding and diffe...Sven Gothel2014-09-071-208/+14
* Bug 908: Fix URI/URL double encoding, ensuring encoded/decoded variants are u...Sven Gothel2014-09-071-155/+56
* Bug 1015: Test executable permission on Windows via bat file (temp dir, like ...Sven Gothel2014-08-281-36/+136
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-59/+59
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-8/+8
* ReflectionUtil.getConstructor: Add 'initializeClazz' argument, allowing to de...Sven Gothel2014-06-171-1/+1
* Bug 945 - GlueGen's IOUtil does not consider file URI's authority when conver...Sven Gothel2014-01-221-11/+32
* IOUtil: Add convenience compound class 'ClassResources'Sven Gothel2013-12-301-0/+37
* IOUtil.encodeToURI(): Only use method if requiredSven Gothel2013-11-281-3/+3
* IOUtil.toURL(..) Apply decodeFromURI(uri.getPath()) if file-scheme; Add IOUti...Sven Gothel2013-11-281-12/+74
* JARUtil/IOUtil: Reuse IOUtil.JAR_SCHEME_SEPARATOR (now a char); Add DEBUG to ...Sven Gothel2013-11-271-1/+1
* IOUtil: Add comments to slashify args @ caller; Use validated File @ IOUtil.t...Sven Gothel2013-11-271-7/+7
* IOUtil/JarUtil: DEBUG output on stderr not stdoutSven Gothel2013-11-271-16/+20
* Fix Bug 865: Safari >= 6.1 [OSX]: May employ xattr on 'com.apple.quarantine' ...Sven Gothel2013-10-231-28/+69
* Fix Bug 857: GlueGen produces erroneous file URI on Windows, which breaks Net...Sven Gothel2013-10-181-19/+111
* gluegen: remove trailing whitespaceHarvey Harrison2013-10-171-173/+173
* Bug 820: Escape SPACE in filenames for URI ctor, use decoded URI components w...Sven Gothel2013-10-071-6/+29
* IOUtil/JarUtil: Add more detail debug information for URI transformation; IOU...Sven Gothel2013-10-011-11/+29
* Fix Bug 844: Cannot ctor URI w/ scheme alone, use string-based concatenation ...Sven Gothel2013-10-011-3/+22
* Fix Bug 843: Remove Platform's requirement and use of TempJarCache.bootstrap...Sven Gothel2013-10-011-3/+18
* gluegen: remove redundant test for null relativePathHarvey Harrison2013-07-151-1/+1
* gluegen: remove redundant assignment of tmpBaseDirHarvey Harrison2013-07-151-2/+0