Blame TODO

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