summaryrefslogtreecommitdiff
path: root/libraries/base/cbits/Win32Utils.c
Commit message (Expand)AuthorAgeFilesLines
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-151-2/+2
* winio: Fix potential spaceleak in __createUUIDTempFileErrNoAndreas Klebinger2020-07-151-0/+4
* winio: update temp path so GCC etc can handle it.Tamar Christina2020-07-151-3/+10
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-151-0/+27
* winio: Implement new tempfile routines for winioTamar Christina2020-07-151-0/+48
* winio: Multiple refactorings and support changes.Tamar Christina2020-07-151-4/+12
* Windows: make openTempFile fully atomic.Tamar Christina2019-09-111-29/+45
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-0/+2
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-021-1/+44
* Delete _MSC_VER when not necessary, fix #10511Bernard Desmyter2015-06-121-1/+1
* Removes all occurrences of __MINGW32__ (#10485)Thomas Miedema2015-06-111-1/+1
* GHC.Windows: more error support (guards, system error strings)Joey Adams2012-11-171-27/+42
* Allow openTempFile to retry when it hits a directory (#4968).Paolo Capriotti2012-06-071-0/+6
* Use in-process file locking on Windows (#4363)Paolo Capriotti2012-05-081-0/+17
* Use RTS version of getMonotonicNSec on Windows (#6061)Paolo Capriotti2012-05-081-46/+0
* Replace getUSecOfDay with monotonic timer (#5865)Paolo Capriotti2012-04-171-10/+43
* Windows: map ERROR_NO_DATA to EPIPE, rather than EINVALSimon Marlow2010-09-151-1/+4
* The Windows counterpart to 'wrapround of thread delays'Ian Lynagh2007-02-091-9/+7
* dos2unixSimon Marlow2006-12-041-125/+125
* don't try to compile this on UnixSimon Marlow2006-12-041-0/+4
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-0/+121