| Commit message (Expand) | Author | Age | Files | Lines |
* | JNLPClassLoader.toString: Use hex value of object hashCode()HEADmaster | Sven Gothel | 2014-01-31 | 1 | -1/+1 |
* | JNLPClassLoader: Introduce pending removal of cached CLs (1 min) to enhance p... | Sven Gothel | 2014-01-31 | 1 | -5/+47 |
* | JNLPClassLoader: Formatting .. and user final qualifier | Sven Gothel | 2014-01-31 | 1 | -5/+5 |
* | JNLPClassLoader.createInstance(): Remove extLoader (same as baseLoader); getI... | Sven Gothel | 2014-01-31 | 1 | -18/+45 |
* | JNLPClassLoader: Formatting final, override, space | Sven Gothel | 2014-01-31 | 1 | -79/+88 |
* | Experimental Applet without AWT (Applet3) | Sven Gothel | 2014-01-30 | 4 | -44/+75 |
* | Tuning of properties loading. | Jiri Vanek | 2014-01-27 | 1 | -2/+19 |
* | Support building against OpenJDK8 | Omair Majid | 2014-01-24 | 3 | -5/+5 |
* | Fix classloading deadlock regression | Andrew Azores | 2013-12-27 | 1 | -75/+115 |
* | singletons logic, logs and test cleanup/fixes | Jiri Vanek | 2013-12-20 | 1 | -16/+28 |
* | JNLPRuntime.config changed to proper singleton. | Jiri Vanek | 2013-12-18 | 1 | -17/+23 |
* | itw itself warning cleanup: fixed rawtypes and unchecks, added braces and O... | Jiri Vanek | 2013-12-13 | 4 | -39/+68 |
* | Implement per-JAR security descriptors (PR1592) | Andrew Azores | 2013-12-03 | 1 | -48/+80 |
* | Better validation of crytical dirs with proper message on startup | Jiri Vanek | 2013-12-02 | 1 | -4/+5 |
* | Added null check when getting manifest attributes for case of jar without man... | Jiri Vanek | 2013-11-27 | 1 | -2/+6 |
* | Removed most of checks to no output from reproducers | Jiri Vanek | 2013-11-25 | 1 | -1/+1 |
* | Fixed NPE in getting the attribute | Jiri Vanek | 2013-11-14 | 1 | -0/+4 |
* | JNLPClassLoader cleanup, avoid Enumerations and use strict typing. | Andrew Azores | 2013-11-13 | 1 | -77/+54 |
* | Enabled access to manifests' attributes from JNLPFile class, implemented http... | Jiri Vanek | 2013-11-13 | 1 | -9/+18 |
* | Removed suspicious return when (searchForMain) had null launchDesc in netx/ne... | Jiri Vanek | 2013-11-10 | 1 | -4/+2 |
* | Java console resurrected and connected to new logging. | Jiri Vanek | 2013-11-05 | 1 | -3/+5 |
* | Avoid potential NPE in JNLPSecurityManager#addPermission when debug is enabled | Andrew Azores | 2013-11-05 | 1 | -3/+7 |
* | Fix PR1513, signed applets with external main-class support | Andrew Azores | 2013-10-29 | 1 | -15/+8 |
* | Logic to extract main class attribute generalized to common methods. | Jiri Vanek | 2013-10-21 | 1 | -32/+59 |
* | Minor fix in DEBUG initialisation | Jiri Vanek | 2013-10-20 | 1 | -1/+1 |
* | Resolve multiple-applet deadlock issue in JNLPClassLoader | Andrew Azores | 2013-10-16 | 1 | -62/+73 |
* | Unit tests for BrowserAwareProxySelector | Omair Majid | 2013-10-01 | 2 | -5/+35 |
* | Introduced logging bottleneck | Jiri Vanek | 2013-09-25 | 14 | -261/+176 |
* | PR1474: Can't get javaws to use SOCKS proxy | Omair Majid | 2013-09-24 | 1 | -12/+13 |
* | Unit tests for JNLPProxySelector | Omair Majid | 2013-09-23 | 2 | -11/+7 |
* | PR1533: Inherit jnlp.packEnabled and jnlp.versionEnabled like other properties | Omair Majid | 2013-09-09 | 1 | -5/+1 |
* | Fix and tests for PR974, extension JNLPs unavailable when embedded in HTML ap... | Andrew Azores | 2013-08-15 | 1 | -11/+1 |
* | Cleaned up "throws IOException" from HTMLPanel constructor and try/catches el... | Andrew Azores | 2013-07-25 | 1 | -8/+2 |
* | Added java.vm.name read permission to fix Rhino evaluation of proxy PAC (RH98... | Andrew Azores | 2013-07-22 | 1 | -0/+7 |
* | IcedTea-Web is now following XDG .config and .cache specification(RH947647) | Jiri Vanek | 2013-07-18 | 1 | -0/+2 |
* | Implemented new about dialogue (by Andrew Azores). Andrew added to authors | Jiri Vanek | 2013-07-10 | 1 | -44/+28 |
* | JNLP file is now re-downloading only if is local and have href. Real couse of... | Jiri Vanek | 2013-06-24 | 1 | -1/+1 |
* | Added tagsup (optional dependence) as sanitizer for (possibly) invalid xml files | Jiri Vanek | 2013-06-21 | 2 | -5/+16 |
* | Removed out-of date Boot13 class | Jiri Vanek | 2013-06-20 | 2 | -101/+0 |
* | Made it work with OpenJDK build 25 by creating application as soon as possible | Jiri Vanek | 2013-06-20 | 2 | -1/+6 |
* | Extract NativeLibraryStorage class from JNLPClassLoader | Adam Domurad | 2013-06-03 | 1 | -126/+13 |
* | Ensure JarFile handles do not leak. | Adam Domurad | 2013-04-23 | 1 | -1/+10 |
* | JNLPClassLoader unit tests for file leaks | Adam Domurad | 2013-04-23 | 1 | -3/+3 |
* | Fixed gifar vulnereability with automated testcase | Jiri Vanek | 2013-04-17 | 4 | -10/+32 |
* | Integration of unsigned applet confirmation dialogue. | Adam Domurad | 2013-03-26 | 1 | -5/+12 |
* | Print stacktrace for ClassFormatError's during classloading | Adam Domurad | 2013-03-22 | 1 | -0/+1 |
* | Move stream closing utility in JNLPClassLoader to StreamUtils | Adam Domurad | 2013-03-05 | 1 | -18/+5 |
* | Extract JNLPClassLoader initialization logic into createInstance() method | Adam Domurad | 2013-02-25 | 1 | -21/+38 |
* | Avoid potential NPE on shutdown. | Adam Domurad | 2013-02-21 | 1 | -1/+1 |
* | Fix PR580: http://www.horaoficial.cl/ loads improperly. | Adam Domurad | 2013-02-13 | 1 | -31/+62 |