aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-03-25Add Coverity Scan badge to READMEcbdev1-0/+2
2018-03-25Fix syntaxcbdev1-2/+1
2018-03-25Actually fix interval calculation (Fixes #7)cbdev1-2/+4
2018-03-24Work around OSX differences in Makefilecbdev2-1/+22
2018-03-23Fix bug in universe discovery packetcbdev3-2/+4
2018-03-23Add partial support for building on OSXcbdev3-1/+22
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 Scancbdev3-0/+4
2018-03-16Fix issues found by Coverity Scancbdev5-2/+9
2018-03-16Fix resource leaks on errorcbdev3-0/+4
2018-03-11Fix README TOC linkscbdev1-13/+13
2018-03-11Link example configurationscbdev1-3/+3
2018-03-11Update the READMEcbdev1-4/+11
2018-03-11Add LaunchControl -> sACN demo configcbdev1-0/+45
2018-03-09Implement evdev device matching by namecbdev5-32/+110
2018-03-02Makefile variable additions need to be target-specificcbdev1-3/+3
2018-03-02Move backend implementations to subdirectorycbdev14-20/+29
2018-03-02Implement keepalive framescbdev6-66/+169
2018-03-01Fix short memcpycbdev1-1/+1
2018-03-01Rename makefilecbdev1-0/+0
2018-03-01Add TOC to READMEcbdev1-3/+44
2018-03-01sACN documentation, Update OSC config syntaxcbdev4-6/+72
2018-03-01Implement sACN universe discovery, update configuration syntaxcbdev2-7/+65
2018-02-28Update ArtNet configuration syntax, add mm_timestamp APIcbdev4-8/+37
2018-02-27Implement sACN outputcbdev5-20/+130
2018-02-25sACN backend inputcbdev4-11/+664
2018-02-25Minor fixes to the ArtNet backendcbdev2-38/+39
2018-02-24Fix pedantic warningscbdev2-2/+2
2018-02-24Add and document sanitizer/valgrind makefile targetscbdev2-1/+10
2018-02-24Free allocation for backend data at exitcbdev1-0/+1
2018-02-24Pass linker export flag in a way all compilers understandcbdev1-2/+3
2018-02-24Allow the evdev backend to be built without uinputcbdev2-1/+29
2018-02-18Add another examplecbdev1-0/+1
2018-02-18Update the READMEcbdev1-4/+4
2018-02-18Remove obsolete configcbdev1-24/+0
2018-02-18Add evdev example configcbdev1-0/+31
2018-02-18Add examplecbdev1-0/+1
2018-02-18Merge branch 'master' into uinputuinputcbdev2-3/+3
2018-02-18Documentation for the evdev backendcbdev1-0/+76
2018-02-18Implement evdev output via libevdevcbdev3-54/+102
2018-02-18Whitespace fixescbdev2-3/+3
2018-02-18Implement evdev input via libevdevcbdev4-351/+190
2018-02-18Merge branch 'master' into uinputcbdev1-6/+9
2018-02-18OSC backend error checkingcbdev1-6/+9
2018-02-18Rename uinput backend to evdevcbdev4-74/+70
2018-02-17Merge branch 'master' into uinputcbdev7-14/+61
2017-12-02Fix check on return valuecbdev1-2/+1
2017-12-02Simplify config parsing, OSC keyboard sample configcbdev2-2/+26
2017-11-29fixing missing freesJan Düpmeier1-0/+5
2017-11-29impl output routingJan Düpmeier1-30/+164