log

age author description
Wed, 09 Jan 2019 16:16:54 +0100 Jiri Vanek Made rust launchers to resovle jars, compose classpath and this run itw
Thu, 13 Dec 2018 10:51:17 +0100 Jiri Vanek Fixed few javadoc issues.
Thu, 13 Dec 2018 10:50:52 +0100 Jiri Vanek Replaced hardcoded BOM character with utf representation (PR3671)
Mon, 10 Dec 2018 14:44:28 +0100 Jiri Vanek Made get_home os dependent.
Fri, 30 Nov 2018 19:12:09 +0100 Jiri Vanek verbose also from deployment.properties
Fri, 30 Nov 2018 19:04:42 +0100 Jiri Vanek Rust properties parser generalized to be reusable
Wed, 28 Nov 2018 12:35:38 +0100 Jiri Vanek deployment.config now support generic url instead just file
Wed, 28 Nov 2018 12:13:07 +0100 Jiri Vanek OptionsDefinitions.java: (main) moved from ifelse to switch
Wed, 28 Nov 2018 12:12:10 +0100 Jiri Vanek JNLPProxySelectorTest.java: fixed tests in (testConvertingProxyAutoConfigResultToProxyObject)
Tue, 27 Nov 2018 18:49:58 +0100 Jiri Vanek https is preffered only on default port
Tue, 27 Nov 2018 16:07:20 +0100 Jiri Vanek PR3645, second part - following windows system paths correctly
Tue, 27 Nov 2018 13:26:48 +0100 Jiri Vanek Fixed PR3637 - making cache work with jdk9+ #runtime jar url anchor
Fri, 23 Nov 2018 15:33:01 +0100 Jiri Vanek Fixed LockedFile for readonly on windows
Fri, 23 Nov 2018 13:40:58 +0100 Jiri Vanek Fix for java.lang.NoClassDefFoundError: Could not initialize class net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder
Wed, 07 Nov 2018 12:30:58 +0100 Jiri Vanek Added Russian translation
Fri, 26 Oct 2018 12:02:25 +0200 Jiri Vanek Fixed targets of clean-cpp-unit-tests and run-cpp-unit-tests
Thu, 18 Oct 2018 13:08:54 +0200 Jiri Vanek Removed gcc if native plugin is not build
Wed, 17 Oct 2018 18:36:08 +0200 Jiri Vanek LockedFile.java: caching enabled, or at least semi-enabled on windows
Wed, 17 Oct 2018 18:16:29 +0200 Jiri Vanek Removed EDT_DAEMON_THREAD_POOL
Fri, 12 Oct 2018 15:37:55 +0200 Jiri Vanek Fixed README to provide correct information about --disable-native-plugin
Fri, 12 Oct 2018 13:16:28 +0200 Jiri Vanek reworked showDocument logic
Wed, 10 Oct 2018 14:29:03 +0200 Jiri Vanek Rust launchers now spawn jvm
Tue, 02 Oct 2018 18:32:02 +0200 Jiri Vanek rust-launcher/src/main.rs: new method of (is_debug_on) based on cmd line determining verbosity. (main) return of is_debug_on used for os_access::Linux::new call.
Tue, 02 Oct 2018 10:45:37 +0200 Jiri Vanek * netx/net/sourceforge/jnlp/runtime/Boot.java: returned handling of version, licnes, help, property and about which disapeared without any trace inchangelog
Tue, 02 Oct 2018 10:36:25 +0200 Jiri Vanek Allowed itw-settings to be opened from viewer
Mon, 01 Oct 2018 19:16:36 +0200 Jiri Vanek Fixed EDT hanging
Mon, 01 Oct 2018 19:04:14 +0200 Jiri Vanek Added eternal java version detection
Wed, 05 Sep 2018 23:13:59 +0100 Alex Kashchenko fix cargo detection in autoconf
Wed, 05 Sep 2018 19:10:43 +0200 Jiri Vanek Added missing changelog
Wed, 05 Sep 2018 18:59:54 +0200 Jiri Vanek shell-launcher/launchers.sh.in: inverted logic to detect modular jdk. If it is jdk8, then it is not modular JDK, otherwise it is.