aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/maweb.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Keep channel registry map in sync when updating identifiers (#76)cbdev1-1/+1
2020-08-01Allow initial maweb event push even for zero values (#74)cbdev1-1/+1
2020-06-11Query joystick buttonscbdev1-1/+1
2020-06-05Log out of maweb session on disconnect (Fixes #61)cbdev1-23/+33
2020-06-02Change maweb session identifier message (Fixes #62)cbdev1-2/+2
2020-05-30maweb: Try next host (if configured) on login failurecbdev1-6/+18
2020-05-16Implement maweb dynamic intervalcbdev1-18/+32
2020-04-27Allow access to previous value in python handlerscbdev1-1/+1
2020-04-26Periodically retry connecting remotes for mawebcbdev1-18/+32
2020-04-25Implement maweb fallback connectionscbdev1-25/+84
2020-04-23Split mDNS socket into v4/v6cbdev1-1/+1
2020-04-20Print platform-specific error messages for socket callscbdev1-1/+1
2020-02-25Implement quiet mode for maweb backendcbdev1-2/+15
2020-01-12Rework instance creationcbdev1-9/+4
2019-12-25Fix uninitialized variablecbdev1-1/+1
2019-12-20Route all backend debug logging through a macrocbdev1-47/+48
2019-12-12Extend hostspec parsing and implement local mode for sACN (#39)cbdev1-2/+2
2019-12-11Release instance implementation data allocationcbdev1-0/+2
2019-12-11Simplify plugin_stop APIcbdev1-11/+2
2019-12-11Simplify plugin_start APIcbdev1-14/+2
2019-12-05Add flags parameter to channel parser plugin API (Fixes #31)cbdev1-1/+1
2019-12-04Explicitly mark the backend init symbol visiblecbdev1-1/+1
2019-11-22Update button control state on input not outputcbdev1-2/+2
2019-11-22Exclude buttons from feedback filtering for maweb backendcbdev1-1/+3
2019-11-07Makefile install target and packaging instructions (Fixes #28)cbdev1-1/+1
2019-10-05Implement detect option for winmidicbdev1-3/+4
2019-09-20Fix maweb channel orderingcbdev1-2/+12
2019-09-20Update documentation, fix minor leakscbdev1-1/+0
2019-09-18Fix maweb command key handlingcbdev1-77/+112
2019-09-18Fix winmidi feedback connectioncbdev1-1/+1
2019-09-14Fix maweb pollingcbdev1-22/+25
2019-09-08Fix duplicate poll requestscbdev1-2/+11
2019-09-07maweb I/O bufferingcbdev1-104/+141
2019-09-04Don't build maweb as debugcbdev1-2/+0
2019-09-04Use platform-independent specifiers for printf callscbdev1-16/+18
2019-08-23Fix Coverity CID 347886cbdev1-0/+1
2019-08-23Finalize & publish maweb backendcbdev1-38/+54
2019-08-22Update travis dependenciescbdev1-1/+0
2019-08-22Implement input for the maweb backend (with a few limitations)cbdev1-60/+298
2019-08-17Fix exec indexingcbdev1-5/+0
2019-08-16Implement dot2 specific workaroundscbdev1-8/+8
2019-08-15Fix CI, add dot2 detection to mawebcbdev1-0/+7
2019-08-12Placate spellintian...cbdev1-1/+1
2019-08-12Fix maweb button execscbdev1-1/+26
2019-08-11Initial maweb backendcbdev1-0/+695