summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-18Fix lilv_plugin_get_latency_port_index() for lv2:latency designationDavid Robillard1-2/+11
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 lilv_mkdir_p when used with forward slashes on WindowsDavid Robillard1-2/+3
2019-04-15Fix mismatched malloc/free callsDavid Robillard2-5/+5
2019-04-14Remove support for OSX < 10.6David Robillard1-11/+1
2019-04-14Use modern LV2 includesDavid Robillard7-18/+18
2019-04-14Fix Windows cross-library malloc/free errorsDavid Robillard3-9/+15
2019-04-14Fix Windows buildDavid Robillard2-2/+0
2019-04-14Add option to override LV2_PATH in applicationsDavid Robillard2-3/+13
2019-04-14Zero-initialise worldDavid Robillard1-1/+1
2019-03-31Fix building with --dyn-manifest in MSVCHenna Haahti1-1/+1
2019-03-10Store port values in state as atomsDavid Robillard1-17/+18
2019-01-13Update copyright datesDavid Robillard16-16/+16
2019-01-13Clean up includesDavid Robillard16-63/+152
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 Robillard3-7/+9
2018-09-15Fix building as C for WindowsRobin Gareus1-1/+4
2018-09-15Fix Windows and MinGW buildRobin Gareus1-1/+1
2018-09-15Fix creating directories across drives on WindowsDavid Robillard1-2/+17
2018-07-10Fix saving state when broken links are encounteredDavid Robillard1-0/+5
2018-07-10Don't check for existence before attempting to create directoriesDavid Robillard1-7/+7
2018-07-10Fix Windows/MSVC buildDavid Robillard2-2/+7
2018-07-10Handle NULL gracefully in lilv_realpathDavid Robillard1-0/+4
2017-12-29Fix inconsistent parameter namesDavid Robillard7-281/+283
2017-12-29Remove redundant typedefsDavid Robillard2-2/+0
2017-12-29Fix potential memory leaksDavid Robillard1-1/+4
2017-12-29Remove dead codeDavid Robillard1-5/+0
2017-12-29Parenthesize macro argumentDavid Robillard1-1/+1
2017-12-29Remove pointless castsDavid Robillard4-6/+6
2017-12-29Use braces everywhereDavid Robillard8-33/+57
2017-03-23Don't attempt to load remote or non-Turtle filesDavid Robillard1-2/+10
2017-03-06Gracefully handle plugins with missing binary URIsDavid Robillard1-4/+8
2017-02-12Remove use of deprecated readdir_rDavid Robillard1-5/+1
2017-01-04Lilv 0.24.2v0.24.2David Robillard1-1/+1
2017-01-03Always escape file URIsDavid Robillard1-5/+5
2016-10-01Transition away from deprecated _BSD_SOURCEDavid Robillard1-0/+1
2016-09-26Fix comparison of restored states with pathsDavid Robillard1-1/+1
2016-09-18Update copyright datesDavid Robillard3-3/+3
2016-09-18Fix memory, file, and library leaksDavid Robillard5-5/+14
2016-09-18Fix short string allocationDavid Robillard1-1/+1
2016-09-16Add lilv_world_get_symbol()David Robillard1-0/+48
2016-09-16Add missing includeDavid Robillard1-2/+3
2016-09-05Fix misleading error messageDavid Robillard1-1/+1
2016-09-04Fix NULL predicate crash in lilv_world_find_nodesDavid Robillard1-0/+3
2016-08-16Never call qsort on NULLDavid Robillard1-2/+6