summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Expand)Author
2021-08-22Merge #1447bors[bot]
2021-08-21Merge #1495bors[bot]
2021-08-21Expose SockAddr::from_raw_sockaddrNoah
2021-08-21Deprecate SockAddr/InetAddr::to_strNoah
2021-08-18Add a changelog entryGabriel Majeri
2021-08-18Merge #1486 #1490 #1493bors[bot]
2021-08-13Remove support for 32-bit Apple targetsAlan Somers
2021-08-13constify more functionsAlan Somers
2021-08-13Fix the build with bitflags-1.3.0 and newerAlan Somers
2021-08-12update CHANGELOGBearice Ren
2021-08-11Merge #1482bors[bot]
2021-08-10Add support for LOCAL_PEER_CREDAlan Somers
2021-08-09Optionally implement TryFrom in libc_enum!Alan Somers
2021-08-09[skip ci] fix CHANGELOG after PR #1422Alan Somers
2021-08-09Add PTRACE_INTERRUPTMika Vatanen
2021-08-09Remove some actually unsupported termios iflags on redoxNoah
2021-08-01Add getrlimit and setrlimitLMJW
2021-07-29Merge #1473 #1474 #1476bors[bot]
2021-07-28sys/stat: add a safe wrapper for mknodat(2)Luca BRUNO
2021-07-27Expose `sys::eventfd` for target_os = "android"Felix Obenhuber
2021-07-24Constify many functionsAlan Somers
2021-07-24unistd: Add conversion from User to libc::passwdorvij
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