summary refs log tree commit diff stats
path: root/lib/windows
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: typo in unsigned.nim; fixes #234Araq2012-10-201-0/+1
|
* 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 ↵Dominik Picheta2012-07-221-8/+8
| | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite.
* make tests green againAraq2012-07-171-1/+1
|
* made tests green againAraq2012-07-092-2/+2
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-49/+49
|
* fixes #150; next steps for proper unsigned supportAraq2012-07-032-2/+2
|
* fixes #142Araq2012-06-201-1/+1
|
* more uint related fixesZahary Karadjov2012-06-141-9/+4
|
* made tests green againAraq2012-05-111-2/+2
|
* added new OpenGL wrapperAraq2012-04-041-0/+2
|
* win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses ↵Araq2012-03-041-63/+165
| | | | wide char versions of the WinAPI
* Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵dom962012-01-221-1/+3
| | | | Added (de)allocCStringArray. Many async sockets fixes.
* windows module should now compile for all CPUsAraq2011-12-311-2/+16
|
* fixed some recently introduced compilation errors in the standard libraryZahary Karadjov2011-12-131-1/+1
|
* windows.nim compiles againZahary Karadjov2011-12-131-764/+764
|
* New implementation for os.sameFile on WindowsZahary Karadjov2011-12-071-9/+31
| | | | | | Hard-links on Windows are now treated just as they are on POSIX. The new implementation is faster than the previous, but still it's quite slower than fstat (use with caution).
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-2/+58
|
* logical typo in the previous commitZahary Karadjov2011-11-041-3/+3
|
* memory-mapped files for posix and windowsZahary Karadjov2011-11-041-0/+3
|
* libuv working on windows tooZahary Karadjov2011-10-121-7/+7
| | | | Added: vcc compilation flags for proper debug symbol generation
* select() for processes; copyDir() for os.dom962011-05-072-3/+18
|
* The sockets module supports non-blocking sockets now. Many other fixes in ↵dom962011-04-301-2/+11
| | | | sockets. Timeout support in scgi.
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-43/+43
|
* version 0.8.10Araq2010-10-212-2/+1
|
* windows.nim compiles again; thanks for fucking it upAndreas Rumpf2010-08-121-191/+87
|
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-042-0/+3
|
* psapi cleanupAndreas Rumpf2010-05-291-40/+45
|
* Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib ↵PhiLho2010-05-212-23776/+24233
| | | | update
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-267-0/+0
|
* development of graphics moduleAndreas Rumpf2010-02-191-0/+3
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-147-0/+8
|
* wrappers do not contain invalid identifiersAndreas Rumpf2010-01-171-7/+10
|
* name lookup for sockets moduleAndreas Rumpf2010-01-141-21/+48
|
* sockets module completeAndreas Rumpf2010-01-131-1/+145
|
* devel of web frontendrumpf_a@web.de2010-01-102-0/+7
|
* better subscript overloadingrumpf_a@web.de2010-01-031-0/+1
|
* version 0.8.2rumpf_a@web.de2009-10-211-0/+6
|
* implemented multi methodsAndreas Rumpf2009-09-231-107/+107
|
* added tools and web dirsAndreas Rumpf2009-09-157-18/+15
|
* version0.7.10Andreas Rumpf2009-06-081-0/+186
|
* version 0.7.8Andreas Rumpf2009-05-081-1/+1
|
* version 0.7.4Andreas Rumpf2009-01-071-0/+2
|
* version 0.7.2Andreas Rumpf2008-12-121-2/+0
|
* version 0.7.0Andreas Rumpf2008-11-161-803/+667
|
* too many changes to listAndreas Rumpf2008-08-234-671/+671
|
* first releaseRumpf2008-06-236-0/+0
|
* Initial importAndreas Rumpf2008-06-226-0/+27954