summaryrefslogtreecommitdiffstats
path: root/src/socket/SocketListener.hpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-04Replace Raul::thread with std::thread.David Robillard1-46/+0
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-1/+0
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-7/+6
2012-05-11Lint.David Robillard1-1/+1
2012-05-09Factor out Socket from SocketListener and make interface more general.David Robillard1-21/+2
2012-05-09Support TCP sockets.David Robillard1-2/+24
2012-05-03Work towards a proper server infrastructure with a thread per connection.David Robillard1-4/+1
2012-05-03SocketReceiver => SocketListener.David Robillard1-0/+48