Age | Commit message (Expand) | Author | Files | Lines |
2013-02-23 | Move Socket class to Raul. | David Robillard | 1 | -3/+3 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -2/+2 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 1 | -7/+7 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -3/+3 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -2/+2 |
2012-12-21 | Fix UI operation via socket. | David Robillard | 1 | -17/+13 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -8/+12 |
2012-08-16 | Remove verbose logging stuff from Thread. | David Robillard | 1 | -1/+1 |
2012-08-16 | Remove Raul::Slave class. | David Robillard | 1 | -1/+0 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 1 | -2/+2 |
2012-08-10 | Fix various const violations. | David Robillard | 1 | -1/+1 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -8/+7 |
2012-05-14 | Clean up Thread interface. | David Robillard | 1 | -2/+2 |
2012-05-11 | Lint. | David Robillard | 1 | -2/+2 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -5/+3 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -3/+5 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 1 | -11/+7 |
2012-05-09 | Support TCP sockets. | David Robillard | 1 | -1/+9 |
2012-05-09 | SocketInterface => SocketReader. | David Robillard | 1 | -0/+187 |