Age | Commit message (Expand) | Author | Files | Lines |
2012-02-01 | Update to r64/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-29 | Fix duplicate plugin errors with multiple dynmanifests per bundle (fix #811). | David Robillard | 1 | -4/+5 |
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 7 | -201/+403 |
2012-01-18 | Fix memory leaks. | David Robillard | 4 | -30/+49 |
2012-01-18 | Fix memory error (fix #810). | David Robillard | 1 | -2/+2 |
2012-01-18 | Clarify documentation. | David Robillard | 1 | -3/+2 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 7 | -7/+7 |
2012-01-18 | Lint. | David Robillard | 1 | -1/+1 |
2012-01-17 | Fix syntax errors in man pages. | David Robillard | 2 | -32/+4 |
2012-01-17 | Tidy. | David Robillard | 1 | -1/+1 |
2012-01-17 | Add test cases for lilv_expand and fix bugs. | David Robillard | 2 | -2/+12 |
2012-01-17 | Remove use of wordexp. | David Robillard | 4 | -40/+111 |
2012-01-17 | Support compilation as C++ under MSVC++, | David Robillard | 20 | -115/+179 |
2012-01-16 | Use correct WIN32 define. | David Robillard | 5 | -6/+6 |
2012-01-16 | Update to r63/autowaf | David Robillard | 1 | -0/+0 |
2012-01-16 | Update to r62/autowaf. | David Robillard | 1 | -0/+0 |
2012-01-15 | Shrink code. | David Robillard | 1 | -18/+13 |
2012-01-15 | Fix memory leak. | David Robillard | 1 | -0/+1 |
2012-01-15 | Lint. | David Robillard | 2 | -2/+2 |
2012-01-14 | Lint. | David Robillard | 9 | -48/+64 |
2012-01-13 | Fix compilation with --dyn-manifest (fix #803). | David Robillard | 1 | -2/+2 |
2012-01-12 | Note that lilv_plugins_free lacks a free method in documentation (fix #757). | David Robillard | 1 | -1/+2 |
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 | 5 | -14/+36 |
2012-01-08 | Fix compilation without state extension. | David Robillard | 1 | -13/+21 |
2012-01-08 | Update man pages. | David Robillard | 6 | -16/+45 |
2012-01-08 | Fix compilation on Mac OS X. | David Robillard | 2 | -4/+13 |
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 | 4 | -53/+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 | 2 | -7/+9 |
2012-01-08 | Add file support to state implementation. | David Robillard | 12 | -334/+994 |
2012-01-04 | Use platform specific shared library extension in test suite. | David Robillard | 4 | -21/+32 |
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 | 7 | -101/+194 |
2012-01-03 | Add lilv_state_get_num_properties(). | David Robillard | 2 | -96/+112 |
2012-01-03 | Improved coverage for plugin.c. | David Robillard | 3 | -43/+117 |
2012-01-03 | Fix memory error. | David Robillard | 1 | -1/+1 |
2012-01-03 | 100% coverage for query.c. | David Robillard | 2 | -16/+42 |
2011-12-30 | Support arbitrary binary data in plugin state via base64 encoding. | David Robillard | 11 | -52/+650 |
2011-12-23 | Add LilvState API for handling plugin state. This makes it simple to save and | David Robillard | 9 | -31/+1026 |
2011-12-19 | Remove locale smashing kludges and use new serd functions for converting nodes | David Robillard | 4 | -35/+12 |
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 | 10 | -43/+205 |
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 | 4 | -40/+52 |
2011-12-09 | Fix memory leak in test program. | David Robillard | 1 | -0/+1 |
2011-12-01 | Fix crash in wordexp when LV2_PATH is corrupt (patch from Paul Davis). | David Robillard | 2 | -1/+5 |