summaryrefslogtreecommitdiffstats
path: root/src/client/HTTPEngineSender.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-1/+1
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-7/+0
2010-01-29Magic MIDI binding via special ingen_control port.David Robillard1-1/+1
2010-01-07Better log output.David Robillard1-3/+7
2010-01-06Do all logging output via Raul streams.David Robillard1-3/+2
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-6/+0
2009-05-29HTTP move and set_property client->engine support.David Robillard1-0/+8
2009-05-29Fix reconnecting to engine via various protocols (inferred from user URI) in ...David Robillard1-12/+16
2009-05-29DELETE via HTTP.David Robillard1-2/+6
2009-05-29Node creation via HTTP.David Robillard1-4/+30
2009-05-28Rename 'request_object' 'get'.David Robillard1-1/+1
2009-05-28Remove vestigial request_variable interface.David Robillard1-6/+0
2009-05-28Merge request_object and request_plugin.David Robillard1-7/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-10/+2
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-3/+3
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-30/+2
2009-05-13Remove old/unused DSSI program API.David Robillard1-8/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-6/+6
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard1-2/+2
2009-05-13Generic simple query system for both objects and plugins.David Robillard1-2/+2
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard1-6/+0
2009-05-13The great ID refactoring of 2009.David Robillard1-42/+44
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard1-13/+0
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-1/+1
2008-11-16Hide subpatch module ports on destruction (fix ticket #254).David Robillard1-0/+7
2008-11-16More HTTP.David Robillard1-0/+7
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-1/+1
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard1-25/+19
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+285