aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/cache/ResourceTracker.java
Commit message (Expand)AuthorAgeFilesLines
* Applet-tags now ignore any invalid (eg corrupt) jarsAdam Domurad2012-07-091-15/+15
* Changed for-loops over iterators and indices to for-each loops if theyAdam Domurad2012-05-251-19/+18
* Fixed output to be printed just in case of debug modeJiri Vanek2012-05-211-1/+3
* Fixed behavior when encoded/characters needed encoding included in url (PR811)Jiri Vanek2012-05-181-1/+127
* Fix cache to allow redownload on next run when javaws is killedAndrew Su2011-05-301-1/+3
* Fix PR723: AccessControlException while downloading resourceDeepak Bhole2011-05-271-2/+16
* Changed cache to prevent jar overwriting when update happens.Andrew Su2011-04-181-40/+75
* Fix concurrent access problem to downloadOptions.Denis Lila2011-04-051-4/+3
* netx findbugs based refactoring.Denis Lila2011-03-091-1/+1
* Added comments, clarified a previous changelog entry.Denis Lila2011-03-071-1/+5
* Fixed packed jar naming and pack.gz decompression problem.Denis Lila2011-03-041-22/+22
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-101-56/+90
* Fix Javadoc warnings.Andrew John Hughes2010-12-081-2/+3
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-061-58/+46
* Revert toURI().toURL() changes until we find a solution to the issues it raises:Andrew John Hughes2010-12-031-1/+2
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-031-1/+1
* Fix most warnings arising from NetX code.Andrew John Hughes2010-10-211-11/+14
* Initial import from IcedTea6.andrew2010-10-191-0/+1049