summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2021-07-24Merge #1472bors[bot]
2021-07-24Merge branch 'master' into const_timespecAlan Somers
2021-07-24Add pthread_killMartin Kröning
2021-07-24Mark most C-derived enums as non_exhaustiveAlan Somers
2021-07-16Add the IPV6_V6ONLY sockoptDaniel Dulaney
2021-07-14Add more errno definitions for better backwards compat with 0.21.0Alan Somers
2021-07-14Update changelog with TimeSpec additionsDaniel Dulaney
2021-07-13Use immutable receivers for FdSet::{highest, contains, fds}Alan Somers
2021-07-09Release v0.22.0Alan Somers
2021-07-08Support SO_RXQ_OVFL socket option (android/fuchsia/linux)Junho Choi
2021-07-08Adding linux specific renameat2()Tom Boland
2021-07-07Add CHANGELOG entry for PR #1446Alan Somers
2021-07-07ptsname_r now returns a lossily-converted string in the event of bad UTFAlan Somers
2021-07-06[skip ci] fix CHANGELOG for addition of nmountAlan Somers
2021-07-05Add TcpUserTimeout socket optionAnthony Ramine
2021-06-23Add IpFreebind socket optionAnthony Ramine
2021-06-13Add nmount for FreeBSD.Alan Somers
2021-06-12[skip ci] fix formatting in CHANGELOGAlan Somers
2021-06-12Add Errno::EOPNOTSUPP to FreeBSD, where it is missingAlan Somers
2021-06-12Errno aliases are now associated consts of the Errno type.Alan Somers
2021-06-12Remove Errno consts from platforms where they aren't defined.Alan Somers
2021-06-06Add a wrapper around if_nameindexNoah
2021-05-31Release v0.21.0Alan Somers
2021-05-31Add getresuid() and getresgid() to unistdJeryl Vaz
2021-05-31Merge #1437bors[bot]
2021-05-31Add MS_LAZYTIME flagManabu Sugimoto
2021-05-30Adapt aio to the world of async/await, and fix some potential unsoundness.Alan Somers
2021-05-28Add pull request link to changelogTom Dryer
2021-05-28Add sendfile64Tom Dryer
2021-05-13Use https instead of httpRyan Zoeller
2021-04-26constify from_raw and as_raw for Uid, Gid and PidWolfgang Bumiller
2021-04-08Merge #1402bors[bot]
2021-04-08Support TIMESTAMPNS for linuxLu, Wangshan
2021-04-07Fix spurious errors using `sendmmsg` with multiple cmsgsYuchen Wu
2021-03-05Allow sockaddr_ll size mismatchJustin Ossevoort
2021-03-04Remove accept4 on Android armAlan Somers
2021-02-20pty: Make forkpty() unsafeTavian Barnes
2021-02-20[skip ci] add a new CHANGELOG sectionAlan Somers
2021-02-20Prepare for release 0.20.0Alan Somers
2021-02-20[skip ci] reformat CHANGELOGAlan Somers
2021-02-20Merge branch 'master' into timerfd-file-leakAlan Somers
2021-02-16Close file descriptor on drop in TimerFdChristopher Dumoulin
2021-02-15Log x32 fixesнаб
2021-02-15Dir: Implement `IntoIterator` for `Dir`William Manley
2021-02-13Merge #1382bors[bot]
2021-02-07Don't implement Clone on Dir, SignalFd, and PtyMasterAlan Somers
2021-02-07add passwords to GroupsBen Linsay
2021-02-02Define *_MAGIC filesystem constants on Linux s390xJakob Naucke
2021-01-04Add support for when receiving packetsJustin Ossevoort
2020-12-19unistd: Add getpeereid(3)William Woodruff