summaryrefslogtreecommitdiffstats
path: root/src/engine/HTTPClientSender.hpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-02Remove set_port_value from CommonInterface (replaced with set_property(path, ...David Robillard1-3/+0
2010-02-01Use consistent and more globally unique inclusion guards.David Robillard1-3/+3
2010-01-29Send binding information to client.David Robillard1-0/+2
2010-01-07Tidy.David Robillard1-4/+0
2010-01-06Do all logging output via Raul streams.David Robillard1-1/+0
2010-01-03Remove patch clear command (fix ticket #375).David Robillard1-2/+0
2009-12-23Remove liblo include from HTTPClientSender (fix building with HTTP and withou...David Robillard1-1/+0
2009-06-03Remove vestigial interface.David Robillard1-2/+0
2009-05-28Replace new_plugin with put.David Robillard1-4/+0
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard1-5/+1
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-11/+3
2009-05-13Remove old/unused DSSI program API.David Robillard1-9/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-21/+21
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/+36
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard1-3/+3
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard1-2/+1
2008-12-16Trim include dependency tree.David Robillard1-1/+0
2008-11-16More HTTP.David Robillard1-1/+1
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard1-1/+7
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-5/+3
2008-11-15Stubs for HTTP streaming.David Robillard1-0/+138