aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Close streams after opening them.Andrew Su2011-03-082-8/+22
* Fix race condition.Denis Lila2011-03-082-5/+13
* Use autoconf to generate build.properties and jrunscriptOmair Majid2011-03-076-26/+40
* Fix mercurial version detectionOmair Majid2011-03-073-1/+7
* Make ICEDTEAPLUGIN_DEBUG=suspend start the JVM in suspend modeOmair Majid2011-03-072-1/+15
* Add Proxy Auto Config (PAC) supportOmair Majid2011-03-0714-17/+1999
* Minor refactoring.Denis Lila2011-03-077-107/+69
* Added comments, clarified a previous changelog entry.Denis Lila2011-03-074-4/+24
* Fix PR658Denis Lila2011-03-045-19/+66
* mergeDenis Lila2011-03-046-13/+161
|\
| * - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-046-13/+162
* | Fixed packed jar naming and pack.gz decompression problem.Denis Lila2011-03-043-23/+32
|/
* Send initialization information to Java side via a new function (also takesDeepak Bhole2011-03-032-17/+35
* Added check for instance validity before making calls to the browserDeepak Bhole2011-03-032-4/+41
* Minor cleanup of C++ code -- removed unused thread_counterDeepak Bhole2011-03-033-26/+11
* Fix PR612: NetDania application ends on java.security.AccessControlExceptionOmair Majid2011-03-023-0/+11
* Fix warning message for itweb-settings setOmair Majid2011-03-023-1/+9
* Check for nulls in JNLPPolicy.isSystemJarOmair Majid2011-03-012-0/+9
* Hide unimplemented features in itw-settings.Andrew Su2011-03-013-20/+30
* Handle 'reset all' as an itweb-settings commandOmair Majid2011-02-282-4/+23
* minor refactoring + dead code removalDenis Lila2011-02-282-36/+35
* Integrate JNLPAuthenticator into the rest of the security subsystemOmair Majid2011-02-286-117/+121
* Rename security warning classes to security dialog classes.Omair Majid2011-02-2825-94/+129
* Do not add extra files to netx.jarOmair Majid2011-02-252-2/+5
* Remove unused manifest fileOmair Majid2011-02-252-6/+4
* Fix missing slash in JREOmair Majid2011-02-232-1/+5
* RH677772: NoSuchAlgorithmException using SSL/TLS in javawsOmair Majid2011-02-234-49/+42
* Fix PR638: JNLPClassLoader.loadClass(String name) can return nullOmair Majid2011-02-224-0/+16
* Fix typo in uninstall-localOmair Majid2011-02-222-1/+5
* Fix lookup of about.jnlpOmair Majid2011-02-223-10/+19
* Fix --mandir switchOmair Majid2011-02-223-3/+12
* Install icedtea-web into a FHS-compliant locationOmair Majid2011-02-225-90/+101
* Remove pluginappletviewer binaryOmair Majid2011-02-182-17/+13
* Fixed RH677332, CVE-2011-0706: IcedTea multiple signers privilege escalationDeepak Bhole2011-02-153-1/+16
* Fix S6983554, CVE-2010-4450: Launcher incorrect processing of empty library p...Deepak Bhole2011-02-153-1/+10
* Small fixes to TimedHashMapOmair Majid2011-02-152-17/+21
* Move TimedHashMap to netxOmair Majid2011-02-153-57/+109
* Fix NullPointerException in plugin caused by a non-overridden methodOmair Majid2011-02-112-0/+14
* Consistently name methods relating to ResourcesDescOmair Majid2011-02-113-4/+14
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-1010-61/+433
* Restrict access to net.sourceforge.jnlp.* classes by untrusted classes.Deepak Bhole2011-02-102-0/+10
* Fix bug where proxy settings in itweb-settings were being lostOmair Majid2011-02-092-1/+7
* Try to be as silent about proxy settings as possibleOmair Majid2011-02-082-2/+13
* Verify nested jars just like main jarsOmair Majid2011-02-013-2/+15
* RH672262, CVE-2011-0025: IcedTea jarfile signature verification bypassDeepak Bhole2011-02-017-40/+109
* Use name and version as defined in configure.ac instead of hardcoding it in B...Omair Majid2011-01-286-15/+40
* Use Firefox's preferences to determine proxy settings for javawsOmair Majid2011-01-278-12/+579
* Update AUTHORS and update notes.html to include all authors.Omair Majid2011-01-273-4/+19
* Remove unused file default.jnlpOmair Majid2011-01-252-20/+4
* When exiting on failure, use appropriate exit codeOmair Majid2011-01-243-2/+7