summary refs log tree commit diff stats
path: root/lib/windows/winlean.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* capturing of an iterator works betterAraq2014-02-091-2/+2
* Added new sockets modules: asyncio2, net, and sockets2.Dominik Picheta2014-02-081-0/+77
* case consistency for -d:useWinAnsiAraq2014-02-051-3/+3
* bootstraps againAraq2014-02-021-4/+4
* Added symlink procsClay Sweetser2014-02-011-1/+17
* case consistency: next stepsAraq2013-12-291-14/+14
* case consistency part 4Araq2013-12-271-60/+60
* case consistency part 2Araq2013-12-271-1/+1
* case consistency part 1Araq2013-12-271-88/+96
* Further fixes (stupid kdiff automerge)Clay Sweetser2013-12-181-11/+19
* Implemented boolean socket options.Dominik Picheta2013-10-301-0/+13
* Fixed sockets on Win32.Dominik Picheta2013-10-231-6/+2
* Fixed socket compilation problems on Windows.Dominik Picheta2013-10-231-8/+8
* Made TSocketHandle distinct and fixed problems it caused for SSL.Dominik Picheta2013-10-231-2/+10
* Added a TSocketHandle type to winlean.nim and posix.nimClay Sweetser2013-10-151-19/+19
* Deprecated OSError, and modified it to require an explicit OS error code.Dominik Picheta2013-06-251-1/+1
* GC'ed wide strings for windowsAraq2013-05-201-1/+3
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Sockets module should compile again on Windows. Fixed asyncio not compiling.Dominik Picheta2012-08-121-3/+3
* Some improvements to the sockets module.Dominik Picheta2012-07-251-6/+6
* Many fixes for asynchronous sockets. Asyncio should now work well with buffer...Dominik Picheta2012-07-221-8/+8
* fixes #150; next steps for proper unsigned supportAraq2012-07-031-1/+1
* added new OpenGL wrapperAraq2012-04-041-0/+2
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...Araq2012-03-041-63/+165
* Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...dom962012-01-221-1/+3
* New implementation for os.sameFile on WindowsZahary Karadjov2011-12-071-9/+31
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-2/+58
* libuv working on windows tooZahary Karadjov2011-10-121-7/+7
* select() for processes; copyDir() for os.dom962011-05-071-0/+14
* The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-301-2/+11
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-041-0/+3
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* development of graphics moduleAndreas Rumpf2010-02-191-0/+3
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* name lookup for sockets moduleAndreas Rumpf2010-01-141-21/+48
* sockets module completeAndreas Rumpf2010-01-131-1/+145