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
/
src
/
networkfilemanager.cpp
Age
Commit message (
Expand
)
Author
2022-02-12
proj.ini: add a 'ca_bundle_path' variable
Even Rouault
2022-01-18
networkfilemanager.cpp: fix build issue with Cygwin
Even Rouault
2022-01-04
Fix doc generation with Doxygen 1.9.3
Even Rouault
2021-09-19
networkfilemanager.cpp: fix compiler warnings on 32-bit systems where time_t ...
Even Rouault
2021-06-02
Cleanup: add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex
Even Rouault
2021-03-07
typo fixes
Even Rouault
2021-03-07
Check return value of curl_easy_setopt() (CID 314805)
Even Rouault
2021-03-03
Reformat code with clang-format-10 from ubuntu 20.04
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-08-19
Code reformatting
Even Rouault
2020-08-16
ENH: Add support for custum CA Bundle path (#2323)
Alan D. Snow
2020-05-09
scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spotted
Even Rouault
2020-04-21
Code formatting fixes
Even Rouault
2020-04-20
Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...
Alan D. Snow
2020-02-24
Expose proj_context_is_network_enabled() in C API
Even Rouault
2020-02-04
Add projsync utility
Even Rouault
2020-02-02
proj_download_file(): relax test for the situation where a file < 1 MB is upd...
Even Rouault
2020-02-02
build_url(): remove no longer needed hack
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault