| Commit message (Expand) | Author | Age | Files | Lines |
* | Alternate means of finding browsers | Omair Majid | 2011-03-24 | 3 | -9/+95 |
* | Don't look into <codebase>/META-INF/ for resources. | Denis Lila | 2011-03-23 | 1 | -0/+16 |
* | Allow plugin and javaws to run concurrently, while maintaining locks on syste... | Andrew Su | 2011-03-17 | 1 | -3/+10 |
* | Ensure that javaws can not clear cache while plugin or javaws is running. | Andrew Su | 2011-03-17 | 3 | -89/+83 |
* | Refactored extras/net/sourceforge/jnlp to extras/net/sourceforge/javaws/ as f... | Jiri Vanek | 2011-03-16 | 2 | -7/+15 |
* | Handling error code returning functions. | Denis Lila | 2011-03-15 | 9 | -18/+92 |
* | Replace binary launchers with shell scripts | Omair Majid | 2011-03-10 | 2 | -2/+2 |
* | netx findbugs based refactoring. | Denis Lila | 2011-03-09 | 16 | -40/+14 |
* | Fix typo in itw-settings. | Andrew Su | 2011-03-09 | 1 | -1/+1 |
* | Fix typo when adding to cache. | Denis Lila | 2011-03-08 | 1 | -1/+1 |
* | Close streams after we're finished using them. | Denis Lila | 2011-03-08 | 5 | -69/+92 |
* | Close streams after opening them. | Andrew Su | 2011-03-08 | 1 | -8/+16 |
* | Add Proxy Auto Config (PAC) support | Omair Majid | 2011-03-07 | 8 | -11/+1399 |
* | Added comments, clarified a previous changelog entry. | Denis Lila | 2011-03-07 | 3 | -3/+12 |
* | Fix PR658 | Denis Lila | 2011-03-04 | 3 | -19/+52 |
* | merge | Denis Lila | 2011-03-04 | 3 | -12/+125 |
|\ |
|
| * | - PR475, RH604061: Allow applets from the same page to use the same classloader | Deepak Bhole | 2011-03-04 | 3 | -12/+125 |
* | | Fixed packed jar naming and pack.gz decompression problem. | Denis Lila | 2011-03-04 | 2 | -23/+23 |
|/ |
|
* | Fix PR612: NetDania application ends on java.security.AccessControlException | Omair Majid | 2011-03-02 | 1 | -0/+2 |
* | Fix warning message for itweb-settings set | Omair Majid | 2011-03-02 | 2 | -1/+2 |
* | Check for nulls in JNLPPolicy.isSystemJar | Omair Majid | 2011-03-01 | 1 | -0/+4 |
* | Hide unimplemented features in itw-settings. | Andrew Su | 2011-03-01 | 2 | -20/+23 |
* | Handle 'reset all' as an itweb-settings command | Omair Majid | 2011-02-28 | 1 | -4/+16 |
* | Integrate JNLPAuthenticator into the rest of the security subsystem | Omair Majid | 2011-02-28 | 5 | -117/+100 |
* | Rename security warning classes to security dialog classes. | Omair Majid | 2011-02-28 | 24 | -94/+94 |
* | Remove unused manifest file | Omair Majid | 2011-02-25 | 1 | -6/+0 |
* | RH677772: NoSuchAlgorithmException using SSL/TLS in javaws | Omair Majid | 2011-02-23 | 2 | -49/+26 |
* | Fix PR638: JNLPClassLoader.loadClass(String name) can return null | Omair Majid | 2011-02-22 | 1 | -0/+4 |
* | Fix lookup of about.jnlp | Omair Majid | 2011-02-22 | 2 | -10/+11 |
* | Fixed RH677332, CVE-2011-0706: IcedTea multiple signers privilege escalation | Deepak Bhole | 2011-02-15 | 1 | -1/+7 |
* | Small fixes to TimedHashMap | Omair Majid | 2011-02-15 | 1 | -17/+15 |
* | Move TimedHashMap to netx | Omair Majid | 2011-02-15 | 1 | -0/+102 |
* | Fix NullPointerException in plugin caused by a non-overridden method | Omair Majid | 2011-02-11 | 1 | -0/+8 |
* | Consistently name methods relating to ResourcesDesc | Omair Majid | 2011-02-11 | 2 | -4/+4 |
* | Fix RH669942: Add support for packEnabled and versionEnabled | Omair Majid | 2011-02-10 | 8 | -61/+395 |
* | Restrict access to net.sourceforge.jnlp.* classes by untrusted classes. | Deepak Bhole | 2011-02-10 | 1 | -0/+4 |
* | Fix bug where proxy settings in itweb-settings were being lost | Omair Majid | 2011-02-09 | 1 | -1/+1 |
* | Try to be as silent about proxy settings as possible | Omair Majid | 2011-02-08 | 1 | -2/+7 |
* | Verify nested jars just like main jars | Omair Majid | 2011-02-01 | 2 | -2/+6 |
* | RH672262, CVE-2011-0025: IcedTea jarfile signature verification bypass | Deepak Bhole | 2011-02-01 | 5 | -40/+78 |
* | Use name and version as defined in configure.ac instead of hardcoding it in B... | Omair Majid | 2011-01-28 | 1 | -2/+3 |
* | Use Firefox's preferences to determine proxy settings for javaws | Omair Majid | 2011-01-27 | 6 | -12/+556 |
* | Remove unused file default.jnlp | Omair Majid | 2011-01-25 | 1 | -20/+0 |
* | When exiting on failure, use appropriate exit code | Omair Majid | 2011-01-24 | 2 | -2/+2 |
* | Make log file permissions owner accessible only. | Andrew Su | 2011-01-21 | 1 | -2/+5 |
* | RH663680, CVE-2010-4351: JNLP SecurityManager bypass | Deepak Bhole | 2011-01-18 | 1 | -0/+2 |
* | Add logging for applet exceptions. | Andrew Su | 2011-01-17 | 3 | -0/+105 |
* | fix problems in control panel caused by removing JNLPRuntime.initialize() | Omair Majid | 2011-01-12 | 3 | -2/+25 |
* | add missing generic type in JNLPFile | Omair Majid | 2011-01-12 | 1 | -2/+2 |
* | remove ununsed imports in netx | Omair Majid | 2011-01-12 | 45 | -133/+1 |