summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [svn-r2441] Snapshot version 1.3 release 25HDF Admin2000-07-221-1/+1
* [svn-r2429] Snapshot version 1.3 release 24HDF Admin2000-07-081-1/+1
* [svn-r2423] Snapshot version 1.3 release 23HDF Admin2000-07-011-1/+1
* [svn-r2422] Snapshot version 1.3 release 22HDF Admin2000-07-011-1/+1
* [svn-r2410] Changed H5MM_strdup() to H5MM_xstrdup() so we get a core dump soonerRobb Matzke2000-06-231-1/+1
* [svn-r2348] The way the pthread_t object was being initialized wasn't correct...Bill Wendling2000-06-062-13/+26
* [svn-r2345] Fixed a few more places where free'd memory was being inspected.Quincey Koziol2000-06-061-6/+17
* [svn-r2344] Fixed a bug where memory was being inspected after being free'd, ...Quincey Koziol2000-06-061-1/+3
* [svn-r2343] *sigh* Corrected H5AC_compare again. (Trying to fix a bug which ...Quincey Koziol2000-06-061-5/+10
* [svn-r2342] Updated H5AC_compare function to detect NULL pointers to cached o...Quincey Koziol2000-06-061-2/+9
* [svn-r2318] Rearranged metadata caching to put caching information in the obj...Quincey Koziol2000-06-0111-145/+183
* [svn-r2292] Snapshot version 1.3 release 21Albert Cheng2000-05-261-1/+1
* [svn-r2286] Gave the threading functions return types (herr_t). pthreads' callsBill Wendling2000-05-192-94/+163
* [svn-r2285] A \ was needed at the end of one of the definitions to make gmake...Bill Wendling2000-05-191-1/+1
* [svn-r2284] Duplicate initialization of variable removed.Bill Wendling2000-05-191-1/+0
* [svn-r2276] Modifed thread-safety code to more closely align with rest of HDF...Quincey Koziol2000-05-196-131/+191
* [svn-r2272] Updated data structure names to be more in line with HDF5 naming ...Quincey Koziol2000-05-192-150/+150
* [svn-r2264] Added Thread-safe feature. This is the phase 1 implementationChee-Wai Lee2000-05-186-23/+459
* [svn-r2262] * 2000-05-18Robb Matzke2000-05-1813-498/+870
* [svn-r2259] Elena Pourmal2000-05-171-4/+4
* [svn-r2235] Changed POWER_OF_TWO macro to allow 1 as a valid power of two. Ch...Bill Wendling2000-05-091-2/+6
* [svn-r2225] added __DLL__ in front of the function prototypes. exports the fu...Patrick Lu2000-05-091-17/+17
* [svn-r2223] Added logging version of sec2 file driver. This is _reallly_ use...Quincey Koziol2000-05-085-5/+991
* [svn-r2221] Brought threaded, balanced binary tree code over from the HDF4 li...Quincey Koziol2000-05-082-0/+1544
* [svn-r2220] Added a major error number for TBBT treesQuincey Koziol2000-05-082-1/+3
* [svn-r2219] This simplifies the "check for power of 2" in the hashing functio...Bill Wendling2000-05-081-16/+7
* [svn-r2191] Changed hash function for caching to avoid as many hash clashes.Quincey Koziol2000-04-222-30/+16
* [svn-r2190] Turned on address sorting when flushing metadata for entire file,...Quincey Koziol2000-04-221-1/+4
* [svn-r2178] ./src/H5public.hRobb Matzke2000-04-211-1/+1
* [svn-r2175] Updated API tracing information.Quincey Koziol2000-04-211-1/+1
* [svn-r2172] Fixed a few typos in FUNC_ENTER macros and return types that Binh...Quincey Koziol2000-04-211-10/+10
* [svn-r2165] Fixed last batch of problems when using free-lists on the SGI mac...Quincey Koziol2000-04-208-31/+40
* [svn-r2164] Remove debugging information...Quincey Koziol2000-04-191-2/+2
* [svn-r2163] Take out some debugging information which was accidentally checke...Quincey Koziol2000-04-192-4/+0
* [svn-r2162] Various small fixes to address SGI compiler warnings.Quincey Koziol2000-04-196-13/+13
* [svn-r2158] Modified B-tree splits so they avoid the redundant metadata I/O w...Quincey Koziol2000-04-191-34/+112
* [svn-r2157] Changed hashing scheme slightly to better spread out the hash val...Quincey Koziol2000-04-192-3/+7
* [svn-r2151] Modified H5_term_library to not reported errors when H5Eset_a...Quincey Koziol2000-04-156-257/+255
* [svn-r2147] Corrected a few problems in the free-list code and added more ass...Quincey Koziol2000-04-148-17/+47
* [svn-r2144] Update.Raymond Lu2000-04-131-3/+3
* [svn-r2141] Fixed some mix up from the last cvs commit.Raymond Lu2000-04-131-3/+3
* [svn-r2137] Add SRB as a new VFL, add related info into these source codes.Raymond Lu2000-04-137-11/+677
* [svn-r2131] Changed H5Screate_simple & H5Sset_extent_simple to disallowQuincey Koziol2000-04-121-7/+16
* [svn-r2124] Changed return type of H5Aiterate and the H5A_operator_t to herr_...Quincey Koziol2000-04-122-4/+4
* [svn-r2122] Fixed small problem with va_arg & shorts and floats in HDfprintf....Quincey Koziol2000-04-121-3/+3
* [svn-r2117] Fixed error which manifested in H5Giterate, causing groups with m...Quincey Koziol2000-04-121-1/+1
* [svn-r2115] Snapshot version 1.3 release 20Albert Cheng2000-04-121-1/+1
* [svn-r2110] Re-wrote a good chunk of the hyperslab code to work correctly in ...Quincey Koziol2000-04-112-412/+301
* [svn-r2109] Re-wrote a good chunk of the hyperslab code to work correctly in ...Quincey Koziol2000-04-111-5/+4
* [svn-r2108] Fixed small bug where we were reading a value out of a piece of m...Quincey Koziol2000-04-111-24/+28