aboutsummaryrefslogtreecommitdiffstats
path: root/netx
Commit message (Expand)AuthorAgeFilesLines
* Make CacheDirectory final and not instantiable.Andrew Su2011-04-131-1/+5
* Restrict port fields in itw-settings to accept only valid port numbers.Andrew Su2011-04-063-5/+46
* Fix concurrent access problem to downloadOptions.Denis Lila2011-04-051-4/+3
* Let launcher handle parsing exceptionsOmair Majid2011-03-314-97/+232
* Fix typo in RCantRename in Messages.propertiesOmair Majid2011-03-301-1/+1
* Update location of settings file in javaws man pageOmair Majid2011-03-301-1/+1
* Add a new LaunchHandler to show error messages when starting applicationsOmair Majid2011-03-308-24/+301
* Remove redundant if from JNLPFile.javaDenis Lila2011-03-291-2/+1
* Fixed classloader sharing rules for appletsDeepak Bhole2011-03-281-4/+27
* Implement codebase_lookup=false.dlila2011-03-252-4/+16
* Alternate means of finding browsersOmair Majid2011-03-243-9/+95
* 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-173-89/+83
* Refactored extras/net/sourceforge/jnlp to extras/net/sourceforge/javaws/ as f...Jiri Vanek2011-03-162-7/+15
* Handling error code returning functions.Denis Lila2011-03-159-18/+92
* Replace binary launchers with shell scriptsOmair Majid2011-03-102-2/+2
* netx findbugs based refactoring.Denis Lila2011-03-0916-40/+14
* Fix typo in itw-settings.Andrew Su2011-03-091-1/+1
* Fix typo when adding to cache.Denis Lila2011-03-081-1/+1
* Close streams after we're finished using them.Denis Lila2011-03-085-69/+92
* Close streams after opening them.Andrew Su2011-03-081-8/+16
* Add Proxy Auto Config (PAC) supportOmair Majid2011-03-078-11/+1399
* Added comments, clarified a previous changelog entry.Denis Lila2011-03-073-3/+12
* Fix PR658Denis Lila2011-03-043-19/+52
* mergeDenis Lila2011-03-043-12/+125
|\
| * - PR475, RH604061: Allow applets from the same page to use the same classloaderDeepak Bhole2011-03-043-12/+125
* | Fixed packed jar naming and pack.gz decompression problem.Denis Lila2011-03-042-23/+23
|/
* Fix PR612: NetDania application ends on java.security.AccessControlExceptionOmair Majid2011-03-021-0/+2
* Fix warning message for itweb-settings setOmair Majid2011-03-022-1/+2
* Check for nulls in JNLPPolicy.isSystemJarOmair Majid2011-03-011-0/+4
* Hide unimplemented features in itw-settings.Andrew Su2011-03-012-20/+23
* Handle 'reset all' as an itweb-settings commandOmair Majid2011-02-281-4/+16
* Integrate JNLPAuthenticator into the rest of the security subsystemOmair Majid2011-02-285-117/+100
* Rename security warning classes to security dialog classes.Omair Majid2011-02-2824-94/+94
* Remove unused manifest fileOmair Majid2011-02-251-6/+0
* RH677772: NoSuchAlgorithmException using SSL/TLS in javawsOmair Majid2011-02-232-49/+26
* Fix PR638: JNLPClassLoader.loadClass(String name) can return nullOmair Majid2011-02-221-0/+4
* Fix lookup of about.jnlpOmair Majid2011-02-222-10/+11
* Fixed RH677332, CVE-2011-0706: IcedTea multiple signers privilege escalationDeepak Bhole2011-02-151-1/+7
* Small fixes to TimedHashMapOmair Majid2011-02-151-17/+15
* Move TimedHashMap to netxOmair Majid2011-02-151-0/+102
* Fix NullPointerException in plugin caused by a non-overridden methodOmair Majid2011-02-111-0/+8
* Consistently name methods relating to ResourcesDescOmair Majid2011-02-112-4/+4
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-108-61/+395
* Restrict access to net.sourceforge.jnlp.* classes by untrusted classes.Deepak Bhole2011-02-101-0/+4
* Fix bug where proxy settings in itweb-settings were being lostOmair Majid2011-02-091-1/+1
* Try to be as silent about proxy settings as possibleOmair Majid2011-02-081-2/+7
* Verify nested jars just like main jarsOmair Majid2011-02-012-2/+6
* RH672262, CVE-2011-0025: IcedTea jarfile signature verification bypassDeepak Bhole2011-02-015-40/+78