Commit History

Author SHA1 Message Date
  Federico Ceratto 7d7cd69070 Improved posix module, added new posix_utils module (#10723) 5 years ago
  c-blake b2a5195e92 Add a standard Rusage type definition and wait4, getrusage declarations (#10484) 6 years ago
  Andreas Rumpf 88dcad7c01 Merge pull request #9862 from zevv/posix-cmsg 6 years ago
  Ico Doornekamp c37fdbf843 Added CMSG_SPACE and CMSG_LEN macros to posix.nim 6 years ago
  Araq 3f6168b337 removes deprecated T/P types 6 years ago
  Sebastian Schmidt 621ef18478 inject `sig` from anonymous proc instead of for loop 6 years ago
  Vindaar 4c6382a334 fix `posix.onSignal` example, inject current signal as `s` 6 years ago
  Vindaar 681d8e0749 Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) 6 years ago
  Joey 559a7615ad Nintendo switch support (#8069) 6 years ago
  Oscar Nihlgård 05b447374b Use higher time resolution when available in os.nim (#7709) 6 years ago
  Jacek Sieka 72dfe176f5 remove dead code elimination option (#7669) 6 years ago
  aguspiza 63160855aa Move RLimit and getrlimit to posix.nim and add setrlimit to easily limit FD allocation (#7564) 6 years ago
  GULPF a879973081 Better times module (#6552) 7 years ago
  Fredrik Høisæther Rasch c39e202976 Introduce first class support for Android (#5772) 7 years ago
  Jacek Sieka 797301ace8 add back SIG_IGN, SIG_DFL and friends to posix.nim (#5820) 7 years ago
  Jacek Sieka 0055729755 WIFSIGNALED means process has exited too (with a bang!) (#5678) 7 years ago
  Jacek Sieka ce86b4ad78 Posix from detect (#5697) 7 years ago
  Eugene Kabanov 316b680f5d Proper fix for osproc.nim on Android (#5646) 7 years ago
  wt c480505797 Fix wrong value range of ntohs ... (#5390) 7 years ago
  Eugene Kabanov 977758fe06 Fix posix.nim `dirent` structure to be more compatible with OSes. (#5623) 7 years ago
  Ryan Gonzalez 244bf68fb0 Fix #5550 (#5553) 7 years ago
  Charles Blake 3680cbaf25 Use old approach for Mac OSX which, as of 2016, does not yet support POSIX 8 years ago
  Charles Blake 53dfb21d6c Move Timespec up, use in Stat for st_?tim and define accessors for the seconds 8 years ago
  Andreas Rumpf e22c36dfc2 posix.nim: make new sigaction wrapper compatible with C++ 8 years ago
  Andreas Rumpf ecf1802568 posix.nim add 'sigaction' with 3rd nil parameter 8 years ago
  Simon Ruderich 1cee3eb011 posix: add INADDR_LOOPBACK 8 years ago
  Simon Ruderich 8ed241a1f0 posix: add mkstemp 8 years ago
  Andreas Rumpf 8876ed23f1 expr and stmt are now deprecated 8 years ago
  Andreas Rumpf 0834cd63d9 prepare Nim codebase for upcoming parser changes 8 years ago
  Ruslan Mustakov 45f76738ee Added 'android4' define support that declares a different gethostbyaddr. Fixes #4376 8 years ago