aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/cache
Commit message (Expand)AuthorAgeFilesLines
* Added forgotten file: IllegalResourceDescriptorExceptionAdam Domurad2012-07-091-0/+13
* 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-254-39/+40
* 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-182-11/+155
* More tests for Spaces and characters in urlsJiri Vanek2012-05-182-4/+4
* Reduce no. of loads of the cache index fileThomas Meyer2012-05-111-3/+3
* PR918: java applet windows uses a low resulution black/white iconOmair Majid2012-04-191-0/+2
* Validate the recently_used file at every load. This will fix the StringIndex-Thomas Meyer2012-04-102-97/+113
* fixed LRU cache behaviour in case of failure. Tests added.Jiri Vanek2012-02-013-8/+95
* Fix undisposed window problem. It was causing AWT to never shut down.Denis Lila2011-06-101-25/+35
* 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
* Fix PR727: Split conditional to removed duplicate entries in cache.Andrew Su2011-05-271-4/+6
* Fix PR726. Create recently_used on startup.Andrew Su2011-05-251-6/+13
* Enforce cache size limitAndrew Su2011-04-201-17/+62
* Store lru after modifying the entriesAndrew Su2011-04-201-0/+1
* Changed cache to prevent jar overwriting when update happens.Andrew Su2011-04-184-53/+527
* Make CacheDirectory final and not instantiable.Andrew Su2011-04-131-1/+5
* Fix concurrent access problem to downloadOptions.Denis Lila2011-04-051-4/+3
* Ensure that javaws can not clear cache while plugin or javaws is running.Andrew Su2011-03-171-13/+10
* Handling error code returning functions.Denis Lila2011-03-152-2/+4
* netx findbugs based refactoring.Denis Lila2011-03-092-4/+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-042-23/+23
* Fix RH669942: Add support for packEnabled and versionEnabledOmair Majid2011-02-104-57/+276
* remove ununsed imports in netxOmair Majid2011-01-125-24/+0
* Add cache viewer for itw-settings.Andrew Su2010-12-202-0/+278
* add support for validating configurationOmair Majid2010-12-131-0/+1
* Fix Javadoc warnings.Andrew John Hughes2010-12-081-2/+3
* Fixed indentation and spacing for all .java files.Deepak Bhole2010-12-067-149/+120
* Revert toURI().toURL() changes until we find a solution to the issues it raises:Andrew John Hughes2010-12-032-2/+4
* Fix warnings produced by NetX and the plugin (both Java and C++).Andrew John Hughes2010-12-032-2/+2
* use deployment.properties file for infrastructure related configurationOmair Majid2010-11-031-12/+20
* remove duplicate R methods; create a single class to handle translationOmair Majid2010-10-253-11/+9
* Fix most warnings arising from NetX code.Andrew John Hughes2010-10-214-27/+33
* Initial import from IcedTea6.andrew2010-10-198-0/+2467