aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO b/TODO
index b759c14..3efeabd 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,6 @@
-*- outline -*-
* Check that we have Pth-ed all blocking fucntions.
-* When turning libassuan into a shared library, provide a general
- version as well as a Pth-enabled one.
-* Even better, allow replacing all these I/O and spawn functions on
- a per-context basis at runtime (like the old assuan_set_io_hooks but better).
+* Introduce a spawn wrapper program as gpgme has to not leak fds under W32.
* assuan_transact returns immediately on an error in the callback
function. It might be better to return the error to the caller. As
an example see dirmngr-client, where we need to send empty responses