summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* winio: Don't drop buffer offset in byteView/cwcharViewAndreas Klebinger2020-07-152-6/+5
* winio: A few comments and commented out dbxIOAndreas Klebinger2020-07-151-18/+20
* winio: Small refactor in withOverlappedExAndreas Klebinger2020-07-151-29/+32
* winio: Checking if an error code indicates completion is now a function.Andreas Klebinger2020-07-151-11/+13
* winio: Minor comments/renamingsBen Gamari2020-07-154-47/+54
* winio: update temp path so GCC etc can handle it.Tamar Christina2020-07-153-32/+60
* winio: Detect running IO Backend via peeking at RtsConfigAndreas Klebinger2020-07-153-31/+51
* winio: Remove unused size/iterate operations from IntTableAndreas Klebinger2020-07-151-24/+0
* winio: Rename unsafeSplat to unsafeCopyFromBufferAndreas Klebinger2020-07-152-10/+10
* winio: Fix rebase artifactsTamar Christina2020-07-151-14/+7
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-158-39/+137
* winio: Remove outstanding_requests from runner.Andreas Klebinger2020-07-152-21/+11
* winio: Refactor non-threaded runner thread and scheduler interface.Andreas Klebinger2020-07-154-141/+228
* winio: Display thread labels when tracing scheduler events.Andreas Klebinger2020-07-151-18/+24
* winio: Always lock win32 event queueAndreas Klebinger2020-07-151-10/+17
* winio: Update placeholder comment with actual function name.Andreas Klebinger2020-07-151-1/+1
* winio: Wake io manager once per registerTimeout.Andreas Klebinger2020-07-151-1/+0
* winio: Update T9681 output, disable T4808 on windows.Andreas Klebinger2020-07-152-4/+4
* winio: ThreadDelay001: Use higher resolution timer.Andreas Klebinger2020-07-151-4/+21
* winio: Queue IO processing threads at the front of the queue.Andreas Klebinger2020-07-153-1/+13
* winio: Add an exported isHeapAlloced function to the RTSAndreas Klebinger2020-07-151-0/+9
* winio: nonthreaded: Create io processing threads in main thread.Andreas Klebinger2020-07-153-34/+90
* winio: Add comment about thread safety of processCompletion.Andreas Klebinger2020-07-151-0/+4
* winio: Make last_event a local variableAndreas Klebinger2020-07-151-3/+8
* winio: Mark outstanding_service_requests volatile.Andreas Klebinger2020-07-151-2/+8
* winio: Add comments/cleanup an import in baseAndreas Klebinger2020-07-153-1/+4
* winio: Fix threadDelay maxBound invocations.Andreas Klebinger2020-07-152-19/+24
* winio: Mark FD instances as unsupported under WINIO.Andreas Klebinger2020-07-151-24/+32
* winio: Properly check for the tso of an incall to be zero.Andreas Klebinger2020-07-151-1/+1
* winio: Assign thread labels to IOManager threads.Andreas Klebinger2020-07-152-2/+5
* winio: Fix expected tempfiles output.Andreas Klebinger2020-07-152-13/+1
* winio: A few more improvements to the IOPort primitives.Andreas Klebinger2020-07-151-11/+41
* winio: Update output of T9681 since we now actually run it.Andreas Klebinger2020-07-151-2/+5
* winio: Allow hp2ps to build with -DDEBUGAndreas Klebinger2020-07-151-1/+1
* winio: Fix sqrt and openFile009 test casesAndreas Klebinger2020-07-153-5/+9
* winio: Remove debug event log traceAndreas Klebinger2020-07-151-1/+0
* winio: Set handle offset when opening files in Append mode.Andreas Klebinger2020-07-157-6/+62
* wionio: Make IO subsystem check a no-op on non-windows platforms.Andreas Klebinger2020-07-151-2/+3
* winio: Fix multi threaded threadDelay and a few other small changes.Andreas Klebinger2020-07-152-96/+61
* winio: Clean up code surrounding IOPort primitives.Andreas Klebinger2020-07-156-45/+109
* winio: Fix offset set by bufReadEmpty.Andreas Klebinger2020-07-154-21/+37
* winio: Rewrite bufWrite.Andreas Klebinger2020-07-153-56/+79
* winio: Fix output truncation for writes larger than buffer sizeAndreas Klebinger2020-07-152-5/+12
* winio: Fix input truncation when reading from handle.Andreas Klebinger2020-07-152-14/+26
* winio: Implement new tempfile routines for winioTamar Christina2020-07-155-14/+169
* winio: fix FileSize unstat-able handlesTamar Christina2020-07-151-0/+14
* winio: Expand comments describing non-threaded loopAndreas Klebinger2020-07-151-5/+37
* winio: Remove some barf statements that are a bit strict.Tamar Christina2020-07-151-2/+0
* winio: Fix issues with non-threaded I/O manager after split.Tamar Christina2020-07-153-6/+24
* winio: Relaxing some constraints in io-manager.Tamar Christina2020-07-153-2/+3