Home GnuPG

Weekly Standup
ActivePublic

Hosted by werner on Oct 17 2022, 10:00 AM - 10:30 AM.

Recurring Event

Event Series
This event is an instance of E878: Weekly Standup, and repeats every week.

Event Timeline

Last week:

This week:

  • T6241
    • and check speedo and gpg-error-config/--with-gpg-error-config
  • T6236
    • try support it also with pipe connection for Windows
    • new API?
      • if the use case is common (among POSIX and Windows): estream -> es_fileno -> POSIX fd?
      • if the use case is specific fd for POSIX, HANDLE for Windows?

Re: T6236:
If we change the API we should also get rid of some other stuff:

  • Use gpgrt for logging
  • Replace the spawn function by those of gpgrt (we may need to update the latter)

Out own usage of passing handles with spawn is the the --status-fd &NNN hack.