summaryrefslogtreecommitdiffstats
path: root/src/engine/HTTPClientSender.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-14Remove voice specific control setting.David Robillard1-7/+0
2010-02-13Learn and remove bindings exclusively through property interface.David Robillard1-0/+8
2010-02-03Comprehensive use of cached URIs and more advanced Value (Atom) system.David Robillard1-8/+3
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-11/+0
2010-01-29Improved/quicker/easier handling of control port ranges.David Robillard1-3/+3
2010-01-29Send binding information to client.David Robillard1-0/+7
2010-01-28Use ingen-ui for prefix instead of ingenuity.David Robillard1-3/+3
2010-01-07Tidy.David Robillard1-23/+2
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+2
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-7/+0
2009-05-29Node creation via HTTP.David Robillard1-8/+21
2009-05-28Replace new_plugin with put.David Robillard1-14/+0
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard1-4/+2
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-22/+7
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-16/+16
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard1-19/+5
2009-05-13Remove old/unused DSSI program API.David Robillard1-16/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-9/+9
2009-05-13Generic simple query system for both objects and plugins.David Robillard1-2/+2
2009-05-13The great ID refactoring of 2009.David Robillard1-35/+35
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-2/+2
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard1-2/+1
2009-02-12Fix mandatory check for boost headers.David Robillard1-1/+2
2008-11-16More HTTP.David Robillard1-5/+4
2008-11-16Control port value tracking via HTTP.David Robillard1-1/+5
2008-11-16Track connecting over HTTP.David Robillard1-13/+29
2008-11-16Monitoring deletion and variable setting (e.g. moving stuff on the canvas) vi...David Robillard1-8/+13
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard1-1/+19
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-4/+2
2008-11-15Stubs for HTTP streaming.David Robillard1-0/+191