aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-io.c
Commit message (Expand)AuthorAgeFilesLines
* w32: Fix typo which broke the buildIngo Klöcker2026-06-291-1/+1
* w32: Use gpgrt_w32_set_errno if gpgrt is new enough.Werner Koch2026-06-251-10/+17
* w32:io: Serialize the access to ctx->* between reader/writer and io.NIIBE Yutaka2026-05-191-30/+40
* io:w32:spawn_sans_helper: Fix inherit of HANDLES to child process.NIIBE Yutaka2026-05-181-7/+7
* w32:spawn: Support the case without no helper.NIIBE Yutaka2026-01-091-37/+239
* w32: Use SetHandleInformation for _gpgme_io_pipe.NIIBE Yutaka2026-01-081-35/+9
* w32: Fix for process handle.NIIBE Yutaka2026-01-081-4/+11
* w32: Fix debug print on 64-bit machine.NIIBE Yutaka2025-12-241-17/+19
* w32: Fix spawn for 64-bit machine.NIIBE Yutaka2025-12-231-6/+4
* Fix portability for the use of the assuan types.NIIBE Yutaka2025-12-111-1/+1
* Slight changes to comments and trace output.Werner Koch2025-10-141-1/+1
* Fix printing size_t and off_t value for LLP64 Windows.NIIBE Yutaka2024-07-051-4/+4
* doc: Fix typos in documentation and source code commentsIngo Klöcker2023-10-131-5/+5
* core,w32: Initialize dbg_help for socket debuggingAndre Heinecke2019-10-281-1/+1
* core,w32: Improve handling of Unicode pathsAndre Heinecke2019-04-091-10/+10
* core,w32: Show w32-spawn warning only onceAndre Heinecke2019-04-091-14/+19
* core: Fix format string errors in w32-io.c and use of TRACE_SUC.Werner Koch2018-11-191-19/+23
* core: Simplify the trace maros by using variadics.Werner Koch2018-11-161-93/+93
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-081-7/+7
* w32: Fix a few compiler warnings.Werner Koch2018-11-021-15/+10
* w32: Log all errors from CloseHandle and WFSO in w32-io.Werner Koch2018-11-021-49/+70
* w32: Revamp the closing of system objects.Werner Koch2018-11-021-118/+260
* w32: Use CancelSynchronousIo in destroy_reader.Werner Koch2018-11-011-1/+1
* w32: Merge all the object tables of w32-io into one.Werner Koch2018-11-011-263/+244
* w32: Remove unused arg from two functions.Werner Koch2018-10-311-32/+47
* w32: Remove all support for WindowsCEWerner Koch2018-10-311-305/+2
* w32: Remove cruft in w32-io from WindowsME times.Werner Koch2018-10-311-29/+0
* w32: Fix previous commit.Werner Koch2018-10-301-3/+2
* core,w32: Fix memleak of tmp_name in w32-ioAndre Heinecke2018-10-291-0/+7
* core, w32: Fix flags passing to gpgme-w32-spawnAndre Heinecke2018-02-091-2/+2
* core: Replace all calls to *sprintf by gpgrt_*sprintf.Werner Koch2017-02-021-2/+2
* w32: Fix closing file descriptors.Justus Winter2017-01-231-2/+8
* w32: Better protect the IO-system's fd_tableWerner Koch2016-11-091-12/+26
* core: Remove (now) useless diagnosticAndre Heinecke2016-08-181-2/+0
* core: Fail loudly in case w32 spawner not foundAndre Heinecke2016-08-181-0/+26
* Fix typos found by codespell.Justus Winter2015-12-021-2/+2
* w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch2015-10-281-2/+7
* w32: Fix another memleak on error.Werner Koch2014-04-161-0/+1
* w32: Fix memleak in an error code paths.Werner Koch2014-04-151-0/+1
* Make use of internal iospawn flags more flexible.Werner Koch2014-04-101-1/+2
* w32: Change the way the I/O threads are cleaned up.Werner Koch2013-05-111-90/+73
* Fix hang in socket closing.Werner Koch2013-05-081-0/+36
* Improve debug output of the I/O reader and writer.Werner Koch2013-05-081-5/+17
* Remove all trailing whitespace from source filesWerner Koch2012-09-251-61/+61
* Fix socket implementation on Windows.Marcus Brinkmann2011-02-031-1/+1
* Fix Windows port (spawn and assuan engine).Marcus Brinkmann2011-02-021-43/+9
* 2010-11-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-11-231-0/+12
* More include guards.Werner Koch2010-11-031-1/+3
* First take on changes to allow building with MSC for W32CE.Werner Koch2010-11-021-3/+7
* 2010-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-09-011-58/+11