log

age author description
Thu, 05 Aug 2010 14:12:08 +0200 Xerxes R?nby Updated NEWS with correct suffix for the llvm.atomic.cmp.swap intrinsic fixes.
Fri, 06 Nov 2009 13:03:15 +0100 Xerxes R?nby Correct suffix for the llvm.atomic.cmp.swap intrinsic.
Thu, 05 Aug 2010 13:57:44 +0200 Xerxes R?nby Updated NEWS and ChangeLog with LLVM 2.7 non-product fixes.
Wed, 12 May 2010 11:16:47 +0100 Gary Benson LLVM 2.7 non-product fixes
Thu, 05 Aug 2010 11:44:14 +0200 Xerxes R?nby Update NEWS for Shark OSR fix.
Thu, 05 Aug 2010 11:35:15 +0200 Xerxes R?nby Match Shark in icedtea6, makes OSR work by removing vestigal check.
Thu, 29 Jul 2010 11:27:27 +0100 Andrew John Hughes Prepare for next release, 1.14.
Thu, 29 Jul 2010 03:10:45 +0100 Andrew John Hughes Added tag icedtea-1.13 for changeset 13b9a6c00673
Thu, 29 Jul 2010 02:57:47 +0100 Andrew John Hughes Mention removal of old plugin. icedtea-1.13
Thu, 29 Jul 2010 02:53:52 +0100 Andrew John Hughes RH613824: Workaround unforeseen complications in generating a dwarf location expression for variable * constant.
Thu, 29 Jul 2010 02:19:24 +0100 Andrew John Hughes Final NEWS formatting cleanup.
Wed, 28 Jul 2010 23:54:26 +0100 Andrew John Hughes Update NEWS and bump to 1.13.
Wed, 28 Jul 2010 23:20:41 +0100 Andrew John Hughes PR525: Shark made not entrant deopt sigsegv regression after bump to b20 and hs17
Wed, 28 Jul 2010 16:06:09 -0400 Deepak Bhole Fix build error introduced when porting plugin changes
Wed, 28 Jul 2010 15:52:36 -0400 Deepak Bhole Track security descriptors per jar, and made permission decisions based on it.
Wed, 28 Jul 2010 15:42:55 -0400 Deepak Bhole Add security descriptor mapping for nested jars.
Wed, 28 Jul 2010 15:42:06 -0400 Deepak Bhole Make sandbox permissions a subset of permissions returned for any code source.
Wed, 28 Jul 2010 15:40:48 -0400 Deepak Bhole Mark jar as unverified only if it is unsigned (since signed jars -- even ones
Wed, 28 Jul 2010 15:38:26 -0400 Deepak Bhole Warn user if extended services are being used from unsigned code (even if
Wed, 28 Jul 2010 15:36:19 -0400 Deepak Bhole Add new security dialog that prompts the user if there is mixed
Wed, 28 Jul 2010 15:23:50 -0400 Deepak Bhole Fix issue that allowed unsigned code to use extension services without prompt.
Wed, 28 Jul 2010 15:20:07 -0400 Deepak Bhole Fix issue that allowed unsigned applications to modify system properties.
Wed, 28 Jul 2010 17:16:40 +0100 Andrew John Hughes Bump to latest JDK tree from the IcedTea forest.
Fri, 23 Jul 2010 11:37:22 +0100 Andrew John Hughes Synchronise NetX sources and fix typo in --with-openjdk-src-dir caused by previous configure help update.
Fri, 23 Jul 2010 10:56:39 +0100 Andrew John Hughes Rename getType to getAccessType to avoid conflict with Window.getType() from OpenJDK7
Fri, 23 Jul 2010 10:53:49 +0100 Andrew John Hughes Normalise NetX whitespace usage.
Wed, 21 Jul 2010 16:29:05 -0400 Deepak Bhole Undo changes from 98c88b32cdb4 to Parser.java, since they could cause
Tue, 20 Jul 2010 16:38:54 -0400 Man Lung Wong Minor formatting error and forgot to mention related bug in Changelog.
Tue, 20 Jul 2010 16:31:28 -0400 Man Lung Wong Adds javawebstart.version property and give user permission to read that proerty
Tue, 20 Jul 2010 20:26:03 +0200 Mark Wielaard Get configure and make BUILD_DIR in sync.
Tue, 20 Jul 2010 13:39:49 -0400 Omair Majid PR icedtea/491 pass java_{code,codebase,archive} paramters to java side
Tue, 20 Jul 2010 13:30:49 -0400 Omair Majid netx: error out when unsigned jnlp applications request permissions
Tue, 20 Jul 2010 09:35:12 -0400 Omair Majid netx: do not use Look and Feel related methods for setting up security dialogs
Mon, 19 Jul 2010 14:39:53 +0200 Xerxes R?nby PR498: Catch-all handler can be unloaded.
Wed, 14 Jul 2010 17:42:26 -0400 Deepak Bhole Fix race conditions in plugin initialization code that were causing hangs
Tue, 13 Jul 2010 14:48:45 -0400 Deepak Bhole - Set timeout to 120 seconds (previous commit mistakenly changed it to 10).
Fri, 23 Jul 2010 09:16:18 +0100 Deepak Bhole Use variadic macro for plugin debug message printing.
Mon, 12 Jul 2010 11:13:35 -0400 Jon VanAlten Eliminate spurious exception throwing in PulseAudio provider.
Thu, 08 Jul 2010 15:54:35 -0400 Man Lung Wong Added encoding support for netx.
Fri, 23 Jul 2010 09:11:11 +0100 Andrew John Hughes Add rebuild target to allow a quick OpenJDK rebuild (warning; may not work in some cases due to flaws in OpenJDK's build system)
Fri, 23 Jul 2010 00:26:40 +0100 Omair Majid RH506730: BankID (Norwegian common online banking authentication system) applet fails to load.
Thu, 08 Jul 2010 14:25:02 -0400 Omair Majid PR460: Add ForbiddenTargetException for legacy support.
Tue, 29 Jun 2010 15:48:10 -0400 Omair Majid Netx: allow jnlp classloaders to share native libraries
Tue, 29 Jun 2010 14:26:57 -0400 Omair Majid Netx: make the SingleInstanceServer thread a daemon thread
Tue, 29 Jun 2010 14:19:38 -0400 Omair Majid Netx: make path sanitization consistent; use a blacklisting approach.
Thu, 24 Jun 2010 09:40:43 -0400 Omair Majid netx: handle JNLP files which use native libraries but do not indicate it
Thu, 22 Jul 2010 22:58:42 +0100 Andrew John Hughes Update documentation and configure help output.
Wed, 21 Jul 2010 09:21:37 +0100 Andrew John Hughes Minor Makefile cleanups and addition of VERBOSE.
Tue, 20 Jul 2010 22:12:45 +0100 Andrew John Hughes Fix autotools warnings and errors thrown up by autobuilder.
Tue, 20 Jul 2010 21:23:07 +0100 Andrew John Hughes Simplify the plugin build, removing redundant material from the obsolete old/new plugin divide.
Tue, 20 Jul 2010 11:05:04 +0100 Andrew John Hughes Avoid recursion in calculating list of test suites to run.
Sun, 18 Jul 2010 18:25:01 +0100 Andrew John Hughes Allow all or individual test suites to be disabled. Allows quicker make distcheck runs.
Fri, 16 Jul 2010 19:59:59 +0100 Andrew John Hughes Always check for existence before using rmdir.
Fri, 16 Jul 2010 19:54:08 +0100 Andrew John Hughes Make variable naming clearer and increase usage to avoid errors.
Tue, 13 Jul 2010 11:46:10 +0200 Mark Wielaard Fix hotspot tapset object_alloc size variable.
Wed, 14 Jul 2010 21:49:22 +0100 Andrew John Hughes PR icedtea/521: Don't hardlink the copy of generated.
Wed, 14 Jul 2010 20:50:06 +0100 Andrew John Hughes Fix new issues with make distcheck.
Wed, 14 Jul 2010 00:15:18 +0200 doko Don't link the plugin with libxul libraries
Mon, 12 Jul 2010 19:32:13 +0100 Andrew John Hughes Use a different name for the build copy of the generated directory.
Mon, 12 Jul 2010 17:55:39 +0100 Andrew John Hughes Merge