summary refs log tree commit diff stats
path: root/lib/pure/nativesockets.nim
Commit message (Expand)AuthorAgeFilesLines
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-1/+1
* add getprotobyname (#15273)flywind2020-09-091-0/+14
* nativesockets docs minor [backport: 1.2] (#15285)flywind2020-09-081-9/+9
* more Protocol supports in windows (#15274) [backport:1.2]flywind2020-09-071-5/+19
* Changes for FreeRTOS/LwIP Port for the ESP32 (ESP-IDF) (#15250)Jaremy Creechley2020-08-311-1/+1
* fix docs for nativesocket read/write selects (#15010)Andy Davidoff2020-07-181-2/+2
* add a second asyncnet.recvFrom (#14237)rockcavera2020-06-271-0/+34
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-171-16/+0
* Change `UnpackError` with `UnpackDefect` (#14457)Ivan Bobev2020-05-271-3/+4
* nativesockets: add missing inheritable pass-throughLeorize2020-05-071-1/+1
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-20/+56
* [backport] run nimpretty on the remaining filesnarimiran2019-09-301-48/+52
* tiny style change [refactoring]Andreas Rumpf2019-08-081-1/+1
* there is only one style -- my styleAraq2019-07-101-6/+6
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-2/+2
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-9/+9
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-061-6/+6
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-6/+2
* Remove long deprecated stuff (#10332)Miran2019-01-181-63/+0
* Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-061-2/+5
* Merge pull request #9915 from zevv/asyncnet-unixDominik Picheta2018-12-121-0/+11
|\
| * Added basic AF_UNIX support to asyncnet.Ico Doornekamp2018-12-091-0/+11
* | stdlib: documenation updates, the exception names have been changedAndreas Rumpf2018-10-251-2/+2
|/
* Make getSockDomain work with AF_UNIX socketsLemonBoy2018-09-241-7/+4
* Convert *_family fields to cushortLemonBoy2018-09-191-22/+22
* Haiku support for Nim (#8542)alaviss2018-08-141-2/+3
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-4/+1
* Change type of `Timeval.tv_sec` to `posix.Time` (#7646)Oscar Nihlgård2018-04-181-2/+6
* make nativesockets.Hostent.addrlist readable for ipv4 af_inet addresses (see ...skilchen2018-04-131-2/+18
* Fixed crash/interface. Added tests.Yuriy Glukhov2018-03-151-1/+1
* Fixes #4995. (#7157)Dominik Picheta2018-02-131-2/+22
* Implements nativesockets.accept.Dominik Picheta2017-11-241-2/+15
* breaking change: arrays of char do not convert to cstring; ptr to array of ch...Andreas Rumpf2017-10-101-6/+8
* Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...Andreas Rumpf2017-10-091-2/+2
|\
| * removed newString proc again, reverted some unnecesary changesArne Döring2017-07-241-2/+2
* | Fix `getPeerAddr()` `getPeerAddr()`: +`sin6_addr` (#6410)wt2017-09-211-2/+2
* | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-061-1/+1
|/
* Implement dial, support IPv6 in httpclient (#5763)Ruslan Mustakov2017-05-021-16/+47
* Posix from detect (#5697)Jacek Sieka2017-04-121-6/+6
* Fixes ambiguity introduced by #5390.Dominik Picheta2017-04-091-2/+2
* Add gethostname to nativesockets (#5443)Federico Ceratto2017-03-011-0/+16
* cleaned up accept-close-race fix #5279Araq2017-02-071-25/+0
* Move checkCloseError to nativesocketsRuslan Mustakov2017-02-071-0/+25
* Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-011-1/+2
* deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...Andreas Rumpf2017-01-301-10/+12
* Fix nativesockets.select()Loris Pederiva2017-01-181-7/+30
* Added 'android4' define support that declares a different gethostbyaddr. Fixe...Ruslan Mustakov2016-06-221-2/+7
* Merge branch 'unix-sockets' of https://github.com/girvo/Nim into girvo-unix-s...Dominik Picheta2016-05-301-1/+1
|\
| * net.nim: add support for Unix socketsMichał Zieliński2015-10-281-1/+1
* | Merge pull request #3648 from FedericoCeratto/reuse_portAndreas Rumpf2016-05-291-1/+1
|\ \
31' href='#n631'>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 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907