Age | Commit message (Expand) | Author | Files | Lines |
2020-07-09 | Restructure CI | cbdev | 3 | -26/+32 |
2020-06-27 | Remove manually built backends with clean target | cbdev | 1 | -1/+2 |
2020-06-27 | Fix wininput joystick button calculation | cbdev | 1 | -12/+1 |
2020-06-13 | Implement joystick axis input | cbdev | 2 | -4/+80 |
2020-06-11 | Query joystick buttons | cbdev | 4 | -15/+84 |
2020-06-05 | Log out of maweb session on disconnect (Fixes #61) | cbdev | 1 | -23/+33 |
2020-06-02 | Change maweb session identifier message (Fixes #62) | cbdev | 1 | -2/+2 |
2020-05-30 | maweb: Try next host (if configured) on login failure | cbdev | 1 | -6/+18 |
2020-05-25 | Sort wininput requests, implement basic joystick requests | cbdev | 1 | -4/+61 |
2020-05-24 | Implement joystick channel specification, fix normalization | cbdev | 1 | -5/+51 |
2020-05-23 | Allow unicode characters to pass getline on Windows | cbdev | 1 | -1/+1 |
2020-05-17 | Include virtual screen origin offset in mouse normalization | cbdev | 1 | -4/+3 |
2020-05-16 | Implement maweb dynamic interval | cbdev | 3 | -19/+35 |
2020-05-15 | Clarify wininput message, do not build in debug mode | cbdev | 1 | -2/+2 |
2020-05-10 | Refactor wininput channel parsing, implement basic joystick queries | cbdev | 2 | -77/+92 |
2020-05-09 | Add DEPLOY switch to CI script | cbdev | 1 | -2/+2 |
2020-05-09 | Fix sACN compile-time warning | cbdev | 1 | -1/+1 |
2020-05-04 | Mention wininput in main README (Fixes #57) | cbdev | 1 | -1/+2 |
2020-05-04 | Implement wininput input direction | cbdev | 3 | -27/+215 |
2020-05-03 | Strip Windows binaries, update semantics for _interval callback | cbdev | 3 | -2/+6 |
2020-05-02 | Reformat wininput table | cbdev | 1 | -60/+34 |
2020-05-02 | Implement keyboard output for wininput | cbdev | 3 | -33/+239 |
2020-05-01 | Implement wininput skeleton and mouse output | cbdev | 4 | -2/+270 |
2020-04-27 | Fix CI scriptv0.5 | cbdev | 2 | -3/+4 |
2020-04-27 | Fix OSX compilation | cbdev | 2 | -1/+5 |
2020-04-27 | Allow access to previous value in python handlers | cbdev | 4 | -7/+11 |
2020-04-26 | Periodically retry connecting remotes for maweb | cbdev | 2 | -19/+32 |
2020-04-26 | Disable stop-the-world windows error messages | cbdev | 3 | -2/+4 |
2020-04-26 | Fix channel name for layering config | cbdev | 2 | -2/+4 |
2020-04-26 | Update layering config to use the new default-handler functionality | Spacelord | 2 | -73/+14 |
2020-04-25 | Implement maweb fallback connections | cbdev | 3 | -33/+95 |
2020-04-25 | Fix spelling | cbdev | 2 | -3/+3 |
2020-04-25 | Add rtpmidi to README, add example config | cbdev | 4 | -2/+32 |
2020-04-24 | Set MCAST_LOOP/IPV6_V6ONLY only on supported sockets, select outbound multica... | cbdev | 2 | -8/+40 |
2020-04-24 | Update lua documentation, keep last value for handler | cbdev | 2 | -4/+19 |
2020-04-23 | Split mDNS socket into v4/v6 | cbdev | 10 | -32/+47 |
2020-04-21 | Do not load lua backend automatically on Windows | cbdev | 6 | -6/+15 |
2020-04-21 | Implement recursive configuration file parsing (Fixes #59) | cbdev | 3 | -3/+28 |
2020-04-20 | Print platform-specific error messages for socket calls | cbdev | 7 | -40/+37 |
2020-04-19 | Fix unchecked returns | cbdev | 2 | -9/+20 |
2020-04-19 | Fix Coverity issues | cbdev | 1 | -14/+10 |
2020-04-19 | Add note to rtpmidi documentation | cbdev | 1 | -1/+5 |
2020-04-19 | Merge current master to rtpmidirtpmidi | cbdev | 16 | -213/+407 |
2020-04-19 | Connect discovered mDNS peers | cbdev | 2 | -29/+120 |
2020-04-18 | Use instance name as mDNS announce name | cbdev | 3 | -46/+22 |
2020-04-17 | Extend Windows error reporting, refactor apple command transmission | cbdev | 2 | -54/+58 |
2020-04-14 | Merge branch 'master' of ssh://github.com/cbdevnet/midimonster | cbdev | 2 | -43/+89 |
2020-04-13 | Installer Update | Spacelord | 1 | -13/+14 |
2020-04-13 | Refactor local address query, document libmmbackend calls | cbdev | 3 | -86/+75 |
2020-04-13 | Introduce core iteration limit to break deadlocks | cbdev | 1 | -2/+8 |