summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Trigger error if library tries to break to independent I/O with filtersJordan Henderson2017-02-082-0/+8
* Fix issue in H5D__mpio_array_gather when no one contributes anythingJordan Henderson2017-02-031-22/+28
* Iterator for initial chunk entry IO operation should use source datatypeJordan Henderson2017-02-031-1/+1
* Fix bug where data doesn't write correctly when MEMSPACE isnt the sameJordan Henderson2017-02-031-7/+33
* Check return value of H5S_GET_EXTENT_NPOINTS macroJordan Henderson2017-02-021-13/+31
* Fix macro complaint in H5Dmpio.cJordan Henderson2017-02-021-3/+15
* Test code for user passing one-chunk-per-process hint to libraryJordan Henderson2017-01-311-7/+15
* Implement realloc strategy when receiving data modification messagesJordan Henderson2017-01-311-10/+19
* Add minor error code for H5D__mpio_array_gather failuresJordan Henderson2017-01-302-25/+23
* Add mechanism for determining if a chunk is being fully overwrittenJordan Henderson2017-01-301-36/+60
* Add back debugging statementsJordan Henderson2017-01-301-4/+300
* Remove Debugging Statements for Code ReviewJordan Henderson2017-01-271-310/+5
* Remove unnecessary num_chunks_selected_array fromJordan Henderson2017-01-271-29/+20
* Multiple Bug FixesJordan Henderson2017-01-261-102/+121
* Fix bug with chunk data updatingJordan Henderson2017-01-261-67/+68
* Test code for sending chunk modification data aroundJordan Henderson2017-01-241-10/+190
* Clean up H5Dmpio.c warningsJordan Henderson2017-01-201-30/+34
* For sake of complexity, force multi chunk IO for parallel filtered readJordan Henderson2017-01-191-2/+13
* Code refactoringJordan Henderson2017-01-191-157/+197
* Clean up const and other warningsJordan Henderson2017-01-181-30/+28
* Update documentation for link and multi chunk IOJordan Henderson2017-01-181-43/+46
* Major cleanupJordan Henderson2017-01-181-475/+303
* Add chunk redistribution for shared chunksJordan Henderson2017-01-171-190/+248
* Eliminate owner fieldJordan Henderson2017-01-131-15/+11
* Switch working branch from master to developJordan Henderson2017-01-136-35/+1391
* Bring changes to metadata cache "get entry status" call and newQuincey Koziol2017-01-0616-17/+588
* Add "image up to date" flag / parameter to metadata cache entry status calls.Quincey Koziol2017-01-065-4/+12
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-0524-245/+1707
* Merge code from cache image branch to split FSM ring into two types: raw dataQuincey Koziol2017-01-044-56/+242
* Align w/incoming cache image changes, and improve recovery on errors.Quincey Koziol2017-01-041-23/+23
* Revert accidental changes to freespace open and close routines.Quincey Koziol2017-01-031-4/+4
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-0312-47/+53
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2017-01-021-1/+1
|\
| * Fixed a macro in H5Cpkg.h that was only updated in the version thatDana Robinson2017-01-021-1/+1
* | Align with incoming cache_image branch changes: use the index list (instead ofQuincey Koziol2017-01-022-103/+149
|/
* Bring support for doubly-linked list of all entries in cache from incomingQuincey Koziol2016-12-304-125/+363
* Align with name change of "user" ring in incoming cache image changes.Quincey Koziol2016-12-303-4/+4
* Refactor several cache clients to have only one copy of their deserializationQuincey Koziol2016-12-306-442/+583
* Merge pull request #223 in HDFFV/hdf5 from develop_merge_cache_image_02 to de...Dana Robinson2016-12-2927-170/+133
|\
| * More normalizations against incoming cache image branch.Quincey Koziol2016-12-2927-170/+133
* | Merge pull request #200 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:name_macros to ...Dana Robinson2016-12-291-1/+1
|\ \
| * | Added text to the function check macros so that a more helpfulDana Robinson2016-12-121-1/+1
* | | Merge pull request #222 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Odtype_tidy t...Dana Robinson2016-12-291-138/+149
|\ \ \ | |_|/ |/| |
| * | Cleaned up H5Odtype.cDana Robinson2016-12-291-138/+149
* | | Normalize against incoming cache image feature.Quincey Koziol2016-12-282-116/+104
|/ /
* | Merge SWMR-related testing to existing tests.Quincey Koziol2016-12-182-6/+6
* | Snapshot version 1.9 release 235hdftest2016-12-161-2/+2
* | Change dlopen from RTLD_NOW to RTLD_LAZYAllen Byrne2016-12-121-1/+1
* | Fix bad implementation of Windows nanosleep equivalent.Dana Robinson2016-12-122-5/+5
* | Merge pull request #194 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop_swmr_merge_03...Quincey Koziol2016-12-122-169/+36
|\ \