netcdf-c/include
Dennis Heimbigner d1e17b5ee7 re: pull request: https://github.com/Unidata/netcdf-c/issues/487
The use of the following version-specific curl flags
is not always properly wrapped or aliased using
config.h HAVE_CURL... ifdefs.
# CURLOPT_USERNAME is not defined until curl version 7.19.1
# CURLOPT_PASSWORD is not defined until curl version 7.19.1
# CURLOPT_KEYPASSWD is not defined until curl version 7.16.4
  -- aliased as needed to CURLOPT_SSLKEYPASSWD
# CURLINFO_RESPONSE_CODE is not defined until curl version 7.10.7
  -- aliased as needed to CURLINFO_HTTP_CODE
# CURLOPT_CHUNK_BGN_FUNCTION is not defined until curl version 7.21.0
  -- not used in our code
2017-09-18 16:44:31 -06:00
..
.gitignore
ceconstraints.h
CMakeLists.txt
err_macros.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
fbits.h
Makefile.am ckp 2017-04-14 11:05:30 -06:00
nc3dispatch.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
nc3internal.h Merge branch 'master' into open_check_vlens 2017-05-05 17:02:36 -06:00
nc4dispatch.h Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
nc4internal.h X_INT64_MIN, X_INT64_MAX, and X_UINT64_MAX should be used internally 2017-06-06 18:20:26 -05:00
nc_hashmap.h
nc_logging.h
nc_tests.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
nc.h Merged master, DAP4 support into branch. 2017-04-19 09:29:35 -06:00
ncaux.h
ncbytes.h Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
ncconfigure.h
ncdap.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
ncdimscale.h
ncdispatch.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
ncexternl.h Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
nchashmap.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
nclist.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
nclog.h Fix pull request https://github.com/Unidata/netcdf-c/pull/374 (dap4.dmh) 2017-04-03 21:39:44 -06:00
ncoffsets.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
ncrc.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
nctestserver.h re: pull request: https://github.com/Unidata/netcdf-c/issues/487 2017-09-18 16:44:31 -06:00
nctime.h Corrected a couple issues uncovered when revisiting https://github.com/Unidata/netcdf-c/issues/244 2017-06-14 14:01:09 -06:00
ncuri.h ckp 2017-04-14 11:05:30 -06:00
ncutf8.h re: pull request https://github.com/Unidata/netcdf-c/pull/364 2017-06-18 21:06:19 -06:00
ncwinpath.h 1. Cleaned up some holdover debug code. 2017-07-25 14:58:29 -06:00
netcdf_f.h
netcdf_mem.h Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
netcdf_meta.h.in Primary change: add dap4 support 2017-03-08 17:01:10 -07:00
netcdf_par.h
netcdf.h X_INT64_MIN, X_INT64_MAX, and X_UINT64_MAX should be used internally 2017-06-06 18:20:26 -05:00
onstack.h
rnd.h
XGetopt.h