index
:
lilv.git
fix-fake-ms
fix-windows
fix-windows-mkdir
main
serd1
Lilv LV2 host library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-12
Factor out common SerdWriter creation code.
David Robillard
1
-44
/
+42
2012-01-10
Fix loading state from world model.
David Robillard
1
-2
/
+2
2012-01-09
Make lilv_state_save take a full filename with extension.
David Robillard
3
-8
/
+26
2012-01-08
Fix compilation without state extension.
David Robillard
1
-13
/
+21
2012-01-08
Fix compilation on Mac OS X.
David Robillard
1
-2
/
+6
2012-01-08
Fix crash on corrupt plugins (fix #800).
David Robillard
1
-4
/
+6
2012-01-08
Move all non-portable stuff to util.c.
David Robillard
3
-47
/
+49
2012-01-08
Localise directory traversal stuff.
David Robillard
3
-72
/
+75
2012-01-08
Use flock instead of lockf (seems to be more portable).
David Robillard
1
-3
/
+6
2012-01-08
Add file support to state implementation.
David Robillard
9
-295
/
+720
2012-01-04
Consistently use SordNode for internal URIs.
David Robillard
4
-26
/
+34
2012-01-04
Implement proper support for LV2_STATE_BUNDLE.
David Robillard
5
-84
/
+128
2012-01-03
Add lilv_state_get_num_properties().
David Robillard
1
-32
/
+39
2012-01-03
Improved coverage for plugin.c.
David Robillard
2
-43
/
+51
2012-01-03
Fix memory error.
David Robillard
1
-1
/
+1
2012-01-03
100% coverage for query.c.
David Robillard
1
-10
/
+5
2011-12-30
Support arbitrary binary data in plugin state via base64 encoding.
David Robillard
5
-46
/
+176
2011-12-23
Add LilvState API for handling plugin state. This makes it simple to save and
David Robillard
5
-23
/
+824
2011-12-19
Remove locale smashing kludges and use new serd functions for converting nodes
David Robillard
1
-33
/
+8
2011-12-18
Fix broken lilv_resource_node_cmp (always equal)
David Robillard
2
-2
/
+1
2011-12-16
Fix lilv_world_find_nodes to work with wildcard subjects.
David Robillard
6
-19
/
+129
2011-12-10
Fix base URI used for parsing dynmanifest plugin data.
David Robillard
3
-4
/
+4
2011-12-10
Tidy.
David Robillard
1
-2
/
+2
2011-12-09
Only load dynmanifests once per bundle, not once per plugin (fix #669).
David Robillard
3
-40
/
+51
2011-12-01
Fix crash in wordexp when LV2_PATH is corrupt (patch from Paul Davis).
David Robillard
1
-1
/
+4
2011-11-26
Fix compilation with latest dynmanifest extension (#786).
David Robillard
1
-1
/
+1
2011-11-11
Add lilv_plugin_has_extension_data.
David Robillard
1
-0
/
+35
2011-11-07
Add lilv_plugin_get_extension_data.
David Robillard
3
-0
/
+10
2011-11-06
Remove unnecessary _XOPEN_SOURCE defines causing problems on FreeBSD.
David Robillard
9
-17
/
+1
2011-11-02
Use correct URI for dcterms:replaces (for hiding old plugins):
David Robillard
1
-3
/
+3
2011-11-01
Use rdfs:label for preset labels (fix ticket #668).
David Robillard
1
-1
/
+1
2011-09-29
Tidy.
David Robillard
2
-36
/
+36
2011-09-29
Tidy.
David Robillard
3
-5
/
+5
2011-09-28
Remove useless wrapper.
David Robillard
2
-17
/
+2
2011-09-28
Remove glib dependency
David Robillard
11
-85
/
+815
2011-09-28
Remove use of GSList.
David Robillard
3
-13
/
+12
2011-09-27
Add lilv_plugin_write_description and lilv_plugin_write_manifest_entry.
David Robillard
1
-0
/
+119
2011-09-27
Fix memory leak with dyn-manifest
David Robillard
1
-0
/
+5
2011-09-22
Set correct base URI when parsing dyn manifest data (fix #771).
David Robillard
1
-0
/
+2
2011-09-15
Fix compilation with --dyn-manifest.
David Robillard
1
-1
/
+1
2011-09-14
Support integer minimum, maximum, and default port values in lilv_plugin_get_...
David Robillard
1
-14
/
+29
2011-06-20
Fix memory leak
David Robillard
1
-1
/
+1
2011-06-11
Parse data files with their own URIs as base URIs and allow plugin data files...
David Robillard
1
-10
/
+4
2011-06-09
Fix badly typed return
David Robillard
1
-1
/
+1
2011-06-09
Explicitly document free functions as safe to call on NULL.
David Robillard
2
-3
/
+9
2011-06-01
Fix lilv_ui_is_supported when Lilv is built independently.
David Robillard
1
-5
/
+4
2011-05-24
Fix references to old Node name "Value"
David Robillard
1
-1
/
+1
2011-05-24
Re-use the SordNode of blank nodes when copying.
David Robillard
3
-15
/
+10
2011-05-18
Fix crash introduced in last commit. Oops.
David Robillard
1
-10
/
+15
2011-05-18
Fix lilv_plugin_get_port_ranges_float crash when range values aren't float.
David Robillard
1
-8
/
+15
[next]