aboutsummaryrefslogtreecommitdiff
path: root/src/filemanager.cpp
AgeCommit message (Expand)Author
2020-01-08Add capability to read resource files from the user writable directoryEven Rouault
2020-01-07Remote grid: add mechanism to re-open a grid if it has changed while being op...Even Rouault
2020-01-07DiskChunkCache::closeAndUnlink(): avoid use-after-free in the destructorEven Rouault
2020-01-01curl implementation: add retry logic on some HTTP errorsEven Rouault
2019-12-31Add a SQLite3 local cache of downloaded chunksEven Rouault
2019-12-27CurlFileHandle: set UserAgentEven Rouault
2019-12-27CurlFileHandle: code improvement. No functional changeEven 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
2019-12-22Network: add a memory cache and I/O chunking strategyEven Rouault
2019-12-19Add very minimalistic and slow libcurl implementationEven Rouault
2019-12-19Add proj_context_set_network_callbacks() with an empty implementationEven Rouault
2019-12-19Add a FileManager and File classEven Rouault