aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/runtime
Commit message (Expand)AuthorAgeFilesLines
* Extract JNLPClassLoader initialization logic into createInstance() methodAdam Domurad2013-02-251-21/+38
* Avoid potential NPE on shutdown.Adam Domurad2013-02-211-1/+1
* Fix PR580: http://www.horaoficial.cl/ loads improperly.Adam Domurad2013-02-131-31/+62
* Provide names for unnamed threads for better debuggingAdam Domurad2013-02-061-1/+1
* First part of fix of recreating desktop iconJiri Vanek2013-01-101-1/+9
* Fix CodeBaseClassLoaderTest.testParentClassLoaderIsAskedForClassesApplicationAdam Domurad2013-01-031-3/+8
* Fixed xtrust all behaviour for desktop icons. Now returning true only if desk...Jiri Vanek2012-12-241-1/+1
* netx/net/sourceforge/jnlp/runtime/ApplicationInstance.java - (shouldCreateSho...Jiri Vanek2012-12-211-0/+3
* Add DownloadService implementationSaad Mohammad2012-11-083-1/+370
* PR1186: System.getProperty("deployment.user.security.trusted.cacerts") is nullOmair Majid2012-10-291-0/+1
* New message for when JNLP is fully signed by different certsAdam Domurad2012-10-191-1/+5
* Major rework of JarCertVerifier certificate management.Danesh Dadachanji2012-10-221-83/+52
* PR1145: IcedTea-Web can cause ClassCircularityErrorOmair Majid2012-10-051-13/+1
* PR1161: X509VariableTrustManager does not work correctly with OpenJDK7Deepak Bhole2012-09-171-13/+80
* Fix for PR920: Classes attempted to load twice when class extends from outsid...Adam Domurad2012-08-281-15/+2
* Fir regression that sometimes results in ClassCircularityErrorDeepak Bhole2012-08-271-0/+2
* Fixed long term failing unit-test, fixed NPE from ClassLoaderJiri Vanek2012-08-271-2/+9
* Fix some javadoc warningsThomas Meyer2012-08-192-2/+3
* Restrict manifest classpath searching for JNLPs.Danesh Dadachanji2012-08-151-1/+5
* Added splashscreen implementationJiri Vanek2012-08-132-2/+12
* Fix PR1049: Empty jars are handled correctly during signature validationSaad Mohammad2012-08-011-1/+1
* Refactor Object launchType; to LaunchDesc launchType; in JNLPFileAdam Domurad2012-07-101-11/+8
* Minor cleanup that removes avoidable code from loop.Saad Mohammad2012-07-091-13/+12
* Applet-tags now ignore any invalid (eg corrupt) jarsAdam Domurad2012-07-091-2/+62
* Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ex...Saad Mohammad2012-07-031-19/+104
* Fix problem in resolving classesOmair Majid2012-06-281-2/+14
* Fixes PR1011 w/ reproducer, folders now allowed in archive tag.Adam Domurad2012-06-281-0/+13
* Last hope for not downloaded resources to be verifiedJiri Vanek2012-06-261-1/+20
* Fixed bug in previous commit for PR861Deepak Bhole2012-06-071-4/+6
* PR861: Allow loading from non codebase hosts. Allow code to connect to hostin...Deepak Bhole2012-06-051-16/+133
* isDateInRange renamed to isDateInRange_internallForIcedTeaWebTestingJiri Vanek2012-06-051-8/+8
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions): New...Jiri Vanek2012-05-291-14/+18
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-252-6/+5
* Added more debugging outputs (especially paths to keystores) for JNLPClassLoa...Jiri Vanek2012-05-231-1/+6
* * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):Jiri Vanek2012-05-231-29/+51
* PR918: java applet windows uses a low resulution black/white iconOmair Majid2012-04-192-46/+0
* Rename JarSigner to JarCertVerifier.Danesh Dadachanji2012-04-051-26/+26
* Fix pac testsOmair Majid2012-04-031-15/+20
* PR895: IcedTea-Web searches for missing classes on each loadClass or findClassDeepak Bhole2012-03-141-4/+46
* Launch errors are not being printed to terminalOmair Majid2012-03-141-2/+2
* Added check for main class in jar manifest(s)Deepak Bhole2012-02-281-0/+57
* Fix regression in broken AppletTest.Danesh Dadachanji2012-02-131-0/+14
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-271-1/+47
* fix findbugs cloud jnlpsOmair Majid2012-01-061-5/+11
* BasicService code does not work when placed in the applet constructor.Danesh Dadachanji2011-12-191-0/+14
* Enabled testWeekdayRange, added tests for star/end of months for dateRange pa...Jiri Vanek2011-11-101-26/+39
* RH742515, CVE-2011-3377: IcedTea-Web: second-level domain subdomains and suff...Deepak Bhole2011-10-281-69/+1
* PR618: Can't install OpenDJ, JavaWebStart fails with Input stream is null error.Omair Majid2011-09-291-10/+43
* Make getMainClass()'s return value consistent for AppletDesc and ApplicationDescOmair Majid2011-09-281-3/+2
* PR794: IcedTea-Web does not work if a Web Start app jar has a Class-PathDeepak Bhole2011-09-282-7/+91