]> sigrok.org Git - libserialport.git/history - windows.c
change type of result variables to ssize_t
[libserialport.git] / windows.c
2020-01-26 Martin Lingwindows: Fix another CreateFile usage.
2020-01-26 Martin Lingwindows: Fix a warning on size_t to USHORT conversion.
2020-01-24 Martin Lingwindows: Use correct variant of CreateFile.
2020-01-24 Martin LingAdjust headers and include ordering for MSVC support.
2020-01-23 Martin Lingwindows: wc_to_utf8: use some clearer variable names.
2020-01-23 Martin Lingwindows: wc_to_utf8: Eliminate variable-length array.
2020-01-23 Martin Lingwindows: Handle the case where there are no serial...
2020-01-23 Martin Lingwindows: Handle registry lookup failures correctly.
2019-12-28 Uwe HermannRandom minor whitespace fixes.
2019-12-28 Uwe Hermannwindows: Fix incorrect wc_to_utf8() calls.
2019-06-30 Martin Jacksonwindows: wc_to_utf8(): Fix a WCHAR related issue causin...
2016-01-06 Martino Facchinwindows: Fix iSerial for composite devices.
2015-09-13 Daniel ElstnerBuild: Include config.h first in all source files
2015-04-19 Uwe Hermannwindows.c: Constify a few function parameters.
2015-03-26 Uwe HermannVarious cosmetic and consistency fixes.
2014-11-27 Aurelien Jacobswindows: Properly handle return value of SetupDiOpenDev...
2014-10-05 Bert VermeulenFix typos.
2014-09-24 Aurelien Jacobswindows: Indentation (cosmetics only).
2014-09-24 Aurelien Jacobswindows: Fix various memory leaks.
2014-08-27 Uwe HermannFix Windows build.
2014-08-05 Uwe Hermannwindows.c: Remove MinGW workarounds, require MinGW...
2014-07-31 Uwe Hermannwindows.c: Define a bunch of stuff that's not in MinGW...
2014-07-02 Aurelien JacobsIntroduce SP_API/SP_PRIV to mark visibility of functions.
2014-06-13 Aurelien JacobsMove list_ports() implementations to OS-specific files.
2014-06-11 Martin LingTidy up and split most OS-specific code to separate...