source: josm/trunk/src/org/openstreetmap/josm/io/OsmServerReader.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12992   7 years Don-vip fix #15435 - do not cache incorrect login credentials when using basic auth
(edit) @12711   7 years Don-vip see #15141, see #15167 - use correct message ("Downloading data" …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12596   7 years Don-vip fix #15141 - Make HTTP POST requests to Overpass API - allows …
(edit) @12510   7 years Don-vip avoid code duplication
(edit) @11194   7 years Don-vip fix #13872 - use authentication only if OAuth is configured properly
(edit) @11193   7 years Don-vip fix #13872 - OAuth signing of all API requests to support user-based …
(edit) @11023   8 years Don-vip checkstyle
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @9732   8 years Don-vip remote control: add more unit tests, robustness
(edit) @9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9308   8 years simon04 fix #11693 - Overpass download: parse and use timeout from …
(edit) @9185   8 years simon04 see #12231 - HttpClient now reports status to ProgressMonitor
(edit) @9184   8 years simon04 see #12231 - fix …
(edit) @9174   8 years simon04 see #12231 - Update unit tests, fix regression
(edit) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(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) @8840   9 years Don-vip sonar - squid:S3052 - Fields should not be initialized to default values
(edit) @8563   9 years Don-vip fix #7813 - proper timeouts when connecting to OSM server (patch by anirud)
(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) @8470   9 years Don-vip javadoc fixes. Removed one duplicated method in exception handling
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8342   9 years Don-vip code style - Close curly brace and the next "else", "catch" and …
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8218   9 years simon04 fix #10868 - Add osm.notes.daysClosed to preference dialog
(edit) @7531   10 years bastiK applied #10503 - Note download code (patch by ToeBee)
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7267   10 years Don-vip fix #10172 - Cannot open GPX from URL without Content-Disposition
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6882   10 years Don-vip enable loading of .osm.zip files
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6803   10 years simon04 fix #9660 - Allow to download compressed GPX tracks from …
(edit) @6787   10 years Don-vip fix #9647 - filter invalid XML characters in changeset API responses
(edit) @6716   10 years simon04 Allow to read/write .gpx.bz2 files, refactor compression handling
(edit) @6695   10 years Don-vip fix #9581 - Improve regular info message about "download user details" …
(edit) @6643   10 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6246   11 years Don-vip Sonar/FindBugs - various bugfixes / violation fixes
(edit) @6244   11 years Don-vip fix #9091 - rework osm/gpx download tasks - take into account recent …
(edit) @6089   11 years akks see #8902 - patch by shinigami str != null && str.equals("CONST") => …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5863   11 years stoecker javadoc fixes
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5584   11 years Don-vip fix #8201 - Error handling or redacted items
(edit) @5575   11 years Don-vip fix #8186 - Error message from OsmServerReader with wrong URL (patch …
(edit) @5494   12 years Don-vip fix #8006 - Download remote marker layer
(edit) @5361   12 years Don-vip fix #7879 - Allow to open local and remote gzipped/bzipped osmChange …
(edit) @5324   12 years simon04 fix #7640 - History query will not cancel or timeout
(edit) @5317   12 years Don-vip see #7843 - Allow to open remote *.osm.bz/*.osm.bz2 files
(edit) @5097   12 years simon04 see #7511 - make DownloadDialog, Osm download related classes more …
(edit) @4530   12 years Don-vip see #6653 and #6960 - Allow JOSM to download osmChange files again
(edit) @4521   13 years Don-vip fix #6960 - Download GPX traces with Ctrl+L
(edit) @4310   13 years stoecker fix #6680, fix #6677 - i18n issues
(edit) @4191   13 years stoecker remove old debug stuff
(edit) @4172   13 years stoecker remove unused icons, make connection timouts configurable and increase …
(edit) @3511   14 years stoecker fix #5410 - server error message hidden from user
(edit) @3021   14 years mjulius escape space characters in URLs to download
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2852   14 years mjulius fix messages for io
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2124   15 years Gubaer See #3483: "Load list of changesets from the server" is broken for …
(edit) @2035   15 years Gubaer Improved user feedback in case of timed retries after …
(edit) @1875   15 years jttt Fix #3134
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1664   15 years Gubaer fixed #2656 - JOSM makes excessive capabilities requests to the server
(edit) @1608   15 years stoecker close #2633 - patch by Gubaer - better error message for server aborts
(edit) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
(edit) @1353   15 years stoecker apply patch by xeen - #2114
(edit) @1238   15 years ulfl explicit call connect, so we get a more detailed message if the …
(edit) @1222   15 years stoecker some cleanup in preferences handling
(edit) @1169   15 years stoecker removed usage of tab stops
(edit) @1146   15 years framm - Added new "open location" option in the file menu which can be used …
(edit) @1071   15 years framm Support for changeset uploads in 0.6. Error handling is not fully done …
(edit) @916   16 years stoecker removed duplicate preset icons, added better message for 500 server …
(edit) @655   16 years ramack patch by bruce89, closes #812; thanks bruce
(edit) @627   16 years framm - added svn:eol-style prop to all .java files. it is suggested that …
(edit) @343   17 years gebner Merge 0.5.
(copy) @321   17 years (none) - restructure of repository to support branches. Do 'svn switch …
copied from src/org/openstreetmap/josm/io/OsmServerReader.java
(edit) @298   17 years imi - added license description to head of each source file
Note: See TracRevisionLog for help on using the revision log.