aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/cache
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in ResourceUrlCreator due to PR1204 patchAndrew Azores2013-10-031-18/+39
* Fix for PR1204, handling of query strings and absolute paths.Andrew Azores2013-09-261-19/+21
* Introduced logging bottleneckJiri Vanek2013-09-257-96/+61
* IcedTea-Web is now following XDG .config and .cache specification(RH947647)Jiri Vanek2013-07-181-3/+4
* Add NativeLibraryStorageTEstAdam Domurad2013-06-031-4/+4
* Extract NativeLibraryStorage class from JNLPClassLoaderAdam Domurad2013-06-031-0/+162
* Fixed indentationJiri Vanek2013-05-031-2/+2
* Minor cleanup, fixed output from ResourceTracker and whitelistJiri Vanek2013-05-021-1/+1
* Fix for portalbank.no (trying get after failed head requests) and testsJiri Vanek2013-05-022-35/+36
* Decode local-file URLs lenientlyAdam Domurad2013-04-261-4/+1
* Introduce more UrlUtils functions.Adam Domurad2013-04-232-44/+23
* Ensure document-base is properly encodedAdam Domurad2013-04-231-1/+4
* Fix PR835, use HEAD requests to query if resource URL is validAdam Domurad2013-02-141-17/+66
* Fix for PR1292: Javaws does not resolve versioned jar names with periods prop...Adam Domurad2013-01-301-6/+17
* Download indicator made compact for more then one jarJiri Vanek2013-01-101-31/+160
* PR909: URL is invalid after normalizationSaad Mohammad2012-12-201-99/+14
* Add DownloadService implementationSaad Mohammad2012-11-081-0/+19
* Fix some javadoc warningsThomas Meyer2012-08-191-1/+1
* Add license header to filesSaad Mohammad2012-08-071-0/+37
* 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