Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-03-03 | Implement python backend | cbdev | 6 | -3/+514 |
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 | 2 | -3/+19 |
2020-02-28 | Implement openpixelcontrol 16bit server mode | cbdev | 2 | -5/+32 |
2020-02-28 | Do not build openpixelcontrol with debug output | cbdev | 1 | -1/+0 |
2020-02-28 | Fix typo | cbdev | 1 | -1/+1 |
2020-02-28 | Minor documentation fix | cbdev | 2 | -6/+5 |
2020-02-28 | Restructure openpixelcontrol | cbdev | 2 | -89/+127 |
2020-02-28 | Update README to reflect all backends, add notes for building Lua on Windows | cbdev | 2 | -9/+20 |
2020-02-28 | Reorder CI builds, fix CI config warnings | cbdev | 1 | -48/+17 |
2020-02-28 | Document commandline parameters in manpage (Fixes #48), update CI to Ubuntu b... | cbdev | 2 | -26/+37 |
2020-02-27 | Implement OpenPixelControl server mode (8bit) | cbdev | 5 | -13/+241 |
2020-02-26 | Use (spell-)lintian from package repositories in CI | cbdev | 3 | -3/+9 |
2020-02-25 | Implement quiet mode for maweb backend | cbdev | 2 | -2/+16 |
2020-02-23 | Implement OpenPixelControl output | cbdev | 4 | -2/+459 |
2020-02-22 | Update logo | cbdev | 4 | -2/+3 |
2020-02-09 | Mention release page in installer section, move images around | cbdev | 3 | -3/+7 |
2020-02-08 | Updated README. (#47) | Spacelord | 1 | -47/+67 |
2020-01-29 | Minor fix in maweb backend documentation | Spacelord | 2 | -3/+3 |
2020-01-17 | Add project logo and initial Windows resource data | cbdev | 4 | -2/+30 |
2020-01-13 | Hide core-internal structures | cbdev | 2 | -8/+8 |
2020-01-12 | Rework instance creation | cbdev | 28 | -142/+75 |
2020-01-10 | Add instructions on how to install the debian package | cbdev | 1 | -0/+7 |
2020-01-06 | Fix winmidi detect value output | cbdev | 2 | -5/+5 |
2020-01-05 | Implement commandline config override (Fixes #26) | cbdev | 5 | -154/+314 |
2020-01-04 | Build the Lua backend on Windows using CI | cbdev | 2 | -0/+3 |
2020-01-04 | Add input_channel call to Lua backend | cbdev | 3 | -4/+26 |
2020-01-03 | Limit connection attempts to one in 10sec | cbdev | 1 | -5/+3 |
2020-01-01 | Do not install default config if already present (Fixes #43) | cbdev | 1 | -0/+2 |
2019-12-31 | Enable globs for Travis deploymentsv0.3 | cbdev | 1 | -0/+1 |
2019-12-31 | Pull tags in CI before build | cbdev | 1 | -2/+3 |
2019-12-31 | Fix deployment directory cleanup | cbdev | 1 | -20/+19 |
2019-12-31 | Diversify automated deploy per host OS | Spacelord | 1 | -2/+2 |
2019-12-31 | fix travis deployment | Spacelord | 1 | -6/+5 |
2019-12-31 | Automated travis deployment | Spacelord | 2 | -1/+42 |
2019-12-29 | rtpmidi service handling | cbdev | 1 | -6/+68 |
2019-12-28 | Fix OSX CI | cbdev | 1 | -1/+2 |
2019-12-28 | Check API pointer before use, fix spelling | cbdev | 2 | -2/+2 |
2019-12-28 | Extend peer handling | cbdev | 2 | -34/+82 |
2019-12-27 | Implement MIDI command parsing | cbdev | 1 | -2/+153 |
2019-12-26 | Invite peer on data port | cbdev | 2 | -11/+29 |
2019-12-25 | Fix uninitialized variable | cbdev | 1 | -1/+1 |
2019-12-24 | Fix version define for Windows | cbdev | 1 | -0/+1 |
2019-12-24 | Implement AppleMIDI responder mode | cbdev | 3 | -46/+172 |