From 8ebc4311185e3329622ad883dde54409fa1c8350 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sun, 9 Feb 2020 11:50:41 +0100 Subject: Mention release page in installer section, move images around --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index ee58777..3a78b9b 100644 --- a/TODO +++ b/TODO @@ -5,3 +5,4 @@ udp backends may ignore MTU mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway) -> documentation make event collectors threadsafe to stop marshalling data... collect & check backend API version +windows strerror -- cgit v1.2.3 From b529f4d3a9efc59c6bec46e07ebf1a114b7a0831 Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 22 Feb 2020 13:45:34 +0100 Subject: Update logo --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 3a78b9b..900cc1b 100644 --- a/TODO +++ b/TODO @@ -6,3 +6,4 @@ mm_managed_fd.impl is not freed currently (and is heaped most of the time anyway make event collectors threadsafe to stop marshalling data... collect & check backend API version windows strerror +move all connection establishment to _start to be able to hot-stop/start all backends -- cgit v1.2.3 From d757a9c63371fcf5f9aa832d58ed4b8bdf634909 Mon Sep 17 00:00:00 2001 From: cbdev Date: Tue, 10 Mar 2020 20:42:55 +0100 Subject: Restructure core loop, add check for zero-descriptor case --- TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'TODO') diff --git a/TODO b/TODO index 900cc1b..1ea91f4 100644 --- a/TODO +++ b/TODO @@ -7,3 +7,4 @@ make event collectors threadsafe to stop marshalling data... collect & check backend API version windows strerror move all connection establishment to _start to be able to hot-stop/start all backends +only call _handle and _interval on backends with instances -- cgit v1.2.3 From 05cdf563fcc4c7835ec422fa5d7ee86b68a9f1df Mon Sep 17 00:00:00 2001 From: cbdev Date: Sat, 14 Mar 2020 21:45:09 +0100 Subject: Restructure backend and instance registry --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 1ea91f4..900cc1b 100644 --- a/TODO +++ b/TODO @@ -7,4 +7,3 @@ make event collectors threadsafe to stop marshalling data... collect & check backend API version windows strerror move all connection establishment to _start to be able to hot-stop/start all backends -only call _handle and _interval on backends with instances -- cgit v1.2.3