summaryrefslogtreecommitdiffstats
path: root/src/state.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-18Update manifest when deleting state from a non-empty bundleDavid Robillard1-1/+6
2020-01-18Support deleting state that has not been savedDavid Robillard1-16/+21
2020-01-18Clean up path code in lilv_state_delete()David Robillard1-6/+5
2020-01-18Fix deleting state bundles loaded from the modelDavid Robillard1-7/+18
2020-01-18Only remove files in state bundle when deleting stateDavid Robillard1-6/+8
2020-01-18Factor out writing state manifestDavid Robillard1-10/+25
2020-01-18Ensure state directory path always ends in a separatorDavid Robillard1-8/+13
2020-01-18Remove redundant LILV_API declarationsDavid Robillard1-17/+17
2019-12-08Implement state:freePath featureDavid Robillard1-8/+31
2019-06-21Refuse to store state properties with null keysDavid Robillard1-0/+4
2019-06-21Refuse to store duplicate properties when saving plugin stateDavid Robillard1-0/+5
2019-06-21Factor out state property searchingDavid Robillard1-5/+13
2019-04-15Fix mismatched malloc/free callsDavid Robillard1-3/+3
2019-04-14Use modern LV2 includesDavid Robillard1-6/+6
2019-04-14Fix Windows cross-library malloc/free errorsDavid Robillard1-2/+5
2019-04-14Fix Windows buildDavid Robillard1-1/+0
2019-03-10Store port values in state as atomsDavid Robillard1-17/+18
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard1-6/+17
2019-01-11Use a clearer name for state directory and improve documentationDavid Robillard1-13/+13
2018-09-16Fix lilv_state_delete() for state bundles with extra filesDavid Robillard1-11/+23
2018-09-16Ensure state directory member is always set to a pathDavid Robillard1-9/+14
2018-09-16Don't print errors when saving state if correct links already existDavid Robillard1-3/+9
2018-09-16Make handle parameter to lilv_path_exists constDavid Robillard1-3/+3
2018-07-10Don't check for existence before attempting to create directoriesDavid Robillard1-7/+7
2017-12-29Remove pointless castsDavid Robillard1-1/+1
2017-01-04Lilv 0.24.2v0.24.2David Robillard1-1/+1
2017-01-03Always escape file URIsDavid Robillard1-5/+5
2016-09-26Fix comparison of restored states with pathsDavid Robillard1-1/+1
2016-09-18Fix memory, file, and library leaksDavid Robillard1-5/+8
2016-08-16Never call qsort on NULLDavid Robillard1-2/+6
2016-07-24Add lilv_state_set_metadata()David Robillard1-70/+124
2016-07-11Improve test coverageDavid Robillard1-4/+4
2015-11-04Fix restoring state from stringsDavid Robillard1-1/+1
2015-10-29Fix restoring plugins with no state interfaceDavid Robillard1-5/+7
2015-10-29Fix buildDavid Robillard1-1/+1
2015-10-29Fix long linesDavid Robillard1-43/+49
2015-10-04Improve test coverageDavid Robillard1-2/+6
2015-09-10Use lilv_free() where appropriate.David Robillard1-3/+3
2015-05-22Clarify comment.David Robillard1-1/+1
2015-05-21Delete trailing whitespace.David Robillard1-2/+2
2015-03-07Add support for state deletion.David Robillard1-47/+191
2015-02-19Add lilv_state_emit_port_values() for special port value handling.David Robillard1-6/+13
2015-02-08Preserve absolute paths in state if no link directory is given.David Robillard1-3/+6
2014-10-05Tolerate passing NULL to lilv_state_restore().David Robillard1-4/+6
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2014-07-31Minor code cleanups, slightly reduce LOC.David Robillard1-26/+13
2014-07-15Add lilv_world_unload_bundle() and lilv_world_unload_resource().David Robillard1-1/+7
2013-12-17Fix more const issues.David Robillard1-9/+10
2013-03-25Allow lilv_state_restore() to be used without passing an instance, for restor...David Robillard1-2/+2