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) @15841   5 years simon04 https://errorprone.info/bugpattern/OperatorPrecedence
(edit) @15840   5 years simon04 fix #18644 - Get rid of useless JCS warnings during startup
(edit) @15740   5 years simon04 fix #18588, see #12235 - Comply with OSM Tile Usage Policy Do not …
(edit) @15573   5 years Don-vip fix #18404 - fix ConcurrentModificationException (regression from r15525)
(edit) @15525   5 years Don-vip spotbugs - JLM_JSR166_UTILCONCURRENT_MONITORENTER
(edit) @14535   6 years Don-vip see #16073 - check response contents see #16854 - stability of created …
(edit) @14311   7 years Don-vip see #16824 - better display of WMS errors
(edit) @14273   7 years stoecker fix typos - patch by naoliv - fix #16781 - Thanks a lot
(edit) @14271   7 years wiktorn Fix checkstyle / PMD
(edit) @14270   7 years wiktorn Treat SocketTimeoutException as transient error. Extend …
(edit) @14261   7 years wiktorn Use corePoolSize = maxPoolSize and unbounded queue Remove hack with …
(edit) @13825   7 years Don-vip SonarQube - squid:S3878 - Arrays should not be created for varargs …
(edit) @13778   7 years wiktorn Prefer Cache-Control header over Expires header According to RFC2616 …
(edit) @13733   7 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13672   7 years Don-vip fix recent SonarQube issues
(edit) @13649   7 years Don-vip fix #16204 - allow to create a new layer, draw, drag, open a few …
(edit) @13647   7 years Don-vip see #16204 - Allow to start and close JOSM in WebStart sandbox mode …
(edit) @13644   7 years wiktorn Supress PMD warnings See: #16193
(edit) @13643   7 years wiktorn In case of any IOExceptions when creating disk cache return …
(edit) @13439   7 years Don-vip see #15940 - WMTS: case-insensitive matching of dimensions + fix typo
(edit) @13358   7 years Don-vip fix #15830 - Support (and autodetect) WMS 1.3.0
(edit) @13230   7 years Don-vip fix #15690 - parse error message sent by Tomcat in case of WMS tile …
(edit) @13204   7 years Don-vip enable new PMD rule AvoidFileStream - see …
(edit) @12865   8 years Don-vip see #11390 - SonarQube - squid:S3824 - "Map.get" and value test should …
(edit) @12856   8 years bastiK see #15229 - add parameter to base directory methods
(edit) @12855   8 years bastiK see #15229 - add separate interface IBaseDirectories to look up …
(edit) @12813   8 years bastiK fix PMD, etc.
(edit) @12811   8 years bastiK see #15277 - add hard reference to logger, else it gets garbage …
(edit) @12765   8 years wiktorn Use tools.Logging instead of FeatureAdapter.getLogger See: #15229
(edit) @12620   8 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12542   8 years Don-vip partial revert of r12537
(edit) @12537   8 years Don-vip PMD - VariableNamingConventions
(edit) @12453   8 years bastiK see #14794 - remaining javadoc for the josm/data/ packages
(edit) @12279   8 years Don-vip sonar - squid:S3878 - Arrays should not be created for varargs parameters
(edit) @11958   8 years bastiK see #7427 - clear memory cache on projection change
(edit) @11893   8 years Don-vip sonar - squid:S1126 - Return of boolean expressions should not be …
(edit) @11746   8 years Don-vip PMD - Strict Exceptions
(edit) @11546   8 years Don-vip sonar - squid:S899 - Return values should not be ignored when they …
(edit) @11535   8 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11445   8 years Don-vip checkstyle
(edit) @11444   8 years wiktorn Fix disappearing download tasks. When ThreadPoolExecutor is adapting …
(edit) @11438   8 years wiktorn Fix thread pool for WMS Because threds in WMS download ThreadPool …
(edit) @11400   8 years Don-vip drop old stuff
(edit) @11397   8 years Don-vip sonar - squid:S2259 - Null pointers should not be dereferenced
(edit) @11381   8 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11331   8 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11288   8 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11169   8 years simon04 JCS: get rid of verbose logging on Windows
(edit) @10965   9 years Don-vip sonar - squid:S1226 - Method parameters, caught exceptions and foreach …
(edit) @10938   9 years Don-vip sonar - squid:S1450 - Private fields only used as local variables in …
(edit) @10877   9 years Don-vip see #13416 - add parameter validation do detect NPE origin
(edit) @10764   9 years Don-vip sonar - squid:S1191 - Classes from "sun.*" packages should not be used
(edit) @10762   9 years Don-vip sonar - squid:UselessParenthesesCheck
(edit) @10755   9 years Don-vip sonar - various fixes
(edit) @10747   9 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10728   9 years Don-vip see #11390 - fix checkstyle violations
(edit) @10723   9 years simon04 Fix javadoc
(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   10 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8800   10 years simon04 fix #11702 - Imagery: re-add info messages on HTTP requests
(edit) @8795   10 years Don-vip fix javadoc errors/warnings seen with JDK9
(edit) @8783   10 years simon04 HostLimitQueue: log "host limit reached" as DEBUG message
(edit) @8734   10 years simon04 see #11843 - Give all started threads sensible names …
(edit) @8674   10 years Don-vip fix Checkstyle issues
(edit) @8673   10 years wiktorn Bing fixes. * Pass and handle error on url creation (attribution not …
(edit) @8659   10 years wiktorn More performance improvements * Use one MemoryTileCache instance per …
Note: See TracRevisionLog for help on using the revision log.