summary refs log tree commit diff stats
path: root/lib/windows
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* unittest module works againAraq2014-01-181-19/+0
* 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
* Revert "removed windows". Refs #698.Grzegorz Adam Hankiewicz2013-12-097-0/+28198
* removed windowsfowlmouth2013-12-037-28198/+0
* 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-168-0/+0
* 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 buffer...Dominik Picheta2012-07-221-8/+8
* 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 wid...Araq2012-03-041-63/+165
* Added asyncio module; irc, scgi and the ftpclient modules work with it. Added...dom962012-01-221-1/+3
* 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
* 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
* select() for processes; copyDir() for os.dom962011-05-072-3/+18
* The sockets module supports non-blocking sockets now. Many other fixes in soc...dom962011-04-301-2/+11
* 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
558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720