コミット履歴

作者 SHA1 メッセージ 日付
  Andreas Rumpf dae5450947 WIP: disallow 'nil' for strings and seqs 6 年 前
  Euan T e11d52a4e8 Update example code for UDP sockets 6 年 前
  Yuriy Glukhov b2323de914 Fixed compilation error when Sockaddr_in4 or Sockaddr_in6 passed to fromSockAddr 6 年 前
  cheatfate 2902308a05 Fix one more place. 6 年 前
  cheatfate 46a6fa53a9 Fix fromSockAddrAux() to handle IPv6 addresses properly. 6 年 前
  Andreas Rumpf e67eddc91b Merge pull request #7822 from data-man/fix_2753 6 年 前
  WhiteDuke b36c499907 Set domain to client 6 年 前
  data-man 5e8faaf710 Fixes #2753 6 年 前
  Mathias Stearn 9048bcc54b Add connectUnix and bindUnix to net docs 6 年 前
  Araq bbb0fd4eb7 remove deprecated stuff from the stdlib; introduce better deprecation warnings 6 年 前
  David Krause 78e946c450 fixed high level sendTo for sending to udp6 (#7630) 6 年 前
  Jacek Sieka 72dfe176f5 remove dead code elimination option (#7669) 6 年 前
  Dominik Picheta 39c71d6211 Merge pull request #7336 from yglukhov/ipaddr-sockaddr-conversions 6 年 前
  Graham Fawcett ace96bf83e net.connect (with timeout), raise error on connect failure 6 年 前
  Yuriy Glukhov 0770844285 Comments addressed 6 年 前
  Yuriy Glukhov b52de1fcee More flexible fromSockAddr interface 6 年 前
  Yuriy Glukhov 1bd0efb067 Fixed crash/interface. Added tests. 6 年 前
  Yuriy Glukhov 29bb10b185 Convertion procs for (IpAddress, Port) <-> (SockAddr, Socklen) 6 年 前
  Dominik Picheta 1975998c56 Detect openssl related to outdated openssl and help user solve issue. 7 年 前
  Dominik Picheta 63bc046ddf Fixes #7227. 7 年 前
  Dominik Picheta 1a2351f95f Fixes #4995. (#7157) 7 年 前
  Dominik Picheta 47d05b3f2e Merge branch 'devel' into async-improvements 7 年 前
  Dominik Picheta 1661062ebf Raise assertion error when attempting to use closed socket. 7 年 前
  Dominik Picheta 4181e1940d recv with a timeout of -1 shouldn't wait on all data. 7 年 前
  Dominik Picheta 1256f211f5 Merge pull request #6922 from FedericoCeratto/openssl-1.1.0 7 年 前
  Andreas Rumpf 08af53032b net.nim: minor documentation update 7 年 前
  Federico Ceratto a78d7a31f7 Add OpenSSL 1.1.0 support #5000 7 年 前
  Andreas Rumpf 5e43e0d789 Merge branch 'devel' into async-improvements 7 年 前
  Federico Ceratto 83de3a85e7 Add TCP_NODELAY support #6795 7 年 前
  Dominik Picheta e5a27c96fb Implements nativesockets.accept. 7 年 前