summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-02Add alarm moduleThomas de Zeeuw
2018-01-27Cargo.toml: don't exclude test filesIgor Gnatenko
2018-01-26Merge #845bors[bot]
2018-01-26Fix typo in release procedureAlan Somers
2018-01-26Bump version to 0.11.0-preAlan Somers
2018-01-26Merge #844bors[bot]
2018-01-26Bump version to 0.10.0Alan Somers
2018-01-26Merge #843bors[bot]
2018-01-25Consistently use `Termios` in commentsBryant Mairs
2018-01-25Don't use map(drop) as it's hard to understandBryant Mairs
2018-01-25Support arbitrary baud rates on BSDsBryant Mairs
2018-01-26Merge #835bors[bot]
2018-01-22Merge #841bors[bot]
2018-01-21Fix libc at 0.2.36 in preparation for releaseAlan Somers
2018-01-21Merge #820bors[bot]
2018-01-15aio: more documentationAlan Somers
2018-01-15aio: Clippy cleanupAlan Somers
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-15Add AioCb::from_ptr and AioCb::from_mut_ptrAlan Somers
2018-01-11Add socket options for IP_TRANSPARENT / BIND_ANYJustin Latimer
2018-01-11Merge #836bors[bot]
2018-01-11Remove return value from `pause`Thomas de Zeeuw
2018-01-11Merge #834bors[bot]
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2018-01-11Merge #813bors[bot]
2018-01-08Impl LinkAddr(MAC Addr)luozijun
2018-01-08impl `Debug` for all sockaddr typesluozijun
2018-01-06Merge #826bors[bot]
2018-01-06Add sigprocmaskThomas de Zeeuw
2018-01-03Merge #822bors[bot]
2018-01-01bump rand to 0.4Igor Gnatenko
2017-12-24Merge #821bors[bot]
2017-12-24Fix typo in READMEAaron Hill
2017-12-20Merge #818bors[bot]
2017-12-20Replace boolean match with if/elseBryant Mairs
2017-12-20Don't clone Copy typesBryant Mairs
2017-12-20Remove redundant closureBryant Mairs
2017-12-20Replace '0 as *_' with ptr::null*()Bryant Mairs
2017-12-20Use backticks around types/functions in docsBryant Mairs
2017-12-20Use implicit returnsBryant Mairs
2017-12-20Remove unnecessary '@ _'Bryant Mairs
2017-12-20Use |= where appropriateBryant Mairs
2017-12-20Remove unnecessary impl ClonesBryant Mairs
2017-12-20Remove unnecessary lifetime annotationsBryant Mairs
2017-12-20Dereference in match head insteadBryant Mairs
2017-12-20Remove unnecessary .into()Bryant Mairs
2017-12-20Use unwrap_or_else instead of unwrap_or without a closureBryant Mairs
2017-12-20Remove unnecessary parenthesisBryant Mairs
2017-12-20Make numeric literals easier to readBryant Mairs
2017-12-20Merge redundant match armsBryant Mairs