summaryrefslogtreecommitdiffstats
path: root/src/SocketReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-09-23Use lowercase namespace namesDavid Robillard1-3/+3
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+2
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-25Use nullptrDavid Robillard1-8/+8
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2017-02-12Fix various cast alignment warningsDavid Robillard1-7/+6
2016-07-29Remove Forge dependency from AtomReaderDavid Robillard1-5/+1
2015-10-02Unregister socket clients on hangup.David Robillard1-0/+1
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-3/+2
2015-05-23Prevent concurrent Sord access.David Robillard1-8/+23
2015-02-07Demodularize socket stuff.David Robillard1-0/+187