source: josm/trunk/src/org/openstreetmap/josm/io/OsmApi.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) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12841   7 years bastiK see #15229 - fix deprecations caused by [12840]
(edit) @12805   7 years Don-vip see #15229 - see #15182 - remove GUI references from DefaultProxySelector
(edit) @12804   7 years Don-vip see #15229 - see #15182 - remove GUI references from OsmApi
(edit) @12636   7 years Don-vip see #15182 - deprecate Main.getLayerManager(). Replacement: …
(edit) @12630   7 years Don-vip see #15182 - deprecate Main.map and Main.isDisplayingMapView(). …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11532   7 years stoecker see #9210 - remove interim imagery blacklist solution, the api now has …
(edit) @11386   7 years Don-vip sonar - squid:S1066 - Collapsible "if" statements should be merged
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @10627   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10436   8 years Don-vip see #13001 - replace calls to Main.main.[add|remove]Layer by …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10373   8 years Don-vip fix #12949 - Use test rule instead of JOSMFixture to speed up tests …
(edit) @10364   8 years stoecker gsoc-core - patch by Michael Zangl - see #12953 - remove deprecation usage
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10051   8 years Don-vip fix #12675 - fix XML encoding of user names in changeset requests
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9353   8 years simon04 Refactoring: introduce OsmApi#getServerUrl
(edit) @9352   8 years simon04 fix #7612 - Prefer OAuth, provide authorization at upload
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9182   8 years simon04 see #12231 - No read timeout for OsmApi connections Fixes 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) @8926   8 years Don-vip javadoc fixes
(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) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(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) @8394   9 years Don-vip - global use of String.isEmpty() - Correctness - Method throws …
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8378   9 years Don-vip fix copyright/license headers globally
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8304   9 years Don-vip simplify URL encoding/decoding
(edit) @8291   9 years Don-vip fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for …
(edit) @8285   9 years Don-vip fix sonar squid:S2039 - Member variable visibility should be specified
(edit) @7748   9 years Don-vip fix some Sonar issues recently introduced
(edit) @7663   9 years Don-vip fix #10666 - API support for uploading note changes (patch by ToeBee)
(edit) @7656   9 years Don-vip improve performance of "Postprocessing uploaded data ..." step after …
(edit) @7476   10 years Don-vip fix NPE seen in continuous integration, reproducible in offline mode
(edit) @7473   10 years Don-vip see #10441 - send capabilities request instead of changesets request …
(edit) @7434   10 years Don-vip fix #8885 (see #4614) - add offline mode with new command line …
(edit) @7082   10 years Don-vip see #8465 - replace Utils.UTF_8 by StandardCharsets.UTF_8, new in …
(edit) @7081   10 years Don-vip fixes for unit tests
(edit) @7037   10 years Don-vip see #8465 - last batch of try-with-resources
(edit) @7033   10 years Don-vip see #8465 - global use of try-with-resources, according to * …
(edit) @7030   10 years Don-vip see #8465 - use of try-with-resource
(edit) @7012   10 years Don-vip see #8465 - use String switch/case where applicable
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @7004   10 years Don-vip see #8465 - use multi-catch where applicable
(edit) @6995   10 years Don-vip fix #9906 - fix reliance on default encoding
(edit) @6966   10 years akks Fix default encoding for non-UTF consoles (for Notes plugin etc.)
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6906   10 years Don-vip refactor duplicated code - impacts some plugins (reverter, roadsigns, …
(edit) @6889   10 years Don-vip fix some Sonar issues (JLS order)
(edit) @6875   10 years Don-vip fix #9744 - Make OsmApi.sendRequest() protected to let plugins access …
(edit) @6852   10 years Don-vip see #9710 - more debug messages
(edit) @6840   10 years Don-vip fix #9710 - allow HTTPS access to OSM API
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6822   10 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6792   10 years Don-vip Sonar - fix various issues
(edit) @6642   10 years Don-vip Improve handling of network errors at startup, suggest to change proxy …
(edit) @6582   10 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6552   10 years simon04 Refactoring: introduce Utils.UTF_8 charset to avoid handling of …
(edit) @6349   10 years Don-vip fix #9234 - For identified users, notifies periodically (every 5 …
(edit) @6317   11 years Don-vip Sonar/FindBugs - Loose coupling
(edit) @6313   11 years Don-vip cosmetics in error reporting
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6268   11 years Don-vip Sonar/FindBugs - Bad practice - Method may fail to close stream
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6070   11 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @6009   11 years Don-vip fix #8799 - Follow conventional visitor design pattern by renaming …
(edit) @5881   11 years stoecker javadoc fixes
(edit) @5874   11 years Don-vip see #8570, #7406 - I/O refactorization: - Move different file copy …
(edit) @5635   11 years Don-vip fix #8278 - Robustness in capabilities cache parsing at startup
(edit) @5587   11 years Don-vip Single entry point in Utils to open HTTP connections
(edit) @5422   12 years Don-vip see #7943 - Introduce OsmApi.DEFAULT_API_URL, better handling of …
(edit) @5386   12 years Don-vip see #7914 - Introduce OsmApi.MAX_DOWNLOAD_THREADS and improve javadoc …
(edit) @5266   12 years bastiK fixed majority of javadoc warnings by replacing "{@see" by "{@link"
(edit) @5084   12 years simon04 hopefully fix #4216 - API calls blocking, cancel not working, JOSM hangs
(edit) @4859   12 years bastiK no read timeout for normal API connections (see #6823, see #7305)
(edit) @4854   12 years bastiK see #6823 - josm starts extremely slow when osm api is offline
(edit) @4815   12 years bastiK fixed #7281 - compile error
(edit) @4809   12 years bastiK remove bogus message (no connection is established at this point) (see …
(edit) @4709   12 years simon04 see #7140 - cache the capabilities call using CacheCustomContent
(edit) @4690   12 years stoecker see #7086 - fix passing auth information to wrong server
(edit) @4645   12 years framm Added three new hooks for plugins, allowing plugins to mess with …
(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) @4100   13 years bastiK use IPrimitive to make upload code work for both OsmPrimitive and …
(edit) @3993   13 years framm use short timeout for initial API connection, related to #6037
(edit) @3934   13 years framm Changed the way in which JOSM handles imagery layer blacklisting. …
(edit) @3566   14 years stoecker see #5404 - hopefully work around bugs in proxy software
(edit) @3366   14 years bastiK revert debugging code from last commit
(edit) @3365   14 years bastiK see #5220 - Timestamp and GPS tags fail to load from HTC Tattoo images
Note: See TracRevisionLog for help on using the revision log.