summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-5/+5
2011-09-23Fix memory leaks and errors.David Robillard9-16/+59
2011-09-23Animate audio port colours based on levels.David Robillard11-22/+67
2011-09-17Fix RingBuffer underrun and consequent execution of uninitialized Notification.David Robillard1-1/+1
2011-09-15Fix control bindings (MIDI learn).David Robillard14-92/+153
2011-09-15TidyDavid Robillard2-16/+13
2011-09-15Fix crash on client event post-processing (e.g. when rapidly manipulating con...David Robillard2-18/+20
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard1-2/+14
2011-08-20Fix crash when sending port notifications (fix #741).David Robillard15-382/+168