aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-12-14 23:49:40 +0100
committercbdev <cb@cbcdn.com>2019-12-14 23:49:40 +0100
commit4b063b0017ff262e3d6757062a297082a808a3e2 (patch)
treecaac349556ddced8ca103d20d120837101e73da6 /TODO
parent3d7291df090350365b78550bfc8152ee2576f6a9 (diff)
downloadmidimonster-4b063b0017ff262e3d6757062a297082a808a3e2.tar.gz
midimonster-4b063b0017ff262e3d6757062a297082a808a3e2.tar.bz2
midimonster-4b063b0017ff262e3d6757062a297082a808a3e2.zip
Fix minor bug in plugin path setup
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index 1f1269d..6ee649f 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
keepalive channels per backend?
Note source in channel value struct
Optimize core channel search (store backend offset)
-
+udp backends may ignore MTU
mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation
-
installer: implement an upgrade mode (check for newer versions in the repo)
-
+evdev.c:321 divides by zero with relaxis
+make event collectors threadsafe to stop marshalling data...