summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Switch to Lilv from SLV2.David Robillard29-327/+327
2011-04-28Improve RingBuffer implementation.David Robillard4-6/+8
2011-04-28More future-proof collection APIs.David Robillard6-11/+11
2011-04-28Update for new Suil API.David Robillard2-4/+4
2011-04-23Load correct engine/server module name.David Robillard2-3/+3
2011-04-22Fix Python whitespace (PEP8)David Robillard6-271/+268
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard4-24/+45
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard183-405/+405
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard19-46/+61
2011-04-20Less code.David Robillard2-27/+21
2011-04-20Tidy.David Robillard2-10/+11
2011-04-20Use std::list for DisconnectAll::_impls.David Robillard2-17/+16
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard15-126/+225
2011-04-20Factor out duplicated code.David Robillard2-15/+21
2011-04-20Simplify disconnect code.David Robillard6-25/+24
2011-04-20Update OSC documentation.David Robillard2-108/+132
2011-04-19Clean up includes.David Robillard4-3/+12
2011-04-19Partially fix HTTP.David Robillard5-21/+41
2011-04-19Remove EngineInterface::quit().David Robillard23-92/+58
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard10-82/+23
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard9-24/+50
2011-04-19Make event queue size a runtime parameter (--queue-size, -q).David Robillard14-68/+35
2011-04-19Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).David Robillard13-79/+27
2011-04-19Initialise client module when necessary (partially fix OSC/HTTP).David Robillard1-0/+2
2011-04-19Fix attempted loading of "ingen_serialisation" (instead of "serialisation").David Robillard2-2/+2
2011-04-19Fix double/triple engine activation when run with GUI.David Robillard2-3/+0
2011-04-19Remove unnecessary EventSource::activate_source (just activate immediately).David Robillard8-58/+18
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard18-143/+16
2011-04-19Fix building with HTTP support (fixes #674).David Robillard3-6/+8
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard186-697/+963
2011-04-18Remove wscript references to no longer existent ingen_module library.David Robillard4-8/+3
2011-04-18Saner module loading API.David Robillard9-35/+38
2011-04-17Remove unused Driver::is_activated.David Robillard3-49/+25
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard8-24/+29
2011-04-16Sort fields by name.David Robillard2-19/+17
2011-04-16Update copyright headersDavid Robillard264-264/+264
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard230-1283/+14
2011-04-16Hide process slave stuff from Engine.hpp.David Robillard12-105/+132
2011-04-16Simpler and documented Engine main loop interface.David Robillard5-49/+48
2011-04-15Remove unnecessary forward declarations.David Robillard1-4/+0
2011-04-15Remove conditional compilation stuff from public API header.David Robillard1-4/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard40-64/+44
2011-04-15Remove pointless module interface to ingen_module (World).David Robillard9-105/+21
2011-04-13Remove unnecessary includes.David Robillard1-10/+8
2011-04-13Consistent local or installed includes for interface headers.David Robillard118-980/+162
2011-04-13Tidy up headers towards being API appropriate.David Robillard5-26/+50
2011-04-05Remove invalid copy pasted comment (fix ticket #672).David Robillard1-8/+0
2011-04-01Remove unnecessary dlfcn.h includes.David Robillard3-8/+12
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard12-8/+157
2011-03-17Tidy.David Robillard1-63/+65