source: josm/trunk/src/org/openstreetmap/josm/tools/HttpClient.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11879   7 years Don-vip findbugs - EI_EXPOSE_REP
(edit) @11878   7 years Don-vip findbugs - EI_EXPOSE_REP2 + javadoc
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11535   7 years Don-vip sonar - squid:S2142 - "InterruptedException" should not be ignored
(edit) @11381   7 years Don-vip findbugs - RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
(edit) @11288   7 years simon04 see #13376 - Use TimeUnit instead of combinations of 1000/60/60/24
(edit) @11277   7 years Don-vip sonar - fix recently added warnings
(edit) @11250   7 years wiktorn Add response debug printing on HTTP Status code >= 300 Closes: #13961
(edit) @10420   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10302   8 years Don-vip fix #12583 - fix unit tests by adding a new mode to HttpClient. Don't …
(edit) @10300   8 years Don-vip sonar - Performance - Method passes constant String of length 1 to …
(edit) @10160   8 years bastiK partial revert of [9529] (fixes #12583) possibly breaking tests
(edit) @9977   8 years Don-vip sonar - remove some transient modifiers
(edit) @9949   8 years Don-vip remove deprecated stuff, code cleanup, javadoc, unit tests
(edit) @9935   8 years simon04 see #12584 - Attempt to obtain the session cookie via CookieManager
(edit) @9915   8 years Don-vip see #12587 - checkstyle
(edit) @9912   8 years simon04 fix #12587 - fix NPE in HttpClient
(edit) @9810   8 years Don-vip checkstyle
(edit) @9807   8 years wiktorn Make map returned by getHeaderFields() case insensitive. RFC 2616, …
(edit) @9529   8 years simon04 HttpClient: test progress monitor handling
(edit) @9396   8 years simon04 fix #7122 - Improve HTTP authentication for parallel requests (TMS/WMS …
(edit) @9314   8 years simon04 fix #7094 see #12231 - HttpClient: set Content-Length for all …
(edit) @9309   8 years simon04 see #12292 - Allow to disconnect HttpClient in connecting phase
(edit) @9274   8 years simon04 Uniform display of sizes (B, kB, MB, ...)
(edit) @9255   8 years simon04 Add functional tests for HttpClient and fix 2 bug found
(edit) @9249   8 years Don-vip see #11390 - resolve last javadoc warnings with Java 8. "ant javadoc" …
(edit) @9232   8 years simon04 fix #12265 - Use HttpClient for imagery requests
(edit) @9230   8 years Don-vip fix javadoc errors/warnings
(edit) @9227   8 years Don-vip OAuth: add robustness, basic unit test, code cleanup
(edit) @9200   8 years simon04 see #12231 - Code style (reasonForRequest)
(edit) @9190   8 years simon04 see #12231 - Fix logging of reasonForRequest
(edit) @9185   8 years simon04 see #12231 - HttpClient now reports status to ProgressMonitor
(edit) @9184   8 years simon04 see #12231 - fix …
(edit) @9182   8 years simon04 see #12231 - No read timeout for OsmApi connections Fixes regression …
(edit) @9179   8 years Don-vip see #12231 - initialize API to use progress monitor during HTTP connection
(edit) @9178   8 years Don-vip see #12231 - add support for setFixedLengthStreamingMode (used in …
(edit) @9177   8 years Don-vip see #12231 - javadoc
(edit) @9174   8 years simon04 see #12231 - Update unit tests, fix regression
(edit) @9173   8 years simon04 Checkstyle
(edit) @9172   8 years simon04 see #12231 - Use HttpClient for OSM API calls This requires adaptors …
(edit) @9171   8 years simon04 see #12231 - Use HttpClient instead of some Utils.openHttpConnection
(edit) @9169   8 years simon04 see #12231 - HttpClient: add support to uncompress streams
(add) @9168   8 years simon04 see #12231 - Uniform access to HTTP resources
Note: See TracRevisionLog for help on using the revision log.