aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/sacn.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-10Update some commentscbdev1-1/+1
2020-08-07Implement detect mode for artnet (#70)cbdev1-1/+0
2020-07-26Implement rudimentary detect mode for sACN (#70)cbdev1-3/+36
2020-07-24Select multicast interface for sACN where possible (#69)cbdev1-9/+42
2020-05-09Fix sACN compile-time warningcbdev1-1/+1
2020-04-23Split mDNS socket into v4/v6cbdev1-1/+1
2020-04-20Print platform-specific error messages for socket callscbdev1-23/+12
2020-03-29Reschedule sacn frame output on EAGAINcbdev1-18/+46
2020-03-24Simplify backend code according to new guaranteescbdev1-9/+0
2020-03-14Restructure backend and instance registrycbdev1-5/+0
2020-03-12Fix rate-limited frame synthesiscbdev1-2/+2
2020-03-11Simplify ArtNet & sACNcbdev1-3/+1
2020-03-10Move ArtNet and sACN to local channel storescbdev1-5/+13
2020-03-10Check ArtNet/sACN channel direction at map timecbdev1-0/+5
2020-03-07Whitespace fixescbdev1-2/+2
2020-03-06Minor fixescbdev1-0/+1
2020-03-06Implement (optional) rate-limiting for sACNcbdev1-19/+59
2020-01-12Rework instance creationcbdev1-8/+3
2019-12-20Route all backend debug logging through a macrocbdev1-38/+39
2019-12-12Extend hostspec parsing and implement local mode for sACN (#39)cbdev1-5/+21
2019-12-11Simplify plugin_stop APIcbdev1-9/+2
2019-12-11Simplify plugin_start APIcbdev1-15/+2
2019-12-10Fix bug in sACN config parsingcbdev1-0/+1
2019-12-08Minor logic cleanupcbdev1-8/+2
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev1-1/+1
2019-12-04Explicitly mark the backend init symbol visiblecbdev1-1/+1
2019-09-04Use platform-independent specifiers for printf callscbdev1-5/+5
2019-08-10Clean up & check unionscbdev1-0/+5
2019-08-10Implement stream client connections in libmmbackend (Fixes #19)cbdev1-1/+1
2019-08-03Windows build compatiblitycbdev1-11/+17
2019-03-24Factor out socket operations (Fixes #13)cbdev1-111/+20
2018-03-23Fix bug in universe discovery packetcbdev1-1/+1
2018-03-19Clarify integer promotion in sACN backend (Coverity CIDs 264891, 264889)cbdev1-2/+2
2018-03-19Fix resource leaks on error, reported by Coverity Scancbdev1-0/+2
2018-03-16Fix resource leaks on errorcbdev1-0/+1
2018-03-02Move backend implementations to subdirectorycbdev1-0/+736