summary refs log tree commit diff stats
path: root/lib/windows/winlean.nim
Commit message (Expand)AuthorAgeFilesLines
* New version, without any piece of code duplication.cheatfate2016-06-171-2/+14
* Introduce addRead/addWrite for Windows IOCP.cheatfate2016-06-121-0/+116
* fixes Windows buildsAndreas Rumpf2016-05-301-0/+2
* Remove spurious semicolon in type definitionStephane Fontaine2016-05-191-1/+1
* Resolve bugs based on unreliable `bytesReceived` value.cheatfate2016-05-121-0/+7
* CompletionKey parameter for functions CreateIoCompletionPort,cheatfate2016-04-191-2/+4
* Correct getOverlappedResult() definitioncheatfate2016-04-131-1/+1
* resolved merge conflictsAraq2016-03-291-8/+8
|\
| * Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-5/+5
| * Renamed local variable to avoid compiler warning.gmpreussner2016-03-161-3/+3
* | proper indentationAraq2016-03-181-22/+22
* | get rid of compiler warningAraq2016-03-181-3/+3
|/
* Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio...cheatfate2016-02-181-0/+3
* Rename THANDLE to Handle to fix deprecation warningsdef2016-02-111-5/+5
* Fixed issue 3539, added testAnatoly Galiulin2016-01-281-10/+79
* added poDemon flag for process managementAraq2015-10-191-0/+2
* fixes #3383Araq2015-10-061-1/+1
* winlean additions; preparing for osproc patch to use named pipesAraq2015-09-291-0/+32
* Implements getPeerAddr/getPeerName on Windows and adds IDX.Dominik Picheta2015-09-151-1/+7
* Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996.Dominik Picheta2015-06-251-0/+3
* Add WSAEADDRINUSE to winlean.Dominik Picheta2015-06-041-0/+1
* stdlib: don't use deprecated symbolsAraq2015-06-041-7/+7
* lib/windows - Dropped 'T' from typespdw2015-06-041-96/+103
* fixes #2651Araq2015-05-041-57/+59
* fixes os.moveFile on WindowsAraq2015-02-131-0/+8
* Fix cross to windows compilation on linuxFlaviu Tamas2014-12-301-22/+22
* Fixed FD_SET casingErik O'Leary2014-10-101-1/+1
* some improvements for nimfixAraq2014-09-091-1/+1
* 'nimfix' improvements; FdSet is TFdSet againAraq2014-09-081-8/+8
* Added Windows asyncfile implementation.Dominik Picheta2014-09-051-8/+16
* Winlean and threads case sensitivity fixes.Dominik Picheta2014-08-301-3/+3
* Nimrod renamed to NimAraq2014-08-281-1/+1
* big renameAraq2014-08-281-51/+58
* big renameAraq2014-08-281-23/+23
* big renameAraq2014-08-281-1/+3
* renamefestAraq2014-08-231-8/+8
* More future debug info. Added new error code to SafeDisconn list.Dominik Picheta2014-08-091-0/+1
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-05-061-3/+3
|\
| * DWORD -> PULONG for POverlapped.Dominik Picheta2014-05-031-2/+2
| * Get rid unsafe pointer type in GetQueuedCompletionStatus.Dominik Picheta2014-04-301-1/+1
* | some additions to winleanAraq2014-05-061-1/+9
|/
* async might work now reliablyAraq2014-04-301-2/+2
* Merge pull request #1099 from Varriount/os/getFileInfoAndreas Rumpf2014-04-201-0/+4
|\
| * Fixed _get_osfhandle declaration.Clay Sweetser2014-04-161-1/+1
| * Completed Linux/Posix implementation of getFileInfoClay Sweetser2014-04-161-0/+3
| * Added Windows implementation of getFileInfo proceduresClay Sweetser2014-04-161-0/+1
* | New concurrency model: next stepsAraq2014-04-191-1/+1
|/
* Disable async macro code output. Added some WSA error codes to winlean.Dominik Picheta2014-04-071-1/+6
* Fixed tasyncawait on Windows.Dominik Picheta2014-03-121-0/+1
* Resolved conflict.Dominik Picheta2014-02-091-3/+3