summaryrefslogtreecommitdiffstats
path: root/src/server
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard30-88/+98
2012-05-14Add missing includes and fix types that confuse Doxygen.David Robillard6-4/+9
2012-05-14Fix compilation when posix_memalign is unavailable.David Robillard1-1/+1
2012-05-14Real-time safe LV2 message handling.David Robillard5-35/+113
2012-05-13Fix wonky conditional.David Robillard1-1/+1
2012-05-13Sanify atom port buffer size stuff (fix dead assignment).David Robillard1-7/+8
2012-05-13Avoid possibly creating a variable length array of size 0.David Robillard1-1/+1
2012-05-13Remove unused variable.David Robillard1-1/+0
2012-05-12Fix typo.David Robillard1-1/+1
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard24-55/+90
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard2-9/+14
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard31-115/+104
2012-05-12Remove redundant thread assertions.David Robillard8-15/+4
2012-05-12Add thread assertion.David Robillard1-0/+2
2012-05-12Fix compilation of debug stuff.David Robillard1-7/+7
2012-05-12Remove Ping event and associated cruft.David Robillard3-81/+9
2012-05-12Fix memory leaks.David Robillard2-0/+3
2012-05-11Fix uninitialized variable.David Robillard1-0/+1
2012-05-11Fix compilation with clang.David Robillard10-49/+43
2012-05-11Make IngenPort non-pure.David Robillard2-12/+9
2012-05-11Move buffer stuff down to EnginePort.David Robillard3-27/+28
2012-05-11Move Forge to the appropriate namespace.David Robillard7-9/+9
2012-05-11Add missing includes.David Robillard13-10/+25
2012-05-11Lint.David Robillard1-1/+1
2012-05-11Fix compilation with GCC 4.7.David Robillard1-10/+6
2012-05-11"Connection" => "Edge"David Robillard18-176/+168
2012-05-11Clean up and better document World interface.David Robillard21-61/+60
2012-05-11Use more reasonable names for the world's interface and engine (if present).David Robillard6-36/+33
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard34-208/+133
2012-05-10LV2URIMap => URIMap.David Robillard27-39/+19
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard7-33/+35
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard4-62/+50
2012-05-09Support TCP sockets.David Robillard1-0/+1
2012-05-09DriverPort => EnginePort.David Robillard10-70/+117
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard19-125/+105
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard11-198/+83
2012-05-03Real-time safe event source management (oops).David Robillard3-14/+26
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard6-18/+24
2012-05-03Separate EventWriter interface from EventQueue.David Robillard7-76/+75
2012-05-03More work towards separating event interfaces from queueing implementation.David Robillard5-13/+99
2012-05-02Separate EventSource interface from EventQueue implementation.David Robillard6-28/+25
2012-05-02Add some assertions to hopefully track down a rare bug.David Robillard2-1/+4
2012-05-02On-demand loading of individual plugins.David Robillard2-5/+21
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-9/+12
2012-04-28Fix MIDI input.David Robillard2-6/+8
2012-04-28Remove use of std::cerr.David Robillard1-1/+2
2012-04-28Use CV ports on internal modules.David Robillard4-14/+14
2012-04-28Tidy.David Robillard5-30/+36
2012-04-28Gracefully handle UI communication ring overflow.David Robillard1-4/+13
2012-04-28Actually filter redundant port activity messages.David Robillard1-10/+7