summaryrefslogtreecommitdiffstats
path: root/src/server/SocketListener.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Clean up includesDavid Robillard1-0/+2
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check.
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-2/+3
2020-08-02Fix suppressed automatic movesDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-12-08Cleanup: Fix potential memory leakDavid Robillard1-0/+1
2019-12-08Cleanup: Add missing explicit initialisationsDavid Robillard1-1/+1
2019-12-08Cleanup: Use faster char overload of find_last_of()David Robillard1-1/+1
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-5/+6
2019-03-09Clean up includes and forward declarationsDavid Robillard1-14/+14
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-10/+11
2019-03-08Pass World everywhere by referenceDavid Robillard1-19/+19
2018-09-23Use lowercase namespace namesDavid Robillard1-5/+5
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-1/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-3/+3
2018-01-16Move SocketListener details out of headerDavid Robillard1-4/+22
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2015-11-08Gracefully handle UNIX socket after a crashDavid Robillard1-3/+59
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5814 a436a847-0d15-0410-975c-d299462d15a1
2015-05-26Listen for TCP connections on all interfaces.David Robillard1-2/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5689 a436a847-0d15-0410-975c-d299462d15a1
2015-05-11Fix handling of spurious polls.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5676 a436a847-0d15-0410-975c-d299462d15a1
2015-02-07Add missing files.David Robillard1-0/+116
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5538 a436a847-0d15-0410-975c-d299462d15a1