Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 31 | -314/+466 |
2015-10-23 | Speed up multi-deletion | David Robillard | 2 | -8/+2 |
2015-10-23 | Reduce overhead | David Robillard | 5 | -18/+42 |
2015-10-02 | Unregister socket clients on hangup. | David Robillard | 1 | -0/+8 |
2015-09-29 | Fix more URI conversion issues. | David Robillard | 2 | -4/+3 |
2015-09-11 | Remove debug printing stuff. | David Robillard | 1 | -1/+0 |
2015-09-04 | Fix various atom conversion issues. | David Robillard | 4 | -20/+26 |
2015-09-02 | Remove last use of map::emplace. | David Robillard | 1 | -4/+4 |
2015-08-29 | Avoid map::emplace to accomodate old GCC. | David Robillard | 3 | -11/+11 |
2015-08-29 | Remove debug printing. | David Robillard | 1 | -4/+0 |
2015-08-29 | Set properties uniquely for set method. | David Robillard | 1 | -4/+10 |
2015-08-29 | Save plugin version information in bundles. | David Robillard | 1 | -0/+23 |
2015-08-28 | Get rid of LV2Info class. | David Robillard | 8 | -211/+46 |
2015-08-12 | Fix URI comparison issues. | David Robillard | 5 | -6/+6 |
2015-08-12 | Server-side presets. | David Robillard | 19 | -49/+268 |
2015-08-03 | Fix comment typo. | David Robillard | 1 | -1/+1 |
2015-07-25 | Fix crash when loading presets with invalid ports. | David Robillard | 1 | -1/+1 |
2015-07-16 | Clear extra output buffers when bypassing blocks. | David Robillard | 1 | -4/+11 |
2015-06-09 | Server side loading. | David Robillard | 5 | -64/+105 |
2015-05-30 | Preliminary server-side save support. | David Robillard | 2 | -16/+66 |
2015-05-26 | Listen for TCP connections on all interfaces. | David Robillard | 1 | -2/+1 |
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -1/+1 |
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 2 | -3/+13 |
2015-05-14 | Fix ingen:prototype compatibility. | David Robillard | 1 | -3/+3 |
2015-05-11 | Fix handling of spurious polls. | David Robillard | 1 | -3/+3 |
2015-04-09 | Fix multiple note triggers on the same sample. | David Robillard | 2 | -3/+10 |
2015-04-05 | Remove dead code. | David Robillard | 1 | -8/+4 |
2015-04-05 | Use a fixed max buffer size to avoid several values. | David Robillard | 1 | -1/+2 |
2015-04-04 | Fix whitespace. | David Robillard | 1 | -1/+1 |
2015-04-04 | Update copyright dates. | David Robillard | 100 | -100/+100 |
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 2 | -5/+21 |
2015-04-03 | Fix loading graphs with explicit/non-file URIs. | David Robillard | 1 | -30/+13 |
2015-03-13 | Fix crash on LV2 destruction. | David Robillard | 1 | -1/+3 |
2015-03-13 | Check for options interface before getting. | David Robillard | 1 | -4/+13 |
2015-03-08 | Clear graph before loading a new preset. | David Robillard | 1 | -12/+36 |
2015-03-08 | Simplify LV2 state restore code. | David Robillard | 1 | -5/+4 |
2015-03-02 | Fix compilation with -fvisibility=hidden. | David Robillard | 6 | -7/+15 |
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 2 | -8/+4 |
2015-02-24 | Use sequence buffer size from Jack. | David Robillard | 8 | -10/+30 |
2015-02-22 | Set Jack port order metadata. | David Robillard | 2 | -0/+15 |
2015-02-19 | Server side presets. | David Robillard | 8 | -4/+133 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 10 | -10/+10 |
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 7 | -54/+34 |
2015-02-09 | Stable sort update only by depth to preserve port order. | David Robillard | 2 | -6/+10 |
2015-02-08 | Don't complain about missing ports when deleting things. | David Robillard | 3 | -5/+7 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 25 | -136/+543 |
2015-02-07 | Add missing files. | David Robillard | 2 | -0/+173 |
2015-02-07 | Demodularize socket stuff. | David Robillard | 4 | -3/+86 |
2015-02-06 | Remove gthread dependency from engine. | David Robillard | 11 | -65/+58 |
2015-02-05 | Fix events at end of cycle. | David Robillard | 1 | -4/+8 |