Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-01-03 | Improved coverage for plugin.c. | David Robillard | 1 | -3/+4 |
2011-12-30 | Support arbitrary binary data in plugin state via base64 encoding. | David Robillard | 1 | -10/+16 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 1 | -33/+8 |
2011-11-06 | Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD. | David Robillard | 1 | -2/+0 |
2011-09-28 | Remove use of GSList. | David Robillard | 1 | -2/+0 |
2011-05-24 | Re-use the SordNode of blank nodes when copying. | David Robillard | 1 | -4/+7 |
2011-05-15 | Remove dead code found by clang static analyser | David Robillard | 1 | -3/+2 |
2011-05-03 | Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes. | David Robillard | 1 | -7/+14 |
2011-04-30 | Consistent error and warning message style. | David Robillard | 1 | -1/+2 |
2011-04-30 | Tidy. | David Robillard | 1 | -2/+2 |
2011-04-29 | value.c => node.c | David Robillard | 1 | -0/+416 |