Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced logging bottleneck | Jiri Vanek | 2013-09-25 | 1 | -2/+3 |
| | |||||
* | PR898: signed applications with big jnlp-file doesn't start | Omair Majid | 2012-03-22 | 1 | -15/+10 |
| | | | | | | JNLPMatcher was using PipedInputStream and PipedOutputStream without threads which was deadlocking on large files. Use ByteArrayOutputStream instead to avoid this. | ||||
* | Minor changes in algorithm that compares signed JNLP application/template | Saad Mohammad | 2011-08-03 | 1 | -41/+56 |
| | |||||
* | Added algorithm that compares signed JNLP application/template file with ↵ | Saad Mohammad | 2011-07-19 | 1 | -0/+272 |
launching JNLP file (with test case and its resources) |