source: josm/trunk/src/org/openstreetmap/josm/io/remotecontrol/RequestProcessor.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11952   7 years stoecker fix #14717 - fix remote control help request
(edit) @11567   7 years Don-vip findbugs - PZLA_PREFER_ZERO_LENGTH_ARRAYS
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10587   8 years Don-vip fix #13187 - Set encoding of remote control error pages to UTF-8 and …
(edit) @10208   8 years Don-vip see #11924 - Java 9 - JDK-6850612 deprecates Class.newInstance() ==> …
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9231   8 years Don-vip javadoc update
(edit) @9078   8 years Don-vip sonar - Immutable Field
(edit) @8870   9 years Don-vip sonar - squid:S2325 - "private" methods that don't access instance …
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8465   9 years Don-vip minor code style issues
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8263   9 years simon04 fix #11340 - Remote control: make …
(edit) @7937   9 years bastiK add subversion property svn:eol=native
(edit) @7636   10 years Don-vip fix #10646 - Remote Control v1.6: new load_data handler to load OSM …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6907   10 years Don-vip fix #9810 - fix HTML code in remote control 500 response
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6536   10 years simon04 fix #8228 - remote control: add command description to usage page
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6332   10 years Don-vip fix #9201 - fix remote control usage examples for handlers with …
(edit) @6265   11 years Don-vip Sonar/FindBugs: - Dodgy - Redundant nullcheck of value known to be …
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6223   11 years Don-vip Sonar - fix various violations
(edit) @6143   11 years Don-vip see #8885 - cleanup in command line arguments and website URL handling
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6091   11 years akks see #8612, #8228: remote control - add examples [patch by simon04, …
(edit) @6085   11 years Don-vip see #8902 - c-like array definitions changed to java-like (patch by …
(edit) @6084   11 years bastiK see #8902 - add missing @Override annotations (patch by shinigami)
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5876   11 years akks Remote control: allow adding tags without confirmation for current …
(edit) @5837   11 years Don-vip fix #8586 - Remote Control: allow imagery handler to work without any …
(edit) @5651   11 years simon04 remotecontrol: stop reading request if end of input stream is reached
(edit) @5189   12 years simon04 remote control: increase the possible request size (from 1KiB to 1MiB)
(edit) @5085   12 years simon04 fix #5824 - remotecontrol: add command for opening local files + …
(edit) @4834   12 years simon04 remotecontrol: primt more helpful Bad Request errors, i.e., list …
(edit) @4833   12 years simon04 fix #5324 - remotecontrol: add ways (e.g., …
(edit) @4798   12 years simon04 see #6425 - follow naming convention
(edit) @4796   12 years simon04 fix #6425 - remotecontrol: make download objects available (e.g., …
(edit) @3715   13 years Upliner Added imagery plugin to josm core. Imagery plugin is union of …
(add) @3707   13 years bastiK Added remotecontrol plugin to josm core. This plugin was initially …
Note: See TracRevisionLog for help on using the revision log.