aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/artnet.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-27Implement ArtNet ArtPollReply (Fixes #95)cbdev1-17/+148
2021-10-20Unify terminology (descriptor -> socket), add some loggingcbdev1-5/+5
2021-06-30Add OSX CI target, fix OSX buildcbdev1-1/+1
2020-10-23Implement ArtNet realtime optioncbdev1-8/+15
2020-08-07Implement detect mode for artnet (#70)cbdev1-51/+77
2020-04-23Split mDNS socket into v4/v6cbdev1-1/+1
2020-04-20Print platform-specific error messages for socket callscbdev1-10/+5
2020-03-29Reschedule artnet frame output on EAGAINcbdev1-12/+26
2020-03-24Simplify backend code according to new guaranteescbdev1-5/+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-11/+18
2020-03-10Check ArtNet/sACN channel direction at map timecbdev1-0/+5
2020-03-07Whitespace fixescbdev1-1/+1
2020-03-05Fix artnet rate limitingcbdev1-7/+12
2020-03-05Implement ArtNet rate-limiting to approx. 44 ppscbdev1-11/+41
2020-01-12Rework instance creationcbdev1-10/+4
2019-12-20Route all backend debug logging through a macrocbdev1-30/+31
2019-12-12Extend hostspec parsing and implement local mode for sACN (#39)cbdev1-3/+3
2019-12-11Simplify plugin_stop APIcbdev1-8/+2
2019-12-11Simplify plugin_start APIcbdev1-16/+2
2019-12-08Minor logic cleanupcbdev1-10/+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-4/+4
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-6/+10
2019-03-24Factor out socket operations (Fixes #13)cbdev1-110/+21
2018-03-19Fix resource leaks on error, reported by Coverity Scancbdev1-0/+1
2018-03-16Fix issues found by Coverity Scancbdev1-0/+1
2018-03-16Fix resource leaks on errorcbdev1-0/+1
2018-03-02Move backend implementations to subdirectorycbdev1-0/+562