summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Update for changes in LV2 SVN.David Robillard2-4/+4
2011-11-07Remove use of non-portable _XOPEN_SOURCE and strdup.David Robillard1-1/+2
2011-11-06Fix compilation against latest LV2 svn.David Robillard3-1/+6
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard1-4/+4
2011-10-22Fix compilation on Mac OS XDavid Robillard1-0/+2
2011-10-22Simplify Parser.David Robillard1-3/+3
2011-10-22Remove EventType.David Robillard5-15/+3
2011-10-21Move engine side OSC and HTTP stuff to separate modules.David Robillard11-1804/+0
2011-10-21Move uri() to CommonInterface.David Robillard1-8/+0
2011-10-21Merge Request into Event.David Robillard35-435/+395
2011-10-21Make engine receivers depend only on ServerInterface.David Robillard7-63/+52
2011-10-21Remove unnecessary calls to EventSource::whip().David Robillard7-21/+5
2011-10-21Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst...David Robillard13-82/+126
2011-10-21Merge QueuedEvent into Event.David Robillard39-255/+158
2011-10-21QueuedEngineInterface => ServerInterfaceImpl.David Robillard10-42/+42
2011-10-21Clean up include paths.David Robillard4-20/+20
2011-10-21Move more headers to shared include directory.David Robillard36-42/+41
2011-10-21Move URIs.hpp to public shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard30-54/+61
2011-10-21Remove stub LV2 event (blob) feature implementation.David Robillard2-61/+0
2011-10-21Simplify LV2Features.David Robillard2-4/+4
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard17-21/+21
2011-10-21Begin moving shared headers to public include directory.David Robillard3-4/+4
2011-10-21Use modern terser waf syntax.David Robillard6-57/+57
2011-10-21Fix running as an LV2 plugin.David Robillard5-15/+45
2011-10-19Remove stub implementation of reference extensionDavid Robillard2-74/+0
2011-10-18Clang warning fixes.David Robillard2-5/+7
2011-10-09Fix erroneous assertion.David Robillard1-1/+1
2011-10-09Fix memory errors in Jack2 caused by jack creating several threads.David Robillard2-28/+21
2011-10-09Attempted blind fix for #778.David Robillard1-4/+6
2011-10-07Tidy.David Robillard2-44/+81
2011-10-06Tidy.David Robillard4-28/+47
2011-10-06Remove _pending_disconnection from ConnectionImpl (reduce space per connection).David Robillard5-36/+26
2011-10-06Remove unused BufferFactory member of ConnectionImpl.David Robillard3-11/+8
2011-10-06Align members of NodeImpl for slightly less memory consumption per node.David Robillard4-38/+36
2011-10-06Use an intrusive linked list for InputPort connections.David Robillard9-70/+105
2011-10-06Simpler providers/dependants implementation.David Robillard8-33/+25
2011-10-06Remove unused EventSinkDavid Robillard5-124/+0
2011-10-03Use port type instead of buffer type where appropriate.David Robillard5-27/+18
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard19-46/+181
2011-10-03Don't stack allocate buffer array unless it's needed.David Robillard1-7/+11
2011-10-02Fix support for ports with multiple lv2:portProperty properties.David Robillard2-3/+2
2011-10-01Make PortImpl::get_buffers const.David Robillard7-7/+15
2011-09-24Fix event throughput for non-creating set events.David Robillard1-1/+7
2011-09-24Fix keyboard shortcuts for copy and paste.David Robillard1-1/+0
2011-09-24Fix crash with parallel execution.David Robillard2-6/+12
2011-09-24Remove concept of "blocking" events in favour of store RWLock.David Robillard17-102/+80
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard8-247/+0
2011-09-24Tidy.David Robillard2-17/+13
2011-09-24Use store lock to avoid race conditions with Get and create/delete events.David Robillard8-11/+49