aboutsummaryrefslogtreecommitdiffstats
path: root/src/vfs-create.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-10-18 17:23:59 +0000
committerWerner Koch <[email protected]>2016-10-18 17:23:59 +0000
commit2c490cdb3e50761c498357982445ebb01f18dc1e (patch)
tree0d61b90ee2c6f21d73900e4bfaed5cfe4b2b7140 /src/vfs-create.c
parenttests: Make t-cancel more portable. (diff)
downloadgpgme-2c490cdb3e50761c498357982445ebb01f18dc1e.tar.gz
gpgme-2c490cdb3e50761c498357982445ebb01f18dc1e.zip
Release 1.7.1.gpgme-1.7.1
* configure.ac: Set LT version to C27/A16/R0. Note that the LT versions for cpp and Qt have already been updated. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src/vfs-create.c')
0 files changed, 0 insertions, 0 deletions
commit/gpgme/w32-glib-io.c?h=gpgme-1.1.3&id=a0ded960b440f13c28d946e9b66f1718184d5280&follow=1'>2005-11-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-3/+4 * w32-glib-io.c (_gpgme_io_fd2str): Remove debug printf. 2005-11-18GPA does now work with the glib based i/o backend.Werner Koch7-50/+121 2005-11-182005-11-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann6-154/+199 * priv-io.h (_gpgme_io_fd2str): New prototype. * posix-io.c (_gpgme_io_fd2str): New function. * w32-io.c (_gpgme_io_fd2str): New function. * rungpg.c: Use this new function. * w32-glib-io.c (_gpgme_io_fd2str): Rewrote the file handle code again. Two's company, three's the musketeers. 2005-11-182005-11-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-70/+155 * w32-glib-io.c: Rewrote the file handle code. We don't create system fds for every handle (doesn't work for inherited handles), but we create pseudo fds in a private namespace that designate a handle and potentially a giochannel.