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) @17862   3 years simon04 fix #17177 - Add support for Mapbox Vector Tile (patch by …
(edit) @17663   3 years Don-vip see #18737 - add JNLP robustness in order to be able to quit unsigned …
(edit) @17509   3 years wiktorn Checkstyle fixes
(edit) @17505   3 years wiktorn Do not cache responses, that are not images. When server returns …
(edit) @17374   3 years GerdP see #20167: [patch] Improve code readability by replacing indexed …
(edit) @17369   3 years simon04 see #20141 - Revert "ImageProvider: cache rendered SVG images using JCS"
(edit) @17364   3 years simon04 see #20141 - ImageProvider: cache rendered SVG images using JCS This …
(edit) @17363   3 years simon04 see #20141 - Extract BufferedImageCacheEntry.pngEncoded
(edit) @16913   4 years simon04 fix #19698 - Refactoring: make private fields final
(edit) @16643   4 years simon04 see #19334 - https://errorprone.info/bugpattern/StringSplitter
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16401   4 years simon04 see #19208, see #18644 - JCS: remove workaround for useless JCS …
(edit) @16398   4 years simon04 see #19208 - JCS: update package to org.apache.commons.jcs3
(edit) @16392   4 years simon04 see #19173, see #19113 - JCSCacheManager: log all initialization errors
(edit) @16335   4 years simon04 fix #19113 - Use JCS class instead of CompositeCacheManager
(edit) @15926   4 years Don-vip fix recently introduced SonarQube issues
(edit) @15841   4 years simon04 https://errorprone.info/bugpattern/OperatorPrecedence
(edit) @15840   4 years simon04 fix #18644 - Get rid of useless JCS warnings during startup
(edit) @15740   4 years simon04 fix #18588, see #12235 - Comply with OSM Tile Usage Policy Do not …
(edit) @15573   4 years Don-vip fix #18404 - fix ConcurrentModificationException (regression from r15525)
(edit) @15525   4 years Don-vip spotbugs - JLM_JSR166_UTILCONCURRENT_MONITORENTER
(edit) @14535   5 years Don-vip see #16073 - check response contents see #16854 - stability of created …
(edit) @14311   6 years Don-vip see #16824 - better display of WMS errors
(edit) @14273   6 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14271   6 years wiktorn Fix checkstyle / PMD
(edit) @14270   6 years wiktorn Treat SocketTimeoutException as transient error. Extend …
(edit) @14261   6 years wiktorn Use corePoolSize = maxPoolSize and unbounded queue Remove hack with …
(edit) @13825   6 years Don-vip SonarQube - squid:S3878 - Arrays should not be created for varargs …
(edit) @13778   6 years wiktorn Prefer Cache-Control header over Expires header According to RFC2616 …
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13672   6 years Don-vip fix recent SonarQube issues
(edit) @13649   6 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13647   6 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13644   6 years wiktorn Supress PMD warnings See: #16193
(edit) @13643   6 years wiktorn In case of any IOExceptions when creating disk cache return …
(edit) @13439   6 years Don-vip see #15940 - WMTS: case-insensitive matching of dimensions + fix typo
(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) @13204   6 years Don-vip enable new PMD rule AvoidFileStream - see …
(edit) @12865   7 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12856   7 years bastiK see #15229 - add parameter to base directory methods
(edit) @12855   7 years bastiK see #15229 - add separate interface IBaseDirectories to look up …
(edit) @12813   7 years bastiK fix PMD, etc.
(edit) @12811   7 years bastiK see #15277 - add hard reference to logger, else it gets garbage …
(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) @12453   7 years bastiK see #14794 - remaining javadoc for the josm/data/ packages
(edit) @12279   7 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(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) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11546   7 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11445   7 years Don-vip checkstyle
(edit) @11444   7 years wiktorn Fix disappearing download tasks. When ThreadPoolExecutor is adapting …
(edit) @11438   7 years wiktorn Fix thread pool for WMS Because threds in WMS download ThreadPool …
(edit) @11400   7 years Don-vip drop old stuff
(edit) @11397   7 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(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) @11169   7 years simon04 JCS: get rid of verbose logging on Windows
(edit) @10965   8 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10938   8 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(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) @10762   8 years Don-vip sonar - squid:UselessParenthesesCheck
(edit) @10755   8 years Don-vip sonar - various fixes
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10728   8 years Don-vip see #11390 - fix checkstyle violations
(edit) @10723   8 years simon04 Fix javadoc
(edit) @10652   8 years wiktorn Fix not using the calculated disk cache size. Add unit tests for …
(edit) @10626   8 years Don-vip simplify handling of ignored/traced exceptions
(edit) @10608   8 years Don-vip see #11390 - sonar - squid:S1604 - Java 8: Anonymous inner classes …
(edit) @10600   8 years Don-vip see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface …
(edit) @10570   8 years Don-vip fix #13171 - Do not complain for non-existent files during cache …
(edit) @10562   8 years wiktorn Use whole file if cache file size is greater than desired limit. …
(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) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10417   8 years wiktorn Fix block cache growing outside the limit. * Missing setting of the …
(edit) @10408   8 years wiktorn Set core pool size to 1, so minimum number of thread can be 1. …
(edit) @10406   8 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10323   8 years wiktorn Block/Indexed cache enhancements. * introduce a BooleanProperty that …
(edit) @10308   8 years Don-vip sonar - squid:S1854 - Dead stores should be removed
(edit) @10247   8 years Don-vip findbugs - DLS_DEAD_LOCAL_STORE_OF_NULL
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(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) @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
Note: See TracRevisionLog for help on using the revision log.