summaryrefslogtreecommitdiffstats
path: root/src/H5PLpath.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-131-5/+5
| | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok().
* Correct Windows build.Quincey Koziol2018-12-051-1/+1
|
* Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-211-1/+1
| | | | deserializing a connector's info object.
* Fixed Windows code in H5PLpath.cDana Robinson2017-11-211-1/+1
|
* Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-171-2/+2
|
* Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-141-0/+776
over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.