aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-io.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-05Fix printing size_t and off_t value for LLP64 Windows.NIIBE Yutaka1-4/+4
2023-10-13doc: Fix typos in documentation and source code commentsIngo Klöcker1-5/+5
2019-10-28core,w32: Initialize dbg_help for socket debuggingAndre Heinecke1-1/+1
2019-04-09core,w32: Improve handling of Unicode pathsAndre Heinecke1-10/+10
2019-04-09core,w32: Show w32-spawn warning only onceAndre Heinecke1-14/+19
2018-11-19core: Fix format string errors in w32-io.c and use of TRACE_SUC.Werner Koch1-19/+23
2018-11-16core: Simplify the trace maros by using variadics.Werner Koch1-93/+93
2018-11-08spelling: fix misspellingsDaniel Kahn Gillmor1-7/+7
2018-11-02w32: Fix a few compiler warnings.Werner Koch1-15/+10
2018-11-02w32: Log all errors from CloseHandle and WFSO in w32-io.Werner Koch1-49/+70
2018-11-02w32: Revamp the closing of system objects.Werner Koch1-119/+261
2018-11-01w32: Use CancelSynchronousIo in destroy_reader.Werner Koch1-1/+1
2018-11-01w32: Merge all the object tables of w32-io into one.Werner Koch1-264/+245
2018-10-31w32: Remove unused arg from two functions.Werner Koch1-32/+47
2018-10-31w32: Remove all support for WindowsCEWerner Koch1-305/+2
2018-10-31w32: Remove cruft in w32-io from WindowsME times.Werner Koch1-29/+0
2018-10-30w32: Fix previous commit.Werner Koch1-3/+2
2018-10-29core,w32: Fix memleak of tmp_name in w32-ioAndre Heinecke1-0/+7
2018-02-09core, w32: Fix flags passing to gpgme-w32-spawnAndre Heinecke1-2/+2
2017-02-02core: Replace all calls to *sprintf by gpgrt_*sprintf.Werner Koch1-2/+2
2017-01-23w32: Fix closing file descriptors.Justus Winter1-2/+8
2016-11-09w32: Better protect the IO-system's fd_tableWerner Koch1-12/+26
2016-08-18core: Remove (now) useless diagnosticAndre Heinecke1-2/+0
2016-08-18core: Fail loudly in case w32 spawner not foundAndre Heinecke1-0/+26
2015-12-02Fix typos found by codespell.Justus Winter1-2/+2
2015-10-28w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch1-2/+7
2014-04-16w32: Fix another memleak on error.Werner Koch1-0/+1
2014-04-15w32: Fix memleak in an error code paths.Werner Koch1-0/+1
2014-04-10Make use of internal iospawn flags more flexible.Werner Koch1-1/+2
2013-05-11w32: Change the way the I/O threads are cleaned up.Werner Koch1-90/+73
2013-05-08Fix hang in socket closing.Werner Koch1-0/+36
2013-05-08Improve debug output of the I/O reader and writer.Werner Koch1-5/+17
2012-09-25Remove all trailing whitespace from source filesWerner Koch1-61/+61
2011-02-03Fix socket implementation on Windows.Marcus Brinkmann1-1/+1
2011-02-02Fix Windows port (spawn and assuan engine).Marcus Brinkmann1-43/+9
2010-11-232010-11-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+12
2010-11-03More include guards.Werner Koch1-1/+3
2010-11-02First take on changes to allow building with MSC for W32CE.Werner Koch1-3/+7
2010-09-012010-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-58/+11
2010-08-04Are you ready already?Marcus Brinkmann1-3/+2
2010-08-032010-08-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+33
2010-06-102010-06-11 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+0
2010-06-102010-06-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-130/+262
2010-06-092010-06-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-32/+344
2010-05-062010-05-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+0
2010-05-062010-05-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-26/+26
2010-04-16More robust detection of handle and socketsWerner Koch1-20/+46
2010-01-25Allow the native W32 version to properly work with sockets.Werner Koch1-22/+79
2009-11-102009-11-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+3
2009-11-052009-11-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+5