summaryrefslogtreecommitdiffstats
path: root/src/server/SocketListener.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-26Listen for TCP connections on all interfaces.David Robillard1-2/+1
2015-05-11Fix handling of spurious polls.David Robillard1-3/+3
2015-02-07Add missing files.David Robillard1-0/+116