aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Expand)AuthorAgeFilesLines
* Fixes PR722: Now ignores unsigned content in META-INF/ during signing processAdam Domurad2012-06-121-20/+6
* 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-052-17/+134
* isDateInRange renamed to isDateInRange_internallForIcedTeaWebTestingJiri Vanek2012-06-051-8/+8
* Handle absolute paths passed into jnlp_href's value.Danesh Dadachanji2012-06-042-5/+52
* 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-259-59/+56
* netx/net/sourceforge/jnlp/resources/Messages.properties: fixed error in PBad...Jiri Vanek2012-05-231-4/+4
* Added more debugging outputs (especially paths to keystores) for JNLPClassLoa...Jiri Vanek2012-05-234-3/+26
* * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (getPermissions):Jiri Vanek2012-05-231-29/+51
* Fixed output to be printed just in case of debug modeJiri Vanek2012-05-211-1/+3
* Fixed behavior when encoded/characters needed encoding included in url (PR811)Jiri Vanek2012-05-182-11/+155
* More tests for Spaces and characters in urlsJiri Vanek2012-05-182-4/+4
* Went through the source of IcedTeaWeb with FindBugs and went over all reporte...Adam Domurad2012-05-173-5/+6
* Reduce no. of loads of the cache index fileThomas Meyer2012-05-113-25/+49
* PR918: java applet windows uses a low resulution black/white iconOmair Majid2012-04-1911-46/+118
* Validate the recently_used file at every load. This will fix the StringIndex-Thomas Meyer2012-04-103-104/+115
* Rename JarSigner to JarCertVerifier.Danesh Dadachanji2012-04-058-49/+49
* Fix pac testsOmair Majid2012-04-031-15/+20
* Fixed check for a certificate whose start date has not yet been reached.Danesh Dadachanji2012-04-021-0/+6
* PR898: signed applications with big jnlp-file doesn't startOmair Majid2012-03-221-15/+10
* Fix JNLP parser to halt when required title and vendor elements are missing.Danesh Dadachanji2012-03-162-0/+7
* 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-146-112/+110
* Change CertificateUtils.inKeyStores() to only check for certificate equalityDeepak Bhole2012-02-291-21/+6
* Added check for main class in jar manifest(s)Deepak Bhole2012-02-281-0/+57
* Add ability to check for use of jnlp_href outside of PluginBridge.Danesh Dadachanji2012-02-221-0/+7
* Fix regression in broken AppletTest.Danesh Dadachanji2012-02-132-0/+21
* Fix LaunchException constructor to handle null a description.Danesh Dadachanji2012-02-021-1/+2
* Use description parameter when creating a LaunchException.Danesh Dadachanji2012-02-011-1/+1
* fixed LRU cache behaviour in case of failure. Tests added.Jiri Vanek2012-02-015-134/+229
* PR852: Classloader not being flushed after last applet from a site is closedDeepak Bhole2012-01-271-1/+47
* Plugin does not make JNLP's <information> available when using jnlp_href.Danesh Dadachanji2012-01-243-10/+8
* fix findbugs cloud jnlpsOmair Majid2012-01-061-5/+11
* BasicService code does not work when placed in the applet constructor.Danesh Dadachanji2011-12-192-6/+21
* Print the arguments passed to the application's main methodOmair Majid2011-12-081-0/+5
* Change icon for AccessWarningPane dialogsDanesh Dadachanji2011-12-051-1/+1
* Enabled testWeekdayRange, added tests for star/end of months for dateRange pa...Jiri Vanek2011-11-101-26/+39
* mergeDeepak Bhole2011-11-081-69/+1
|\
| * RH742515, CVE-2011-3377: IcedTea-Web: second-level domain subdomains and suff...Deepak Bhole2011-10-281-69/+1
* | PR808: javaws is unable to start when missing jars are enumerated before main...Omair Majid2011-10-311-1/+1
|/
* PR778: Jar download and server certificate verification deadlockDeepak Bhole2011-10-271-9/+30
* sun.misc.BASE64Encoder replaced by internal implementationJiri Vanek2011-10-173-1/+465
* 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-284-13/+6
* 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-264-5/+91
* RH738814: Access denied at ssl handshakeOmair Majid2011-09-232-5/+15
* PR788: Elluminate Live! is not workingOmair Majid2011-09-221-3/+4
* PR766 javaws fails to parse an <argument> node that contains CDATAOmair Majid2011-09-211-5/+29