index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
/
test_network.cpp
Age
Commit message (
Expand
)
Author
2020-01-20
Address @hobu 's review comment of https://github.com/OSGeo/PROJ/pull/1839#pu...
Even Rouault
2020-01-14
Add proj_context_set_fileapi() and proj_context_set_sqlite3_vfs_name() (fixes...
Even Rouault
2020-01-14
Fix reading resources from user-writable directory & test it
Even Rouault
2020-01-09
Add proj_is_download_needed() and proj_download_file()
Even Rouault
2020-01-07
Remote grid: add mechanism to re-open a grid if it has changed while being op...
Even Rouault
2019-12-31
Add a SQLite3 local cache of downloaded chunks
Even Rouault
2019-12-27
Handle context reassignment for Grid/GridSet/File objects
Even Rouault
2019-12-27
Network: rework error handling
Even Rouault
2019-12-27
Network: make CDN endpoint configurable either in proj.ini, PROJ_NETWORK_ENDP...
Even Rouault
2019-12-27
Network: automatically use CDN resources when local resources not available, ...
Even Rouault
2019-12-23
Network: only enable it if PROJ_NETWORK=ON or proj_context_set_enable_network...
Even Rouault
2019-12-23
Network: remove dedicated get_file_size() callback to use get_header_value(),...
Even Rouault
2019-12-23
Add testing of network functionality
Even Rouault