Age | Commit message (Expand) | Author | Files | Lines |
2013-02-23 | Move Socket class to Raul. | David Robillard | 11 | -347/+62 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 3 | -6/+6 |
2013-02-04 | Replace Raul::thread with std::thread. | David Robillard | 7 | -196/+124 |
2013-02-03 | Fix compilation with GCC 4.6. | David Robillard | 1 | -13/+17 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -2/+2 |
2013-02-02 | Fix potential deadlock on exit. Maybe. | David Robillard | 1 | -2/+2 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 12 | -60/+61 |
2013-01-11 | Use type safe enumerations. | David Robillard | 3 | -9/+9 |
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 2 | -4/+4 |
2012-12-21 | Fix UI operation via socket. | David Robillard | 2 | -18/+13 |
2012-12-21 | Send a null terminator on bundle boundaries so reading replies from the socke... | David Robillard | 2 | -0/+12 |
2012-11-21 | Use atoms for option values. | David Robillard | 1 | -1/+1 |
2012-11-21 | Configuration file support. | David Robillard | 1 | -0/+2 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 5 | -32/+23 |
2012-08-16 | Remove verbose logging stuff from Thread. | David Robillard | 2 | -2/+2 |
2012-08-16 | Remove Raul::Slave class. | David Robillard | 4 | -4/+22 |
2012-08-15 | Clean up includes. | David Robillard | 2 | -3/+0 |
2012-08-14 | Update for latest Raul. | David Robillard | 5 | -48/+38 |
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for engi... | David Robillard | 2 | -4/+4 |
2012-08-10 | Fix various const violations. | David Robillard | 2 | -2/+2 |
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 10 | -45/+42 |
2012-05-22 | More work on test suite. | David Robillard | 2 | -2/+3 |
2012-05-14 | Trim unnecessary includes. | David Robillard | 1 | -1/+0 |
2012-05-14 | Clean up Thread interface. | David Robillard | 2 | -5/+4 |
2012-05-12 | Fix memory leaks. | David Robillard | 2 | -1/+9 |
2012-05-11 | Add missing includes. | David Robillard | 2 | -0/+4 |
2012-05-11 | Lint. | David Robillard | 4 | -7/+7 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 5 | -12/+9 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -3/+3 |
2012-05-10 | Fix compilation on Mac OS X. | David Robillard | 1 | -0/+4 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -11/+11 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 5 | -21/+25 |
2012-05-10 | Use SharedPtr references to Interfaces to keep things sane. | David Robillard | 3 | -8/+30 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 11 | -84/+494 |
2012-05-09 | Factor out Socket from SocketListener and make interface more general. | David Robillard | 4 | -101/+206 |
2012-05-09 | Support TCP sockets. | David Robillard | 3 | -38/+158 |
2012-05-09 | SocketInterface => SocketReader. | David Robillard | 4 | -35/+42 |
2012-05-09 | Remove unused accessor. | David Robillard | 1 | -2/+0 |
2012-05-09 | Simply event interface design and make only one pre-process thread. | David Robillard | 4 | -65/+16 |
2012-05-09 | Persistent socket interface and interactive shell. | David Robillard | 2 | -55/+148 |
2012-05-03 | Work towards a proper server infrastructure with a thread per connection. | David Robillard | 6 | -69/+219 |
2012-05-03 | Separate EventWriter interface from EventQueue. | David Robillard | 1 | -6/+8 |
2012-05-03 | More work towards separating event interfaces from queueing implementation. | David Robillard | 1 | -1/+1 |
2012-05-03 | SocketReceiver => SocketListener. | David Robillard | 4 | -13/+13 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 4 | -0/+262 |