1. 68a5c44 Link to librt on non-apple platforms by Alex Crichton · 9 years ago
  2. 8531cc1 Merge pull request #65 from devonhollowood/master by Alex Crichton · 9 years ago
  3. 772f891 Remove reference to raw_pointer_derive lint by Devon Hollowood · 9 years ago
  4. 904ffb2 Merge pull request #64 from dignati/freebsd-sigstksz by Alex Crichton · 9 years ago
  5. 8e35e26 Fix SIGSTKSZ for FreeBSD by Ole Krüger · 9 years ago
  6. 761f04a Merge pull request #63 from alexcrichton/fix-dox by Alex Crichton · 9 years ago
  7. ba0aea0 Fix links to docs by Alex Crichton · 9 years ago
  8. b375fae Merge pull request #62 from dimbleby/hostent by Alex Crichton · 9 years ago
  9. ccacbe8 Add hostent structure by David Hotham · 9 years ago
  10. 76587b1 Merge pull request #60 from mneumann/dragonfly_sigstksz2 by Alex Crichton · 9 years ago
  11. dab9b8b Fix SIGSTKSZ for DragonFly by Michael Neumann · 9 years ago
  12. 83ac25a Merge pull request #50 from polachok/netlink by Alex Crichton · 9 years ago
  13. e0cde4e Merge branch 'master' into netlink by Alexander Polakov · 9 years ago
  14. a3d5695 Merge pull request #57 from mneumann/dragonfly_ss_sp by Alex Crichton · 9 years ago
  15. 88bd2d7 DragonFly/FreeBSD: Make ss_sp *mut c_void as in the other implementations by Michael Neumann · 9 years ago
  16. 420f2e4 Disable sockaddr_nl on musl target by Alexander Polakov · 9 years ago
  17. 6b58ed3 Add netlink.h in attempt to fix test by Alexander Polakov · 9 years ago
  18. 440bd53 sockaddr_nl for netlink sockets by Alexander Polakov · 9 years ago
  19. e7ff66b Merge pull request #53 from romanb/bugfix/android-aarch64 by Alex Crichton · 9 years ago
  20. 5a8485b Fix undeclared type name errors when targeting android aarch64. by Roman S. Borschel · 9 years ago
  21. 62ce956 Merge pull request #54 from alexcrichton/bump by Alex Crichton · 9 years ago
  22. f70787b Bump to 0.2.2 by Alex Crichton · 9 years ago
  23. a224b17 Merge pull request #52 from alexcrichton/bytes-bits by Alex Crichton · 9 years ago
  24. ef66d12 There are 8 bits in a byte by Alex Crichton · 9 years ago
  25. b1a043f Merge pull request #51 from alexcrichton/musl-organize by Alex Crichton · 9 years ago
  26. 62a6c82 Reorganize mips/musl/other slightly by Alex Crichton · 9 years ago
  27. 67567df Revert "Fix links to docs" by Alex Crichton · 9 years ago
  28. 5f98113 Fix type of FIOCLEX/FIONBIO on musl by Alex Crichton · 9 years ago
  29. 767ba14 Fix links to docs by Alex Crichton · 9 years ago
  30. c821847 Merge pull request #46 from alexcrichton/ni-maxhost by Alex Crichton · 9 years ago
  31. 9f52b89 Add NI_MAXHOST by Alex Crichton · 9 years ago
  32. d7d4fed Fix type of android constant by Alex Crichton · 9 years ago
  33. 5977f5b Merge pull request #44 from alexcrichton/more-android by Alex Crichton · 9 years ago
  34. 3603c79 Add a whole mess more android constants by Alex Crichton · 9 years ago
  35. e4bb63a Merge pull request #38 from danburkert/fs by Alex Crichton · 9 years ago
  36. fe3968f Linux readahead(2) binding by Dan Burkert · 9 years ago
  37. 85a76f8 statvfs(3) bindings by Dan Burkert · 9 years ago
  38. 2ce4377 OS X fcntl(2) flags and argument types by Dan Burkert · 9 years ago
  39. 44bba4c posix_fallocate(3) bindings by Dan Burkert · 9 years ago
  40. 0b46775 Linux fallocate(2) bindings by Dan Burkert · 9 years ago
  41. c003614 Bump to 0.2.1 by Alex Crichton · 9 years ago
  42. 021159a Merge pull request #33 from alexcrichton/time by Alex Crichton · 9 years ago
  43. 568705e Add time bindings by Alex Crichton · 9 years ago
  44. 96450de Merge pull request #40 from myfreeweb/master by Alex Crichton · 9 years ago
  45. d3bd281 Merge pull request #39 from semarie/openbsd by Alex Crichton · 9 years ago
  46. 9b7cf48 fix forgotten ::size_t for freebsd by Greg V · 9 years ago
  47. cb6ef24 openbsd port by Sébastien Marie · 9 years ago
  48. 3bb2fef Merge pull request #35 from sfackler/socketpair by Alex Crichton · 9 years ago
  49. e6c00c2 Add socketpair by Steven Fackler · 9 years ago
  50. 6d817ed Merge pull request #34 from alexcrichton/less-ci by Alex Crichton · 9 years ago
  51. 094b0d4 Only run libc-test on nightly by Alex Crichton · 9 years ago
  52. 57ba1fa Bump to 0.2.0 by Alex Crichton · 9 years ago
  53. 5478578 Merge pull request #32 from alexcrichton/getaddrinfo by Alex Crichton · 9 years ago
  54. b9096d3 Add getaddrinfo functions by Alex Crichton · 9 years ago
  55. 10dff9a Merge pull request #30 from alexcrichton/dladdr by Alex Crichton · 9 years ago
  56. 88d23e7 Add dladdr bindings by Alex Crichton · 9 years ago
  57. 193baf9 Merge pull request #31 from alexcrichton/sigaddset by Alex Crichton · 9 years ago
  58. fe5f36b Add more sigset functions by Alex Crichton · 9 years ago
  59. 56f6104 Allow warnings during a libstd build by Alex Crichton · 9 years ago
  60. 0f7e88e Merge pull request #26 from alexcrichton/cloexec by Alex Crichton · 9 years ago
  61. 7a83039 Merge pull request #28 from alexcrichton/stdbuild by Alex Crichton · 9 years ago
  62. d281d1a Merge pull request #29 from alexcrichton/fix-sa-types by Alex Crichton · 9 years ago
  63. 14f7e02 Add some CLOEXEC constants by Alex Crichton · 9 years ago
  64. 4be5856 Touch up some SA_* constants by Alex Crichton · 9 years ago
  65. f0c68f3 Tweak run-all.sh script by Alex Crichton · 9 years ago
  66. f7efe34 Add support to build as part of the standard library by Alex Crichton · 9 years ago
  67. 14bf9de Merge pull request #23 from alexcrichton/lfs-support by Alex Crichton · 9 years ago
  68. 7482522 Add bindings for -D_FILE_OFFSET_BITS=64 by Alex Crichton · 9 years ago
  69. 312b5bf Merge pull request #25 from alexcrichton/more-constants by Alex Crichton · 9 years ago
  70. fa607f4 Merge pull request #24 from alexcrichton/dirent by Alex Crichton · 9 years ago
  71. d6e07e2 Define dirent_t on all platforms by Alex Crichton · 9 years ago
  72. 07d3a0d Add more bindings for signals and select/pselect by Alex Crichton · 9 years ago
  73. 171b05b Merge pull request #22 from alexcrichton/musl-pthread by Alex Crichton · 9 years ago
  74. 3a572fd Be more selective about skipped pthread on musl tests by Alex Crichton · 9 years ago
  75. 1effc23 OK, maybe a little soon for iOS by Alex Crichton · 9 years ago
  76. bf26024 Update AppVeyor URL by Alex Crichton · 9 years ago
  77. cf18a60 Not releasing 1.0 yet by Alex Crichton · 9 years ago
  78. 65601c5 Document iOS triples by Alex Crichton · 9 years ago
  79. be5ad7d Fix travis links by Alex Crichton · 9 years ago
  80. 4e43d81 Re-encrypt upload token by Alex Crichton · 9 years ago
  81. 032f363 Merge pull request #21 from alexcrichton/master by Alex Crichton · 9 years ago
  82. 2995f55 Use the standard android slave docker image by Alex Crichton · 9 years ago
  83. d5c4e55 Explain weirdness of c_void and android missing fns by Alex Crichton · 9 years ago
  84. bbf73de Add a link to the RFC from the README by Alex Crichton · 9 years ago
  85. a9a9c70 Merge remote-tracking branch 'origin/master' by Alex Crichton · 9 years ago
  86. 26942d5 Don't ignore .cargo by Alex Crichton · 9 years ago
  87. 1f7e2e8 Fix appveyor link by Alex Crichton · 9 years ago
  88. 5289b31 Fix a link by Alex Crichton · 9 years ago
  89. 524e137 Add numbered steps to add an API by Alex Crichton · 9 years ago
  90. b1fbefa Add some notes for common platforms by Alex Crichton · 9 years ago
  91. 13418a5 Improve the README and switch URLs by Alex Crichton · 9 years ago
  92. 657eeec Run more extra targets on nightly by Alex Crichton · 9 years ago
  93. b017b5e Really fix ci... by Alex Crichton · 9 years ago
  94. 452cee5 Bump to 0.1.12 by Alex Crichton · 9 years ago
  95. 3f1c2f9 Update rust again by Alex Crichton · 9 years ago
  96. 354693d Update CI by Alex Crichton · 9 years ago
  97. 573f2de Another attempt at fixing nightly by Alex Crichton · 9 years ago
  98. a1da67d Try to fix nightly CI by Alex Crichton · 9 years ago
  99. d64e480 Bump to 0.1.11 by Alex Crichton · 9 years ago
  100. 3e944ad Update to rust master by Alex Crichton · 9 years ago