| Commit message (Expand) | Author | Age | Files | Lines |
* | PR1161: X509VariableTrustManager does not work correctly with OpenJDK7 | Deepak Bhole | 2012-09-17 | 1 | -0/+30 |
* | Add signed jnlp tests for applications with multiple jars | Saad Mohammad | 2012-09-07 | 1 | -0/+32 |
* | Added strict test | Jiri Vanek | 2012-09-07 | 1 | -0/+15 |
* | Fixing several typos from previous push. | Jiri Vanek | 2012-09-06 | 1 | -0/+10 |
* | Fixing several errors which were causing incorrect behaviour causing correct ... | Jiri Vanek | 2012-09-05 | 1 | -0/+18 |
* | Added multiple-applets tests | Jiri Vanek | 2012-09-05 | 1 | -0/+28 |
* | Single instance support for jnlp-href and tests | Jiri Vanek | 2012-09-05 | 1 | -0/+22 |
* | Fix for PR920: Classes attempted to load twice when class extends from outsid... | Adam Domurad | 2012-08-28 | 1 | -0/+8 |
* | Reproducer for PR920, linkage error sometimes occurs | Adam Domurad | 2012-08-28 | 1 | -1/+22 |
* | Reproducer for PR1112, main class in signed jar loaded via INDEX.LIST | Adam Domurad | 2012-08-28 | 1 | -0/+16 |
* | Reproducer for PR1145, ClassCircularityError sometimes occurs when custom pol... | Adam Domurad | 2012-08-27 | 1 | -0/+12 |
* | Fir regression that sometimes results in ClassCircularityError | Deepak Bhole | 2012-08-27 | 1 | -0/+6 |
* | Added PR822 reproducer | Jiri Vanek | 2012-08-27 | 1 | -0/+22 |
* | Fixed long term failing unit-test, fixed NPE from ClassLoader | Jiri Vanek | 2012-08-27 | 1 | -0/+16 |
* | Added tests for PR905 - parameters in jnlp/html application/applet resources | Jiri Vanek | 2012-08-23 | 1 | -0/+27 |
* | destroyProcess in ProcessAssassin is now calling sigInt instead of unwrapped ... | Jiri Vanek | 2012-08-21 | 1 | -0/+8 |
* | launcher/javaws.in: java is now launched by exec | Jiri Vanek | 2012-08-21 | 1 | -0/+4 |
* | Fix a small bug in the contain() method | Thomas Meyer | 2012-08-19 | 1 | -0/+3 |
* | Fix some javadoc warnings | Thomas Meyer | 2012-08-19 | 1 | -0/+10 |
* | Encoding reproducer | Jiri Vanek | 2012-08-17 | 1 | -0/+17 |
* | Forgot changelog yet again. Woops. | Adam Domurad | 2012-08-17 | 1 | -0/+42 |
* | Added verbose constant for launching javaws | Jiri Vanek | 2012-08-17 | 1 | -0/+5 |
* | Fixed DeadlockTest and listeners forwarding | Jiri Vanek | 2012-08-17 | 1 | -0/+9 |
* | Restrict manifest classpath searching for JNLPs. | Danesh Dadachanji | 2012-08-15 | 1 | -0/+18 |
* | Changelog for unsigned content in metainf reproducer | Adam Domurad | 2012-08-14 | 1 | -0/+17 |
* | Unit test for JCV.isMetaInfFile() | Adam Domurad | 2012-08-14 | 1 | -0/+8 |
* | Added splashscreen implementation | Jiri Vanek | 2012-08-13 | 1 | -0/+88 |
* | Fixed wrong call in previous commit which was causing null process name | Jiri Vanek | 2012-08-13 | 1 | -0/+8 |
* | Reproducers of PR955 | Jiri Vanek | 2012-08-13 | 1 | -0/+19 |
* | Forgot changelog for consume_plugin_message refactoring | Adam Domurad | 2012-08-10 | 1 | -0/+8 |
* | Fix PR955: regression: SweetHome3D fails to run | Danesh Dadachanji | 2012-08-08 | 1 | -0/+35 |
* | Export only a minimum of symbols. This should fix PR472. | Thomas Meyer | 2012-08-07 | 1 | -0/+5 |
* | Add license header to files | Saad Mohammad | 2012-08-07 | 1 | -0/+12 |
* | Fixes PR1106, buffer overflow in plugin table | Adam Domurad | 2012-08-07 | 1 | -0/+7 |
* | Added NEWS entry for PR1049 | Saad Mohammad | 2012-08-01 | 1 | -0/+3 |
* | Fix PR1049: Empty jars are handled correctly during signature validation | Saad Mohammad | 2012-08-01 | 1 | -0/+26 |
* | Fix JNLPMatcherTest timeout from being too restrictive. | Danesh Dadachanji | 2012-08-01 | 1 | -0/+6 |
* | CVE-2012-3422, RH840592: Potential read from an uninitialized memory location | Deepak Bhole | 2012-07-24 | 1 | -0/+10 |
* | Fix in Makefile missing absolute path for keytool. | Danesh Dadachanji | 2012-07-31 | 1 | -0/+4 |
* | Introduced configure option --with-gtk=2|3|default to be able | Jiri Vanek | 2012-07-31 | 1 | -0/+9 |
* | Small correction in strSplit | Adam Domurad | 2012-07-24 | 1 | -0/+6 |
* | Fix RH838417, Fix RH838559: Disambiguate signed applet security prompt from c... | Danesh Dadachanji | 2012-07-20 | 1 | -0/+11 |
* | Fix possible endless loop while waiting for the applet object instance to get... | Thomas Meyer | 2012-07-19 | 1 | -0/+6 |
* | try to close browser before kill it | Jiri Vanek | 2012-07-11 | 1 | -0/+15 |
* | Refactor Object launchType; to LaunchDesc launchType; in JNLPFile | Adam Domurad | 2012-07-10 | 1 | -0/+16 |
* | Bumped release number to 1.4pre | Deepak Bhole | 2012-07-09 | 1 | -0/+4 |
* | Minor cleanup that removes avoidable code from loop. | Saad Mohammad | 2012-07-09 | 1 | -0/+5 |
* | Small fixes to C++ side of plugin, submitted by Martin Olsson. | Adam Domurad | 2012-07-09 | 1 | -1/+11 |
* | Adding forgotten entry to ChangeLog | Adam Domurad | 2012-07-09 | 1 | -0/+16 |
* | Fix PR1040, PR1041, PR1042: Allows signed jars to function correctly using ex... | Saad Mohammad | 2012-07-03 | 1 | -0/+44 |