Age | Commit message (Expand) | Author | Files | Lines |
2020-04-12 | Move sockaddr_ntop implementation to libmmbackend | cbdev | 4 | -35/+69 |
2020-04-12 | Fix errno shadowing | cbdev | 1 | -1/+1 |
2020-04-11 | Implement strerror abstraction for Windows | cbdev | 3 | -14/+27 |
2020-04-11 | Use local interface addresses for mDNS announce | cbdev | 6 | -34/+220 |
2020-04-10 | Implement OSC bundle format reception (#56) | cbdev | 1 | -30/+75 |
2020-04-08 | Restructure mDNS discovery | cbdev | 3 | -62/+92 |
2020-04-06 | Discover peers, detach from DNS-SD at shutdown | cbdev | 3 | -104/+190 |
2020-04-04 | Basic mDNS discovery | cbdev | 2 | -17/+220 |
2020-04-02 | Implement basic DNS parsing | cbdev | 3 | -46/+237 |
2020-03-30 | Fix Coverity CID 355268 | cbdev | 1 | -1/+10 |
2020-03-29 | Reschedule sacn frame output on EAGAIN | cbdev | 1 | -18/+46 |
2020-03-29 | Reschedule artnet frame output on EAGAIN | cbdev | 2 | -13/+26 |
2020-03-28 | Fix reference counting bug and lua timing | cbdev | 2 | -6/+7 |
2020-03-27 | Implement python cleanup handlers | cbdev | 5 | -41/+87 |
2020-03-26 | Implement lua cleanup handlers | cbdev | 3 | -29/+60 |
2020-03-24 | Simplify backend code according to new guarantees | cbdev | 7 | -64/+32 |
2020-03-23 | Update rtpmidi to current API | cbdev | 3 | -19/+8 |
2020-03-23 | Merge current master | cbdev | 35 | -369/+2330 |
2020-03-22 | Enable load-time channel setting for python | cbdev | 2 | -9/+18 |
2020-03-21 | Enable setting channel values at load time for lua | cbdev | 2 | -10/+20 |
2020-03-20 | Restructure lua channel resolution | cbdev | 3 | -54/+68 |
2020-03-20 | Implement Lua threading | cbdev | 3 | -7/+144 |
2020-03-18 | Implement default channel handlers for Lua/Python | cbdev | 6 | -28/+77 |
2020-03-17 | Fix registry apply bug, fix openpixelcontrol broadcast | cbdev | 1 | -5/+5 |
2020-03-14 | Restructure backend and instance registry | cbdev | 2 | -10/+0 |
2020-03-12 | Fix rate-limited frame synthesis | cbdev | 2 | -4/+4 |
2020-03-11 | Simplify ArtNet & sACN | cbdev | 3 | -6/+4 |
2020-03-10 | Move ArtNet and sACN to local channel stores | cbdev | 4 | -16/+33 |
2020-03-10 | Restructure & simplify winmidi | cbdev | 1 | -24/+33 |
2020-03-10 | Check ArtNet/sACN channel direction at map time | cbdev | 4 | -2/+12 |
2020-03-10 | Simplify MIDI backend | cbdev | 2 | -36/+28 |
2020-03-09 | Remove deprecated MIDI channel syntax | cbdev | 2 | -51/+30 |
2020-03-08 | Add lua debug loggingv0.4 | cbdev | 1 | -1/+5 |
2020-03-08 | Fix typo | cbdev | 1 | -1/+1 |
2020-03-08 | Enable syntax highlighting, fix some errors | cbdev | 1 | -3/+3 |
2020-03-08 | Implement python intervaling and socket management | cbdev | 3 | -11/+346 |
2020-03-08 | Implement timestamp() callback for Lua | cbdev | 2 | -7/+14 |
2020-03-07 | Update interval() documentation | cbdev | 2 | -2/+1 |
2020-03-07 | Fix openpixelcontrol edge case | cbdev | 1 | -5/+5 |
2020-03-07 | Whitespace fixes | cbdev | 3 | -4/+3 |
2020-03-06 | Minor fixes | cbdev | 1 | -0/+1 |
2020-03-06 | Implement openpixelcontrol broadcast (strip 0) input | cbdev | 2 | -63/+131 |
2020-03-06 | Implement (optional) rate-limiting for sACN | cbdev | 3 | -25/+74 |
2020-03-05 | Fix artnet rate limiting | cbdev | 2 | -8/+14 |
2020-03-05 | Implement ArtNet rate-limiting to approx. 44 pps | cbdev | 3 | -17/+53 |
2020-03-04 | Try to make OSX build the python backend | cbdev | 1 | -2/+2 |
2020-03-04 | Clean up & retab CI script, fix typo | cbdev | 1 | -1/+1 |
2020-03-03 | Implement python backend | cbdev | 4 | -1/+508 |
2020-03-01 | Fix some errors in the Lua documentation | cbdev | 1 | -4/+4 |
2020-02-29 | Keep console alive when exiting as last process on Windows | cbdev | 1 | -0/+1 |