summaryrefslogtreecommitdiffstats
path: root/src/engine/HTTPEngineReceiver.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-6/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard1-1/+1
2011-04-13Consistent local or installed includes for interface headers.David Robillard1-1/+1
2011-02-16Tidy up serialiser interface.David Robillard1-2/+8
2011-01-08Clean up code (cpplint).David Robillard1-1/+1
2010-12-25Trim raul/Atom.hpp include tree.David Robillard1-1/+0
2010-12-15Keep soup.h include local, to keep netdb.h include away from glibmm include t...David Robillard1-3/+9
2010-09-04My name is David. :)David Robillard1-1/+1
2010-03-06Save Ingen patches as working standard LV2 plugin bundles.David Robillard1-5/+5
2010-03-04Remove Raul::Path::root, Raul::Path::prefix, and Raul:Path::scheme from publi...David Robillard1-1/+1
2010-02-04Fix a bunch of memory leaks.David Robillard1-1/+1
2010-02-04Use std::string::empty where possible (faster, and less prone to C string err...David Robillard1-1/+1
2010-02-02Use Glib string interning (quarks) to make Path/URI operator== very fast.David Robillard1-1/+1
2010-01-07Better log output.David Robillard1-3/+2
2010-01-07Shrink ClientBroadcaster code via macro.David Robillard1-2/+4
2010-01-07Merge QueuedEventSource and EventSource.David Robillard1-3/+3
2010-01-06Do all logging output via Raul streams.David Robillard1-3/+3
2009-12-19New ingen module (library, not e.g. LV2 plugin) design.David Robillard1-26/+2
2009-05-29DELETE via HTTP.David Robillard1-56/+41
2009-05-29Make connection parsing consistent with other parse methods.David Robillard1-2/+2
2009-05-29Node creation via HTTP.David Robillard1-8/+7
2009-05-13Support re-attaching to Jack.David Robillard1-1/+0
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-17/+17
2009-05-13Remove 'using' declarations from headers.David Robillard1-1/+4
2009-05-13The great ID refactoring of 2009.David Robillard1-1/+1
2009-05-12Detach/Reattach from/to Jack from UI (ticket #180).David Robillard1-4/+4
2009-05-11* New ontology.David Robillard1-1/+1
2008-12-16Trim include dependency tree.David Robillard1-5/+6
2008-11-23Remove unused 'stamped' event queue cruft.David Robillard1-1/+1
2008-11-16More HTTP.David Robillard1-0/+4
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard1-1/+1
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-5/+9
2008-11-15Stubs for HTTP streaming.David Robillard1-0/+10
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard1-31/+64
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-1/+1
2008-10-12Split OSC/HTTP/JACK dependencies from ingen into separate libraries so engine...David Robillard1-1/+12
2008-10-03Make liblo optional for building ingen.David Robillard1-1/+0
2008-09-30Flatten ingen source directory heirarchy a bit.David Robillard1-0/+207