Dennis Heimbigner
79c751b806
catch some distclean files
2012-05-13 18:42:10 +00:00
Dennis Heimbigner
e42d7d7f61
fix bug in opaque parsing
2012-05-05 22:31:24 +00:00
Dennis Heimbigner
c39c006039
fix fill bug (re: WJF-305473)
2012-05-04 17:32:14 +00:00
Dennis Heimbigner
77de04bb29
fix memory overflow bug (HT to Larry Knox)
2012-05-03 17:15:41 +00:00
Dennis Heimbigner
00e50f5a44
1. changed from using port 8080 to 8081 for motherlode
...
2. Fixed Ward's IGNORE problem with oc
3. Mmap support now works.
4. Fix an uninitialized variable pointed out by Russ in dnclog.c
2012-04-22 20:34:21 +00:00
Dennis Heimbigner
e29a6fb164
added list of configure flags to man4/install.doc
2012-04-13 02:41:00 +00:00
Dennis Heimbigner
353b7ebf53
fix bug in memio.c realloc code
2012-04-12 02:06:28 +00:00
Dennis Heimbigner
48ca394d2e
diskless: make read and write loop to read/write whole file when persisting
2012-04-09 22:03:02 +00:00
Dennis Heimbigner
5536bccee1
allow NC_DISKLESS with nc_open() to operate as a in-memory cache
2012-04-08 22:47:38 +00:00
Dennis Heimbigner
f5bd3bf525
cleanup and remove unused code
2012-04-01 20:15:06 +00:00
Dennis Heimbigner
a169a8383c
fixed type bug in tst_createfiles.c: int[]->size_t[]
2012-03-31 19:11:33 +00:00
Dennis Heimbigner
c417a58747
add some debugging help to fix snapshot error
2012-03-30 21:51:31 +00:00
Dennis Heimbigner
7a9802dc7c
forgot to check the case when HAVE_MEMMOVE is false
2012-03-28 17:46:25 +00:00
Dennis Heimbigner
28bd09236b
move single use macro to using program
2012-03-28 16:19:16 +00:00
Dennis Heimbigner
5570117513
fix NC_DISKLESS documentation in nc_create
2012-03-27 03:20:05 +00:00
Dennis Heimbigner
93f722f594
accidental variable declaration in netcdf.h
2012-03-26 17:03:09 +00:00
Dennis Heimbigner
7e27052f87
- Implemented diskless files for both netcdf classic and extended.
...
The in-memory files can be made persistent if nc_create is called with
NC_DISKLESS|NC_WRITE flags set. Initial test case also included.
- Modified ncio mechanism to support
multiple ncio packages; this is so we
can have posixio and memio operating
at the same time.
- cleanup up a bunch of lint issues (unused variables, etc).
2012-03-26 01:34:32 +00:00
Dennis Heimbigner
25c3167841
ckp
2012-03-26 01:30:22 +00:00
Dennis Heimbigner
88f7950d6f
fix a bunch of uninitialized variables
2012-03-16 22:29:09 +00:00
Dennis Heimbigner
99eef24bc2
- Fix NCF-158 to modify ncgen flag defaults.
...
- Fix NCF-157 to modify DAP code to support
partial variable retrieval.
- Fix of NCF-154 to solve problem of ncgen
improperly processing data lists for variables
of size greater than 2**18 bytes.
- Fix ncgen processing of char variables that have
multiple unlimited dimensions.
- Partly fix Jira issue: NCF-145 (vlen issues).
- Benchmark program nc_test4/tst_ar4_*) requires arguments
and should only be invoked inside a shell
script; fixed so that they terminate cleanly
if invoked with no arguments.
- Fix the Doxygen processing so it will work
with make distcheck.
- Begin switchover to using an alternative to ncio.
- Begin support for in-memory (diskless) files.
2012-03-14 23:26:48 +00:00
Dennis Heimbigner
787d32fffd
changed form of some static data to work with cxx4
2012-03-08 22:21:12 +00:00
Dennis Heimbigner
2349c62d18
close Jira NCF-154
2012-03-07 23:38:51 +00:00
Dennis Heimbigner
7cee1bb0ac
added info about minimum libcurl version
2012-03-02 20:27:44 +00:00
Dennis Heimbigner
629f712c77
fix bug in ncgen -lc handling of single character vars
2012-02-29 18:54:11 +00:00
Dennis Heimbigner
5f6c865543
fixed minor malloc problem
2012-02-15 19:15:03 +00:00
Dennis Heimbigner
ea1af11655
Resolve Lynton's vlen problems (partially) re: jira NCF-145
2012-02-14 00:25:32 +00:00
Dennis Heimbigner
6898930374
fix use of tail in run_back_comp_tests.sh
2012-02-05 19:34:03 +00:00
Dennis Heimbigner
1e1907e393
fix a bug in libdap2 handling of strings
2012-01-30 04:32:12 +00:00
Dennis Heimbigner
aebd11348a
1)Integrate the oc with improved performance
2012-01-29 18:56:29 +00:00
Dennis Heimbigner
ed6d25d562
premerge
2012-01-29 18:50:02 +00:00
Dennis Heimbigner
702dfea21c
make note about ISO-8859-1 in ncgen.l
2012-01-27 03:17:03 +00:00
Dennis Heimbigner
907e07bf99
2012-01-10 17:40:27 +00:00
Dennis Heimbigner
599f35d2e6
fix appel problems with data lists
2012-01-09 18:39:37 +00:00
Dennis Heimbigner
75563918a8
fix documentation tarball construction to be consistent with tm2.pl
2012-01-02 17:18:44 +00:00
Dennis Heimbigner
a4817c7888
make knmi tests run properly
2011-12-15 20:24:54 +00:00
Dennis Heimbigner
95772ba2a8
fix build issues identied by Rew
2011-12-13 23:16:16 +00:00
Dennis Heimbigner
9894f6f1ce
fix typo in daputil.c
2011-12-13 19:45:02 +00:00
Dennis Heimbigner
42d93127cc
fix oc/daptab.c not being in dist
2011-12-13 19:40:22 +00:00
Dennis Heimbigner
a8732c1320
Add test for character fillvalue bug
2011-12-13 04:16:52 +00:00
Dennis Heimbigner
b7f74c9cb4
Moved Jira release notes into RELEASE_NOTES
2011-12-12 23:49:27 +00:00
Dennis Heimbigner
8b3b307b10
modify dap legal names
2011-12-05 20:53:43 +00:00
Dennis Heimbigner
efd9808b0a
completely rewritten constraint system
2011-11-14 04:20:19 +00:00
Dennis Heimbigner
d10a2605ce
moved librpc/ from major branch to trunk
2011-10-23 20:17:56 +00:00
Dennis Heimbigner
42a2d2aa17
fix count error when converting dap attributes
2011-10-04 17:50:42 +00:00
Dennis Heimbigner
1578ddac0c
2011-09-20 20:39:04 +00:00
Dennis Heimbigner
4ac55c541c
2011-09-20 18:30:13 +00:00
Dennis Heimbigner
732fbff7ce
2011-09-20 17:30:02 +00:00
Dennis Heimbigner
12d4f46668
2011-09-18 20:57:51 +00:00
Dennis Heimbigner
d7790e7e7e
2011-09-16 18:36:08 +00:00
Dennis Heimbigner
16dee702b7
fix NCF-120
2011-09-15 16:57:16 +00:00