summary refs log tree commit diff stats
path: root/lib/windows
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* preparations for more Nimble packages; clear licensing; fixes #2949Araq2015-06-206-27706/+0
* Add WSAEADDRINUSE to winlean.Dominik Picheta2015-06-041-0/+1
* stdlib: don't use deprecated symbolsAraq2015-06-041-7/+7
* Added line breaks to long 'deprecated' pragmasPerelandric2015-06-041-16/+165
* lib/windows - Dropped 'T' from typespdw2015-06-046-1299/+848
* Merge pull request #2608 from chrisheller/develAndreas Rumpf2015-05-081-17/+62
|\
| * Add deprecated versions of procs in windows.nim that had DWORD parameters con...Chris Heller2015-05-011-0/+39
| * Update VirtualLock/Unlock to use SIZE_T instead of DWORD for sizesChris Heller2015-04-281-2/+2
| * Update the GlobalAlloc/ReAlloc and LocalAlloc/ReAlloc procs to use SIZE_T ins...Chris Heller2015-04-281-5/+5
| * Update Heap* procs in windows.nim that were using DWORD sizes to use SIZE_TChris Heller2015-04-281-5/+5
| * Update other Virtual* procs that were using dwSize: DWORD to use SIZE_TChris Heller2015-04-281-3/+3
| * Add procs for VirtualAllocEx and VirtualFreeEx in windows.nimChris Heller2015-04-271-0/+6
| * Change dwSize parameter in VirtualAlloc/Free procs to use SIZE_T instead of D...Chris Heller2015-04-271-2/+2
* | fixes #2651Araq2015-05-041-57/+59
|/
* windows.nim is gcsafeAraq2015-04-041-4/+6
* Corrected SYSTEM_INFO structure to match pointer type on 64-bit systemsJonathan Edwards2015-02-211-1/+1
* fixes os.moveFile on WindowsAraq2015-02-131-0/+8
* Fix cross to windows compilation on linuxFlaviu Tamas2014-12-301-22/+22
* bugfix: do not use unknown conditional symbolsAraq2014-12-051-5/+5
* Fixed FD_SET casingErik O'Leary2014-10-101-1/+1
* CS fixes for dialogs on Windows.Dominik Picheta2014-10-051-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
* updated iup.nim; made tests greenAraq2014-08-313-459/+456
* Winlean and threads case sensitivity fixes.Dominik Picheta2014-08-301-3/+3
* made windows.nim compatible with --cs:partialAraq2014-08-291-228/+228
* Nimrod renamed to NimAraq2014-08-287-7/+7
* big renameAraq2014-08-281-51/+58
* big renameAraq2014-08-281-23/+23
* big renameAraq2014-08-281-1/+3
* renamefestAraq2014-08-231-8/+8
* fixes #820Araq2014-08-131-208/+0
* More future debug info. Added new error code to SafeDisconn list.Dominik Picheta2014-08-091-0/+1
* renamed UINT in windows.nim to WINUINTCharlie2014-05-261-846/+846
* Manual merge of pull request #1138Clay Sweetser2014-05-241-2/+2
* Merge branch 'Windows' of git://github.com/enurlyx/Nimrod into enurlyx-WindowsClay Sweetser2014-05-241-7/+7
|\
| * Changed COLORREF from int to DWORD (32 bit long), so that it works also on 64...enurlyx2014-05-041-5/+5
| * 1) export UINTenurlyx2014-04-221-2/+2
* | 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