summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [svn-r2505] Some of the RETURN macros were returning NULL instead of FAIL...F...Bill Wendling2000-09-051-7/+7
* [svn-r2504] Revised routine to add hyperslabs to the selection, sorting the a...Quincey Koziol2000-09-041-78/+36
* [svn-r2502] Added limits to the free lists, so they will automatically garbag...Quincey Koziol2000-08-311-6/+6
* [svn-r2501] Added several free lists for commonly used & abused data structur...Quincey Koziol2000-08-311-120/+525
* [svn-r2500] Added fields to file data structures to allow metadata aggregatio...Quincey Koziol2000-08-311-2/+34
* [svn-r2499] Changed H5FDwrite prototype to include new 'type of data' parameterQuincey Koziol2000-08-311-1/+1
* [svn-r2498] Added new VFL 'query' code and added new 'type of data' parameter...Quincey Koziol2000-08-319-23/+172
* [svn-r2497] Removing metadata aggregation & accumulation prototyping code (it...Quincey Koziol2000-08-311-64/+50
* [svn-r2496] Changed H5F_block_write prototype & added metadata allocation fie...Quincey Koziol2000-08-311-2/+3
* [svn-r2495] More type of data parameter additions for H5F_block_write.Quincey Koziol2000-08-313-3/+3
* [svn-r2494] Changed the default size of object headers from 16 bytes to 256 b...Quincey Koziol2000-08-311-1/+1
* [svn-r2493] Added a set/get pair of property modifiers to allows users to set...Quincey Koziol2000-08-312-0/+84
* [svn-r2492] Added type of data parameter to H5F_block_write calls and also ad...Quincey Koziol2000-08-311-5/+7
* [svn-r2491] Added type of data parameter to H5F_block_write calls.Quincey Koziol2000-08-316-10/+10
* [svn-r2477] Snapshot version 1.3 release 28HDF Admin2000-08-191-1/+1
* [svn-r2476] Added free lists to track various data structures in memory, to r...Quincey Koziol2000-08-169-67/+160
* [svn-r2475] Moved code to insert a new dataset into a group up a few blocks o...Quincey Koziol2000-08-161-5/+23
* [svn-r2474] Updated some old variables to the proper names, added seek loggin...Quincey Koziol2000-08-162-10/+81
* [svn-r2472] Combine object header prefix and first object header chunk when p...Quincey Koziol2000-08-161-20/+55
* [svn-r2471] Snapshot version 1.3 release 27HDF Admin2000-08-121-1/+1
* [svn-r2470] Changed parameter type from uintn to size_t to clear up some warn...Quincey Koziol2000-08-082-4/+4
* [svn-r2469] Snapshot version 1.3 release 26HDF Admin2000-08-051-1/+1
* [svn-r2465] Changed nbytes to an hsize_t type since that's what it holds. Als...Bill Wendling2000-08-041-9/+9
* [svn-r2464] HGOTO_ERROR was returning NULL instead of FAIL. This was causing ...Bill Wendling2000-08-041-14/+13
* [svn-r2459] Added public API function (H5set_free_list_limits) to allow limit...Quincey Koziol2000-08-044-12/+116
* [svn-r2454] Took out another unneeded assertion which was causing problems.Quincey Koziol2000-08-011-1/+0
* [svn-r2453] Made free-list code garbage collect if it runs out memory during ...Quincey Koziol2000-08-012-83/+121
* [svn-r2450] Remove asserts on non-existent variables..Quincey Koziol2000-08-011-2/+1
* [svn-r2448] Re-did section of hyperslab initialization code to avoid tons of ...Quincey Koziol2000-07-282-116/+111
* [svn-r2447] Another small calculation optimization.Quincey Koziol2000-07-281-1/+1
* [svn-r2446] Some small performance improvements to various allocations and ca...Quincey Koziol2000-07-282-22/+76
* [svn-r2445] Check in initial coding effort for automatically garbage collecti...Quincey Koziol2000-07-272-157/+350
* [svn-r2444] Checkpoint the Generic Property implementation. It's not active ...Quincey Koziol2000-07-2510-340/+2642
* [svn-r2442] Insert better error checking when memory allocation fails (in cer...Quincey Koziol2000-07-251-2/+4
* [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