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) @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
(edit) @3336   14 years stoecker #close #5135 - allow undeleting without recreating object - patch by …
(edit) @3212   14 years bastiK fixed #4950 - Bad loop over attribute list (patch by jamesmikedupont)
(edit) @3083   14 years bastiK added svn:eol-style=native to source files
(edit) @2990   14 years jttt Fix some eclipse warnings
(edit) @2852   14 years mjulius fix messages for io
(edit) @2825   14 years Gubaer fixed #4328: No visible error message when trying to upload to a …
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2734   14 years framm message fixes
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2599   14 years Gubaer fixed #4130: Chunked upload mode counter is wrong fixed #4118: Upload …
(edit) @2569   14 years Gubaer fixed #3684: Add "chunked" upload mode Removed support for API "0.5" …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2480   14 years Gubaer fixed #3937: Closed changeset (due to timeout) remains in the upload dialog
(edit) @2478   14 years Gubaer see #3887: java.lang.NullPointerException while uploading …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2222   15 years stoecker fixed #3580 - patch by bastiK - no longer send username/password for …
(edit) @2198   15 years Gubaer fixed #3249: Resolve conflicts between invisible and deleted …
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2171   15 years Gubaer applied #3555: patch by Claudius Henrichs: More typos and closing html tags
Note: See TracRevisionLog for help on using the revision log.