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) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10169   8 years wiktorn Restore IndexDiskCache that was switched off in [9142]
(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) @9246   8 years Don-vip javadoc update
(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) @9142   8 years wiktorn Revert [9064]. Move back to IndexedDiskCache Closes: #12221, reopens: …
(edit) @9070   8 years Don-vip Sonar - squid:S2293 - The diamond operator ("<>") should be used
(edit) @9064   8 years wiktorn Move from IndexedDiskCache to BlockDiskCache. HEADSUP: This change …
(edit) @9004   8 years wiktorn Fix high CPU usage when showing small tiles. - …
(edit) @8991   8 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   9 years wiktorn findbugs fixes
(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) @8598   9 years wiktorn TileSource: * added method - getTileId that returns unique identifier …
(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) @8514   9 years Don-vip checkstyle: various checks
(edit) @8513   9 years Don-vip checkstyle: blocks
(edit) @8512   9 years Don-vip checkstyle: redundant modifiers
(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) @8488   9 years wiktorn Properly handle situation, when tile server returns something else …
(edit) @8487   9 years Don-vip Hide implicit public constructor for utility classes
(edit) @8485   9 years wiktorn Addresses: #11548 - do not assume, that we work with HTTP based …
(edit) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(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) @8440   9 years Don-vip fix javadoc warnings
(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) @8421   9 years stoecker typo
(edit) @8420   9 years wiktorn Java docs for @8418, addresses #11456
(edit) @8418   9 years wiktorn Add posibility to display HTTP headers in Show Tile Info dialog. …
(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) @8357   9 years Don-vip fix some Findbugs violations
(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) @8313   9 years Don-vip fix #11397 - NPE
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(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) @8186   9 years bastiK see #11312 - imagerycache Plugin broken by recent changes in JOSM …
(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 …
(edit) @8172   9 years bastiK see #11216 - fix IndexedDiskCacheManager (patch by wiktorn)
(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.