source: josm/trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9621   8 years Don-vip see #10588 - properly manage exception feedback in PluginDownloadTask. …
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9280   8 years Don-vip improve performance and simplify file copy operations (major …
(edit) @9168   8 years simon04 see #12231 - Uniform access to HTTP resources
(edit) @9059   8 years Don-vip checkstyle
(edit) @8938   8 years Don-vip add new unit test to check that all available plugins can be loaded
(edit) @8855   9 years Don-vip sonar - Unused private method should be removed sonar - Unused …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8443   9 years Don-vip remove extra whitespaces
(edit) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8061   9 years bastiK see #11096 - strip .png
(edit) @8017   9 years bastiK see #11090 - basic support for plugin loading at runtime. This is …
(edit) @7597   10 years Don-vip fix #10588 - DownloadGpsTask ignores the ProgressMonitor argument …
(edit) @7596   10 years Don-vip fix various warnings
(edit) @7509   10 years stoecker remove tabs
(edit) @7248   10 years bastiK reworked MirroredInputStream (renamed to CachedFile): * no more …
(edit) @7242   10 years bastiK add support for If-Modified-Since header in MirroredInputStream (see …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6867   10 years Don-vip fix #9715 - Set HTTP Accept header to expected MIME types when …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6073   11 years Don-vip fix #8886 - Allow to download plugin jars redirected from https to …
(edit) @6048   11 years Don-vip use progressMonitor as parent component of "Skip download" plugin …
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5836   11 years stoecker javadoc fixes
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4087   13 years bastiK PaintVisitor refactoring, includes hook for external MapRenderers …
(edit) @3530   14 years stoecker fix array preferences
(edit) @3332   14 years stoecker fixed #5130 - don't report skipped plugins as downloaded
(edit) @3090   14 years Gubaer fixed #4443: Plugins with known update site: Don't download unless a …
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @3054   14 years stoecker don't keep .jar.new for linux, this is only necessary for windows system
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2853   14 years mjulius fix messages for the rest
(edit) @2826   14 years Gubaer fixed #2851: Proxy caching problem
(add) @2817   14 years Gubaer fixed #3063: Downloading a plugin yields 3 dialogs at the same time: …
Note: See TracRevisionLog for help on using the revision log.