Age | Commit message (Expand) | Author | Files | Lines |
2019-06-21 | Refuse to store state properties with null keys | David Robillard | 1 | -0/+4 |
2019-06-21 | Refuse to store duplicate properties when saving plugin state | David Robillard | 1 | -0/+5 |
2019-06-21 | Factor out state property searching | David Robillard | 1 | -5/+13 |
2019-04-15 | Fix mismatched malloc/free calls | David Robillard | 1 | -3/+3 |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -6/+6 |
2019-04-14 | Fix Windows cross-library malloc/free errors | David Robillard | 1 | -2/+5 |
2019-04-14 | Fix Windows build | David Robillard | 1 | -1/+0 |
2019-03-10 | Store port values in state as atoms | David Robillard | 1 | -17/+18 |
2019-01-13 | Update copyright dates | David Robillard | 1 | -1/+1 |
2019-01-13 | Clean up includes | David Robillard | 1 | -6/+17 |
2019-01-11 | Use a clearer name for state directory and improve documentation | David Robillard | 1 | -13/+13 |
2018-09-16 | Fix lilv_state_delete() for state bundles with extra files | David Robillard | 1 | -11/+23 |
2018-09-16 | Ensure state directory member is always set to a path | David Robillard | 1 | -9/+14 |
2018-09-16 | Don't print errors when saving state if correct links already exist | David Robillard | 1 | -3/+9 |
2018-09-16 | Make handle parameter to lilv_path_exists const | David Robillard | 1 | -3/+3 |
2018-07-10 | Don't check for existence before attempting to create directories | David Robillard | 1 | -7/+7 |
2017-12-29 | Remove pointless casts | David Robillard | 1 | -1/+1 |
2017-01-04 | Lilv 0.24.2v0.24.2 | David Robillard | 1 | -1/+1 |
2017-01-03 | Always escape file URIs | David Robillard | 1 | -5/+5 |
2016-09-26 | Fix comparison of restored states with paths | David Robillard | 1 | -1/+1 |
2016-09-18 | Fix memory, file, and library leaks | David Robillard | 1 | -5/+8 |
2016-08-16 | Never call qsort on NULL | David Robillard | 1 | -2/+6 |
2016-07-24 | Add lilv_state_set_metadata() | David Robillard | 1 | -70/+124 |
2016-07-11 | Improve test coverage | David Robillard | 1 | -4/+4 |
2015-11-04 | Fix restoring state from strings | David Robillard | 1 | -1/+1 |
2015-10-29 | Fix restoring plugins with no state interface | David Robillard | 1 | -5/+7 |
2015-10-29 | Fix build | David Robillard | 1 | -1/+1 |
2015-10-29 | Fix long lines | David Robillard | 1 | -43/+49 |
2015-10-04 | Improve test coverage | David Robillard | 1 | -2/+6 |
2015-09-10 | Use lilv_free() where appropriate. | David Robillard | 1 | -3/+3 |
2015-05-22 | Clarify comment. | David Robillard | 1 | -1/+1 |
2015-05-21 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 |
2015-03-07 | Add support for state deletion. | David Robillard | 1 | -47/+191 |
2015-02-19 | Add lilv_state_emit_port_values() for special port value handling. | David Robillard | 1 | -6/+13 |
2015-02-08 | Preserve absolute paths in state if no link directory is given. | David Robillard | 1 | -3/+6 |
2014-10-05 | Tolerate passing NULL to lilv_state_restore(). | David Robillard | 1 | -4/+6 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -1/+1 |
2014-07-31 | Minor code cleanups, slightly reduce LOC. | David Robillard | 1 | -26/+13 |
2014-07-15 | Add lilv_world_unload_bundle() and lilv_world_unload_resource(). | David Robillard | 1 | -1/+7 |
2013-12-17 | Fix more const issues. | David Robillard | 1 | -9/+10 |
2013-03-25 | Allow lilv_state_restore() to be used without passing an instance, for restor... | David Robillard | 1 | -2/+2 |
2013-02-18 | Make use of sord_get(). | David Robillard | 1 | -20/+16 |
2013-02-18 | Fix SordNode leaks. | David Robillard | 1 | -5/+4 |
2013-02-02 | Require a URI for lilv_state_to_string() and fail gracefully otherwise. | David Robillard | 1 | -0/+9 |
2013-01-27 | Don't print errors when loading plugin description as default state. | David Robillard | 1 | -5/+7 |
2013-01-26 | Support state:loadDefaultState. | David Robillard | 1 | -0/+3 |
2012-08-13 | Fix potential crash when state saving fails. | David Robillard | 1 | -1/+2 |
2012-08-10 | Always back LilvNode with a SordNode and shave 16 bytes off of LilvNode. | David Robillard | 1 | -3/+3 |
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 1 | -10/+10 |
2012-07-29 | Fix bogus warning about control reaching end of non-void function. | David Robillard | 1 | -1/+1 |