netcdf-c/libdap4
Dennis Heimbigner 331a1f1c63 Centralize calls to curl_global_init and curl_global_cleanup
re: https://github.com/Unidata/netcdf-c/issues/1388

1. Centralize calls to curl_global_init and curl_global_cleanup
   to libdispatch/ddispatch.c
2. Make the above calls if options require curl: currently
   any of DAP2, DAP4, or byterange.
3. Side issue: Fix obscure bug in mmapio.c involving non-persistent mmap.
2019-05-03 13:22:54 -06:00
..
CMakeLists.txt
d4bytes.c
d4bytes.h
d4chunk.c
d4chunk.h
d4crc32.c
d4curlflags.c
d4curlfunctions.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
d4curlfunctions.h
d4cvt.c
d4data.c
d4debug.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
d4debug.h
d4dump.c
d4file.c Merge branch 'master' into threads_part1.dmh 2019-05-01 14:41:13 -06:00
d4fix.c
d4http.c
d4http.h
d4includes.h
d4mem.c
d4meta.c Fix additional big-endian machine error in dap4. 2019-02-15 11:36:29 -07:00
d4odom.c
d4odom.h
d4parser.c
d4printer.c
d4read.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
d4read.h
d4swap.c
d4util.c
d4util.h
d4varx.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
ezxml_extra.c
ezxml.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
ezxml.h
Makefile.am
ncd4.h
ncd4dispatch.c Centralize calls to curl_global_init and curl_global_cleanup 2019-05-03 13:22:54 -06:00
ncd4dispatch.h Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00
ncd4types.h