Blame TODO

Packit Service cbd1e2
                                                           -*- outline -*-
Packit Service cbd1e2
* More tests.
Packit Service cbd1e2
* Check that we have Pth-ed all blocking fucntions.
Packit Service cbd1e2
* Introduce a spawn wrapper program as gpgme has to not leak fds under W32.
Packit Service cbd1e2
* assuan_transact returns immediately on an error in the callback
Packit Service cbd1e2
  function.  It might be better to return the error to the caller. As
Packit Service cbd1e2
  an example see dirmngr-client, where we need to send empty responses
Packit Service cbd1e2
  for unknown inquiries, albeit dirmngr itself would handle the
Packit Service cbd1e2
  returns for assuan_inquire gracefully.  We need to check all
Packit Service cbd1e2
  applications whether it is safe to change this.
Packit Service cbd1e2
* XOPEN_SOURCE and snprintf
Packit Service cbd1e2
  See Peter O'Gorman's mail.
Packit Service cbd1e2
Packit Service cbd1e2
* W32
Packit Service cbd1e2
** Check what kind of fd we use with inbound.fd etc.
Packit Service cbd1e2