aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/runtime
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for client authentication certificatesLars Herschke2011-09-261-1/+5
* PR788: Elluminate Live! is not workingOmair Majid2011-09-221-3/+4
* added XrustAll optionJiri Vanek2011-09-223-0/+18
* Checks and verifies a signed JNLP file at the launch of the application. A si...Saad Mohammad2011-08-221-4/+251
* PR765: JNLP file with all resource jars marked as 'lazy' fails to validate si...Saad Mohammad2011-08-091-0/+4
* RH718164, CVE-2011-2513: Home directory path disclosure to untrusted applicat...Deepak Bhole2011-07-153-11/+177
* PR724: Possible NullPointerException in JNLPClassLoader.getClassPathsFromMani...Omair Majid2011-05-271-0/+3
* Fix appcontext related plugin bugs.Denis Lila2011-04-291-63/+0
* Load classes from jars listed on the Class-Path in manifestOmair Majid2011-04-201-27/+97
* PR687: BasicService.getCodeBase() returns null for IcedTea6 1.9.7 + OSGIOmair Majid2011-04-201-16/+40
* Changed cache to prevent jar overwriting when update happens.Andrew Su2011-04-182-2/+3
* Fix concurrent classloading problem in JNLPClassLoader.loadClass.Denis Lila2011-04-181-2/+4
* Let launcher handle parsing exceptionsOmair Majid2011-03-311-95/+19
* Add a new LaunchHandler to show error messages when starting applicationsOmair Majid2011-03-302-3/+8
* Alternate means of finding browsersOmair Majid2011-03-241-0/+17
* Don't look into <codebase>/META-INF/ for resources.Denis Lila2011-03-231-0/+16
* Allow plugin and javaws to run concurrently, while maintaining locks on syste...Andrew Su2011-03-171-3/+10
* Ensure that javaws can not clear cache while plugin or javaws is running.Andrew Su2011-03-171-0/+71
* Refactored extras/net/sourceforge/jnlp to extras/net/sourceforge/javaws/ as f...Jiri Vanek2011-03-161-2/+13
* Handling error code returning functions.Denis Lila2011-03-151-2/+2
* netx findbugs based refactoring.Denis Lila2011-03-093-19/+5
* Fix typo when adding to cache.Denis Lila2011-03-081-1/+1
* Close streams after we're finished using them.Denis Lila2011-03-081-8/+16
* Add Proxy Auto Config (PAC) supportOmair Majid2011-03-076-8/+1373
* Fix PR658Denis Lila2011-03-041-19/+1