source: josm/trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13358   6 years Don-vip fix #15830 - Support (and autodetect) WMS 1.3.0
(edit) @13230   6 years Don-vip fix #15690 - parse error message sent by Tomcat in case of WMS tile …
(edit) @12765   7 years wiktorn Use tools.Logging instead of FeatureAdapter.getLogger See: #15229
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12542   7 years Don-vip partial revert of r12537
(edit) @12537   7 years Don-vip PMD - VariableNamingConventions
(edit) @11958   7 years bastiK see #7427 - clear memory cache on projection change
(edit) @11893   7 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11331   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @10877   8 years Don-vip see #13416 - add parameter validation do detect NPE origin
(edit) @10764   8 years Don-vip sonar - squid:S1191 - Classes from "sun.*" packages should not be used
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10728   8 years Don-vip see #11390 - fix checkstyle violations
(edit) @10723   8 years simon04 Fix javadoc
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10558   8 years wiktorn Do not cache IOException in JCS, they should be cached only in memory. …
(edit) @10545   8 years wiktorn Use stale cache tiles if IOException occurs * small pretty print …
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10408   8 years wiktorn Set core pool size to 1, so minimum number of thread can be 1. …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10185   8 years Don-vip sonar - squid:S2245 - Pseudorandom number generators (PRNGs) should …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10134   8 years Don-vip sonar, javadoc
(edit) @9983   8 years Don-vip remove unused code
(edit) @9709   8 years simon04 Refactoring (final fields)
(edit) @9232   8 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9228   8 years wiktorn Do not use cache when downloading. This avoids getting objects from …
(edit) @9212   8 years Don-vip checkstyle 6.14 + tune xml validation settings in Eclipse project
(edit) @9210   8 years wiktorn Temporary logging of response headers at debug level. See: #12235
(edit) @9004   8 years wiktorn Fix high CPU usage when showing small tiles. - …
(edit) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8800   9 years simon04 fix #11702 - Imagery: re-add info messages on HTTP requests
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8673   9 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8649   9 years wiktorn * performance improvements - move all cache accesses to worker thread, …
(edit) @8643   9 years wiktorn Fix behaviour when exception is thrown during download. * fix endless …
(edit) @8640   9 years wiktorn Fix retrieving expired elemetnts from cache for TMS
(edit) @8635   9 years wiktorn Fix Coverity warnings: * null pointer dereferences * make maksimum …
(edit) @8624   9 years bastiK add missing svn:eol-style=native
(edit) @8606   9 years wiktorn Properly report exceptions from tile download
(edit) @8604   9 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8530   9 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8485   9 years wiktorn Addresses: #11548 - do not assume, that we work with HTTP based …
(edit) @8462   9 years wiktorn Prevent NPE in case, when some exception is thrown before attributes …
(edit) @8459   9 years Don-vip javadoc / Unit test fixes
(edit) @8433   9 years wiktorn Clean up handling of various error situations. Closes #11494
(edit) @8425   9 years wiktorn Limit the tile expiration date between 1 hour to 1 month. Fix Sonar …
(edit) @8424   9 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8413   9 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8403   9 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   9 years Don-vip fix some minor Sonar issues
(edit) @8397   9 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(edit) @8389   9 years wiktorn addresses #11437 - properly pass information about errors during load …
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8344   9 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8326   9 years Don-vip fix #11404 - High CPU load during tile loading in TMS layer and …
(edit) @8318   9 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8314   9 years bastiK applied #10902 - TMS simultaneous connections (2nd patch by wiktorn)
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8286   9 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8176   9 years stoecker fix #11317 - tile flickering during TMS loading - patch by wiktorn
(edit) @8174   9 years bastiK see #11216 - fixes NPE when BingAttribution is not loaded, and for not …
(add) @8168   9 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
Note: See TracRevisionLog for help on using the revision log.