summaryrefslogtreecommitdiffstats
path: root/src/socket/ingen_socket_server.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-07Demodularize socket stuff.David Robillard1-152/+0
2013-12-30Don't falsely report listening on sockets that failed to bind.David Robillard1-2/+8
2013-08-20Remove unused class members.David Robillard1-2/+0
2013-02-23Move Socket class to Raul.David Robillard1-8/+10
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-3/+3
2013-02-04Replace Raul::thread with std::thread.David Robillard1-8/+110
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-2/+2
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-2/+0
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-5/+5
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-1/+0
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard1-7/+1
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-6/+8
2012-05-03SocketReceiver => SocketListener.David Robillard1-4/+4
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-0/+51