| Commit message (Expand) | Author | Age | Files | Lines |
* | Support building against OpenJDK8 | Omair Majid | 2014-01-24 | 2 | -3/+5 |
* | Added support for system level linux logging | Jiri Vanek | 2014-01-20 | 2 | -8/+22 |
* | Copy all button in console controls sorts by date by default. | Jiri Vanek | 2014-01-06 | 2 | -10/+29 |
* | Removed depndence on sun.misc.BASE64Decoder | Jiri Vanek | 2014-01-06 | 2 | -0/+396 |
* | Rewritten java console | Jiri Vanek | 2013-12-20 | 6 | -74/+1459 |
* | singletons logic, logs and test cleanup/fixes | Jiri Vanek | 2013-12-20 | 5 | -110/+128 |
* | JNLPRuntime.config changed to proper singleton. | Jiri Vanek | 2013-12-18 | 1 | -19/+1 |
* | Console made aware of plugin messages | Jiri Vanek | 2013-12-15 | 9 | -85/+571 |
* | itw itself warning cleanup: fixed rawtypes and unchecks, added braces and O... | Jiri Vanek | 2013-12-13 | 2 | -9/+13 |
* | unittests warning cleanup: fixed typechecks, rawtypes, redundant casts... | Jiri Vanek | 2013-12-13 | 1 | -7/+19 |
* | Enabled file logging in plugin, user enabled to choose logs dir | Jiri Vanek | 2013-11-29 | 1 | -2/+21 |
* | BasicExceptionDialog centers on-screen before appearing | Andrew Azores | 2013-11-13 | 1 | -1/+1 |
* | Fixed lock in awt threads. JavaConsole window is now disposed instead of hidden. | Jiri Vanek | 2013-11-10 | 2 | -21/+53 |
* | Java console resurrected and connected to new logging. | Jiri Vanek | 2013-11-05 | 4 | -10/+443 |
* | Synced headers between PLUGIN_DEBUG, PLUGIN_ERROR and javaside | Jiri Vanek | 2013-11-01 | 1 | -0/+4 |
* | OutputController.getCallerClass now gets out also from sun.applet.PluginDebug... | Jiri Vanek | 2013-10-25 | 1 | -1/+3 |
* | Reset the LogConfig in unit tests | Omair Majid | 2013-10-22 | 1 | -0/+7 |
* | * Cache viewer update: | Jacob Wisor | 2013-10-03 | 2 | -0/+165 |
* | Introduced logging bottleneck | Jiri Vanek | 2013-09-25 | 17 | -53/+941 |
* | IcedTea-Web is now following XDG .config and .cache specification(RH947647) | Jiri Vanek | 2013-07-18 | 1 | -0/+72 |
* | Fix PR1465 - java.io.FileNotFoundException while trying to download a JAR file | Adam Domurad | 2013-06-05 | 1 | -1/+14 |
* | Add NativeLibraryStorageTEst | Adam Domurad | 2013-06-03 | 1 | -3/+19 |
* | Fix for portalbank.no (trying get after failed head requests) and tests | Jiri Vanek | 2013-05-02 | 2 | -13/+76 |
* | Decode local-file URLs leniently | Adam Domurad | 2013-04-26 | 1 | -0/+5 |
* | Fixed regressed unittest and "cause", Fixed compilation under jdk6, Silenced ... | Jiri Vanek | 2013-04-26 | 2 | -4/+6 |
* | Locking disabled on windows machines | Jiri Vanek | 2013-04-25 | 1 | -0/+7 |
* | Introduce more UrlUtils functions. | Adam Domurad | 2013-04-23 | 1 | -4/+71 |
* | Fixed gifar vulnereability with automated testcase | Jiri Vanek | 2013-04-17 | 2 | -0/+202 |
* | Added dialogue to allow setting of custom JRE | Jiri Vanek | 2013-04-12 | 2 | -1/+55 |
* | Move normalizeUrlAndStripParams to UrlUtils | Adam Domurad | 2013-03-28 | 1 | -0/+17 |
* | Move stream closing utility in JNLPClassLoader to StreamUtils | Adam Domurad | 2013-03-05 | 1 | -1/+17 |
* | Added backend and settings for extended applet security | Jiri Vanek | 2013-02-27 | 3 | -0/+417 |
* | Fix PR835, use HEAD requests to query if resource URL is valid | Adam Domurad | 2013-02-14 | 1 | -0/+58 |
* | All IcedTea-Web dialogues are centered to middle of active screen | Jiri Vanek | 2013-01-10 | 1 | -0/+100 |
* | First part of fix of recreating desktop icon | Jiri Vanek | 2013-01-10 | 1 | -4/+115 |
* | Reduce no. of loads of the cache index file | Thomas Meyer | 2012-05-11 | 1 | -21/+44 |
* | PR918: java applet windows uses a low resulution black/white icon | Omair Majid | 2012-04-19 | 2 | -0/+102 |
* | fixed LRU cache behaviour in case of failure. Tests added. | Jiri Vanek | 2012-02-01 | 1 | -0/+1 |
* | sun.misc.BASE64Encoder replaced by internal implementation | Jiri Vanek | 2011-10-17 | 2 | -0/+464 |
* | RH718164, CVE-2011-2513: Home directory path disclosure to untrusted applicat... | Deepak Bhole | 2011-07-15 | 1 | -0/+53 |
* | Changed cache to prevent jar overwriting when update happens. | Andrew Su | 2011-04-18 | 2 | -1/+43 |
* | Add a new LaunchHandler to show error messages when starting applications | Omair Majid | 2011-03-30 | 1 | -0/+129 |
* | Handling error code returning functions. | Denis Lila | 2011-03-15 | 1 | -8/+69 |
* | netx findbugs based refactoring. | Denis Lila | 2011-03-09 | 1 | -2/+0 |
* | Close streams after opening them. | Andrew Su | 2011-03-08 | 1 | -8/+16 |
* | Small fixes to TimedHashMap | Omair Majid | 2011-02-15 | 1 | -17/+15 |
* | Move TimedHashMap to netx | Omair Majid | 2011-02-15 | 1 | -0/+102 |
* | remove ununsed imports in netx | Omair Majid | 2011-01-12 | 2 | -4/+0 |
* | add support for validating configuration | Omair Majid | 2010-12-13 | 1 | -1/+1 |
* | Fix Javadoc warnings. | Andrew John Hughes | 2010-12-08 | 1 | -2/+2 |