Age | Commit message (Expand) | Author | Files | Lines |
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 | Output routing info to log | cbdev | 2 | -1/+10 |
2020-03-17 | Fix registry apply bug, fix openpixelcontrol broadcast | cbdev | 3 | -8/+7 |
2020-03-16 | Hash-index event routing table | cbdev | 3 | -122/+109 |
2020-03-15 | Fix build and CI exits | cbdev | 3 | -9/+13 |
2020-03-14 | Restructure backend and instance registry | cbdev | 6 | -138/+147 |
2020-03-13 | Update README | Spacelord | 1 | -1/+1 |
2020-03-12 | Fix rate-limited frame synthesis | cbdev | 3 | -5/+5 |
2020-03-12 | Fix typo | Spacelord | 1 | -1/+1 |
2020-03-12 | Add travis irc notification | Spacelord | 1 | -0/+9 |
2020-03-12 | Installer: Initial self update | Spacelord | 1 | -17/+65 |
2020-03-11 | Installer: Fix name | Spacelord | 1 | -2/+2 |
2020-03-11 | Refactor installer | cbdev | 2 | -204/+160 |
2020-03-11 | Add codesmell statistics to CI | cbdev | 3 | -7/+45 |
2020-03-11 | Simplify ArtNet & sACN | cbdev | 3 | -6/+4 |
2020-03-11 | Restructure CI spellchecking | cbdev | 2 | -83/+43 |
2020-03-10 | Fix Coverity CID 354930 & CID 354929 | cbdev | 1 | -2/+2 |
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-10 | Restructure core loop, add check for zero-descriptor case | cbdev | 3 | -76/+125 |
2020-03-09 | Update README and example config | cbdev | 3 | -4/+9 |
2020-03-09 | Remove deprecated MIDI channel syntax | cbdev | 2 | -51/+30 |
2020-03-09 | Installer: Update help | Spacelord | 1 | -11/+14 |
2020-03-09 | Installer: Update prefix-containing variables. | Spacelord | 1 | -1/+4 |
2020-03-08 | Installer: Update prefix-containing variables when the prefix argument is set. | Spacelord | 1 | -3/+5 |
2020-03-08 | Updater: fix if | Spacelord | 1 | -2/+3 |
2020-03-08 | Merge branches 'master' and 'master' of github.com:cbdevnet/midimonster | Spacelord | 3 | -5/+20 |
2020-03-08 | Implement argument parsing. | Spacelord | 1 | -41/+119 |
2020-03-08 | Add lua debug loggingv0.4 | cbdev | 1 | -1/+5 |
2020-03-08 | Fix typo | cbdev | 1 | -1/+1 |
2020-03-08 | Print proper error messages from core select on Windows | cbdev | 1 | -0/+11 |
2020-03-08 | Enable syntax highlighting, fix some errors | cbdev | 1 | -3/+3 |
2020-03-08 | Allow managed_fd implementation data to be updated | cbdev | 1 | -0/+1 |
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 | 2 | -1/+3 |
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 override Python 2.7 installation in CI, fix typo | cbdev | 2 | -2/+3 |
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 | 2 | -98/+86 |