aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_network.cpp
AgeCommit message (Expand)Author
2020-01-20Address @hobu 's review comment of https://github.com/OSGeo/PROJ/pull/1839#pu...Even Rouault
2020-01-14Add proj_context_set_fileapi() and proj_context_set_sqlite3_vfs_name() (fixes...Even Rouault
2020-01-14Fix reading resources from user-writable directory & test itEven Rouault
2020-01-09Add proj_is_download_needed() and proj_download_file()Even Rouault
2020-01-07Remote grid: add mechanism to re-open a grid if it has changed while being op...Even Rouault
2019-12-31Add a SQLite3 local cache of downloaded chunksEven Rouault
2019-12-27Handle context reassignment for Grid/GridSet/File objectsEven Rouault
2019-12-27Network: rework error handlingEven Rouault
2019-12-27Network: make CDN endpoint configurable either in proj.ini, PROJ_NETWORK_ENDP...Even Rouault
2019-12-27Network: automatically use CDN resources when local resources not available, ...Even Rouault
2019-12-23Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...Even Rouault
2019-12-23Network: remove dedicated get_file_size() callback to use get_header_value(),...Even Rouault
2019-12-23Add testing of network functionalityEven Rouault