summaryrefslogtreecommitdiffstats
path: root/src/server/events
AgeCommit message (Expand)AuthorFilesLines
2012-05-22More work on test suite.David Robillard22-212/+134
2012-05-20Remove Deactivate event.David Robillard1-51/+0
2012-05-18Beginnings of a test framework.David Robillard1-50/+62
2012-05-15Remove ClientSender and move code to Get.cpp (the only place it was used).David Robillard1-2/+82
2012-05-15Fix crash when loading patches from the command line.David Robillard5-68/+64
2012-05-15Eliminate long-duration event locks by generated responses in pre_process().David Robillard9-52/+56
2012-05-14Trim unnecessary includes.David Robillard1-2/+0
2012-05-14Tidy.David Robillard9-24/+24
2012-05-14Delete trailing whitespace.David Robillard1-1/+1
2012-05-14Don't use maid unnecessarily in Delete::post_process().David Robillard1-3/+3
2012-05-14Factor out common code.David Robillard1-14/+10
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard11-18/+18
2012-05-12More work towards checking contexts via parameter rather than thread magic.David Robillard3-7/+13
2012-05-12Fix memory errors when running as LV2 plugin.David Robillard1-3/+3
2012-05-12Use compiler checkable ProcessContext parameter rather than runtime context a...David Robillard6-11/+11
2012-05-12Remove redundant thread assertions.David Robillard1-2/+0
2012-05-12Fix compilation of debug stuff.David Robillard1-7/+7
2012-05-12Remove Ping event and associated cruft.David Robillard1-52/+0
2012-05-11Add missing includes.David Robillard5-8/+13
2012-05-11"Connection" => "Edge"David Robillard5-48/+46
2012-05-11Clean up and better document World interface.David Robillard6-13/+13
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard11-73/+42
2012-05-10LV2URIMap => URIMap.David Robillard5-9/+7
2012-05-09DriverPort => EnginePort.David Robillard5-16/+22
2012-05-09Factor audio thread execution stuff out of JackDriver into Engine::run().David Robillard2-12/+5
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard1-1/+1
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-9/+12
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard5-47/+47
2012-04-23Localise buffer reference stuff.David Robillard4-9/+9
2012-04-14Update URIs.David Robillard1-1/+1
2012-04-05Fix end namespace comments to match reality.David Robillard21-22/+21
2012-03-27Squeeze blank lines.David Robillard24-24/+0
2012-03-27Switch to AGPL3+.David Robillard24-384/+384
2012-03-25Update for latest atom extension.David Robillard1-4/+2
2012-03-23Fix compilation with latest LV2.David Robillard1-3/+2
2012-03-22Remove crufty headeres.David Robillard1-1/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard5-72/+38
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-0/+1
2012-03-16Merge ClientInterface and ServerInterface.David Robillard24-49/+49
2012-03-16Remove activity from interface and use set_property() instead.David Robillard5-226/+10
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard6-9/+21
2012-03-12Centralise atom creation in forge object.David Robillard3-6/+9
2012-03-12Unify event response mechanism and make it more appropriate for wire transmis...David Robillard23-317/+100
2012-03-12Allow control and audio ports to be connected to CV ports.David Robillard1-1/+1
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard3-3/+6
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
2011-10-21Merge Request into Event.David Robillard28-304/+303
2011-10-21Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst...David Robillard2-2/+1
2011-10-21Merge QueuedEvent into Event.David Robillard28-94/+94
2011-10-21Move more headers to shared include directory.David Robillard7-8/+8