source: josm/trunk/src/org/openstreetmap/josm/data/cache

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10652   9 years wiktorn Fix not using the calculated disk cache size. Add unit tests for …
(edit) @10626   9 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10608   9 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   9 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10570   9 years Don-vip fix #13171 - Do not complain for non-existent files during cache …
(edit) @10562   9 years wiktorn Use whole file if cache file size is greater than desired limit. …
(edit) @10558   9 years wiktorn Do not cache IOException in JCS, they should be cached only in memory. …
(edit) @10545   9 years wiktorn Use stale cache tiles if IOException occurs * small pretty print …
(edit) @10469   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10420   9 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10417   9 years wiktorn Fix block cache growing outside the limit. * Missing setting of the …
(edit) @10408   9 years wiktorn Set core pool size to 1, so minimum number of thread can be 1. …
(edit) @10406   9 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(edit) @10378   9 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10323   9 years wiktorn Block/Indexed cache enhancements. * introduce a BooleanProperty that …
(edit) @10308   9 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10247   9 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10235   9 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10212   9 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10185   9 years Don-vip sonar - squid:S2245 - Pseudorandom number generators (PRNGs) should …
(edit) @10181   9 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10169   9 years wiktorn Restore IndexDiskCache that was switched off in [9142]
(edit) @10134   9 years Don-vip sonar, javadoc
(edit) @9983   9 years Don-vip remove unused code
(edit) @9709   9 years simon04 Refactoring (final fields)
(edit) @9246   9 years Don-vip javadoc update
(edit) @9232   9 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9228   9 years wiktorn Do not use cache when downloading. This avoids getting objects from …
(edit) @9212   9 years Don-vip checkstyle 6.14 + tune xml validation settings in Eclipse project
(edit) @9210   9 years wiktorn Temporary logging of response headers at debug level. See: #12235
(edit) @9142   9 years wiktorn Revert [9064]. Move back to IndexedDiskCache Closes: #12221, reopens: …
(edit) @9070   9 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9064   9 years wiktorn Move from IndexedDiskCache to BlockDiskCache. HEADSUP: This change …
(edit) @9004   9 years wiktorn Fix high CPU usage when showing small tiles. - …
(edit) @8991   9 years simon04 fix #12054 - IllegalArgumentException in JCS log handler
(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) @8795   9 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8783   9 years simon04 HostLimitQueue: log "host limit reached" as DEBUG message
(edit) @8734   9 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8673   9 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8659   9 years wiktorn More performance improvements * Use one MemoryTileCache instance per …
(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) @8629   9 years wiktorn Fix NPE in CacheEntry and TMS settings * fix NPE in CacheEntry …
(edit) @8628   10 years wiktorn findbugs fixes
(edit) @8624   10 years bastiK add missing svn:eol-style=native
(edit) @8606   10 years wiktorn Properly report exceptions from tile download
(edit) @8604   10 years wiktorn Better error reporting in JCS, checkstyle fixes
(edit) @8602   10 years wiktorn Properly handle file based tile sources. * move …
(edit) @8598   10 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(edit) @8568   10 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8540   10 years Don-vip fix remaining checkstyle issues
(edit) @8530   10 years Don-vip see #11255 - checkstyle/findbugs
(edit) @8526   10 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8514   10 years Don-vip checkstyle: various checks
(edit) @8513   10 years Don-vip checkstyle: blocks
(edit) @8512   10 years Don-vip checkstyle: redundant modifiers
(edit) @8510   10 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   10 years Don-vip fix many checkstyle violations
(edit) @8488   10 years wiktorn Properly handle situation, when tile server returns something else …
(edit) @8487   10 years Don-vip Hide implicit public constructor for utility classes
(edit) @8485   10 years wiktorn Addresses: #11548 - do not assume, that we work with HTTP based …
(edit) @8470   10 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8462   10 years wiktorn Prevent NPE in case, when some exception is thrown before attributes …
(edit) @8459   10 years Don-vip javadoc / Unit test fixes
(edit) @8440   10 years Don-vip fix javadoc warnings
(edit) @8433   10 years wiktorn Clean up handling of various error situations. Closes #11494
(edit) @8425   10 years wiktorn Limit the tile expiration date between 1 hour to 1 month. Fix Sonar …
(edit) @8424   10 years wiktorn Set URLConnection.setUseCaches(false) when forcing reload of tiles. …
(edit) @8421   10 years stoecker typo
(edit) @8420   10 years wiktorn Java docs for @8418, addresses #11456
(edit) @8418   10 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(edit) @8413   10 years Don-vip code style - A close curly brace should be located at the beginning of …
(edit) @8403   10 years wiktorn Rework the per host limit, so the queue will never reject the submited …
(edit) @8401   10 years Don-vip fix some minor Sonar issues
(edit) @8397   10 years wiktorn addresses #11437 - introduce infinite queue for tile loading and clear …
(edit) @8389   10 years wiktorn addresses #11437 - properly pass information about errors during load …
(edit) @8357   10 years Don-vip fix some Findbugs violations
(edit) @8345   10 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8344   10 years bastiK applied #10454 - Mapbox "empty" tile (imagery with zoom level > 17) …
(edit) @8326   10 years Don-vip fix #11404 - High CPU load during tile loading in TMS layer and …
(edit) @8318   10 years Don-vip fix various Sonar issues: - squid:S1068: Unused private fields should …
(edit) @8314   10 years bastiK applied #10902 - TMS simultaneous connections (2nd patch by wiktorn)
(edit) @8313   10 years Don-vip fix #11397 - NPE
(edit) @8308   10 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8291   10 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8286   10 years Don-vip fix sonar squid:S1444 - "public static" fields should always be constant
(edit) @8186   10 years bastiK see #11312 - imagerycache Plugin broken by recent changes in JOSM …
(edit) @8176   10 years stoecker fix #11317 - tile flickering during TMS loading - patch by wiktorn
(edit) @8174   10 years bastiK see #11216 - fixes NPE when BingAttribution is not loaded, and for not …
(edit) @8172   10 years bastiK see #11216 - fix IndexedDiskCacheManager (patch by wiktorn)
(add) @8168   10 years bastiK see #11216 - Limit size of TMS cache (patch by wiktorn)
Note: See TracRevisionLog for help on using the revision log.