summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-01Add missing includeDavid Robillard1-0/+1
2016-07-31Fix Windows compilationDavid Robillard2-1/+3
2016-07-31Fix compilation with C++ compilersDavid Robillard3-18/+16
2016-07-24Add lilv_state_set_metadata()David Robillard1-70/+124
2016-07-14Clean up and remove dead codeDavid Robillard4-49/+17
2016-07-12Fix state file versioningDavid Robillard1-28/+18
2016-07-11Fully reset plugin struct when plugin is reloadedDavid Robillard3-26/+57
2016-07-11Improve test coverageDavid Robillard2-12/+9
2016-07-09Check lv2:binary predicate for UIsHanspeter Portner1-1/+4
2016-07-08Fix plugin version conflict resolutionDavid Robillard1-4/+18
2016-07-07Remove unused variableDavid Robillard1-3/+2
2016-03-17Replace bundle when newer plugin version is loadedDavid Robillard2-3/+144
2016-03-16Always look up CreateSymbolicLink on WindowsRobin Gareus1-2/+0
2016-03-15Remove unused internal use of node lengthDavid Robillard1-4/+3
2015-12-04Do not instantiate plugin when data fails to parseDavid Robillard3-3/+23
2015-11-07Remove unloaded plugins from world plugin listDavid Robillard2-12/+53
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 Robillard2-2/+2
2015-10-29Fix long linesDavid Robillard4-84/+82
2015-10-29Fix loading dynamic manifest from bundles with spacesDavid Robillard1-2/+6
2015-10-29Fix commentDavid Robillard1-1/+1
2015-10-29Support reloading bundlesDavid Robillard2-41/+67
2015-10-08Improve test coverageDavid Robillard1-1/+1
2015-10-07Fix directory walking on some systemsDavid Robillard1-3/+10
2015-10-05Fix compilation on WindowsDavid Robillard1-2/+7
2015-10-04Fix compilation on BSDDavid Robillard1-1/+2
2015-10-04Improve test coverageDavid Robillard6-34/+28