do not write segments until date keyword has been set in DRMS structs
Partial support for > 4 GB FITS files.
Dummy changes - added a comment - for testing.
fix crash in clean up code; vars that hold the results of cmdparams_get_str are not const char *
Fix memory leaks
forgot to add this file to the last checkin
Dont call SUM_put() for an SU that has no files in it; also fix some compiler warnings in drms_storageunit.c; modify arithtool to test out the changes to drms_storageunit.c; remove the warnings message that previously issued from drms_copykeys()
Support for exporting the reserved FITS DATE keyword (plus a bunch of bug fixes to make it work)
Fix 9 leaks.
Fixes for remotesums not properly doing the asynchronous download. lib DRMS was blocking on remotesums_master.pl, but it should not have blocked. Also, show_info wasn't properly handling the 'trylater' status code generated by remotesums. Needed to separate the record-chunk status codes from the regular drms status codes because code in show_info needed to look at both (and we don't combine status codes in drms_statuscodes.h). Fix drms_server deadlock - was due to server-side accept call blocking, even when there isn't any clients
Still didn't have drms_server_dropseries_su() correct. Final fix for buffer overrun.
Revert the last change I accidentally made to arithtool
This was not implemented, and it was trying to modify static memory in a bad way.
Fix some bugs in record-chunking. Make extract_fds_statev use record-chunking in a couple of places to try it out.
Add functions to drms_series.c that allow the user to check whether they have permission to create a new record, delete an existing record, or update an existing record for a given series
Add support for writing a slice to a specified location within the output data array.
Add some support for testing reading of slices
We're setting newSeg, so there should be no check for it being set to NULL already.
Pull out all top-level jsoc export code from drms_record.c and put into the jsoc_export module
Don't copy over _index keywords
Implement bzero/bscale plan (developed by Phl, Rick, Karen, and I); test cfitsio reading/writing - fix problems with char data type, which was being treated as unsigned char, but DRMS uses signed char; test bzero/bscale plan
Added support for in-memory data types other than double; added new bzero/bscale parameters
revert two files that were accidentally committed
Use SDO_EPOCH, not SOHO_EPOCH, as the macro that returns the internal time in the _SDO_to_DRMS_time() call. The latter includes a function call of sscan_time(). Also, make _SDO_to_DRMS_time() a static inline function.
Free DRMS_Array_t structures created by calling drms_segment_read()
Allow empty strings in jsds and command line when a drms string is expected; fix crash in cfitsio_write_file - don't use unitialized fptr; fix problem with fitsio type TLONG - it corresponds to C 'long' data type
Fixes so that basic FITSIO protocol works
Change maximum seriesname length to 64 bytes (from 32 bytes). Also, divide MAXNAMELEN into several different defines so that it will be easier in the future to change buf sizes
Fix problems with conversion to case-insensitive comparisons of keywords, links, segments, series names. Also, initial bits for reading fits files locally (not inside of a database): added new libdsds.so API for reading fits headers, added code to drms_record.c to detect whether a record specification refers to local files or not.
Move JSOC/src/base to JSOC/base and JSOC/src/proj to JSOC/proj. 86 JSOC/src.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.