Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-04 | Stop reexporting `Errno` and its variants | Jonas Schievink | |
cc #664 (unsure if this is everything needed) | |||
2017-12-02 | Upgrade to Bitflags 1.0 | Bryant Mairs | |
The libc_bitflags! macro was replaced with a non-recursive one supporting only public structs. I could not figure out how to make the old macro work with the upgrade, so I reworked part of the bitflags! macro directly to suit our needs, much as the original recursive macro was made. There are no uses of this macro for non-public structs, so this is not a problem for internal code. | |||
2016-12-19 | fix all and update CHANGELOG.md | qupeng | |
2016-12-12 | epoll: improve EpollEvent::empty() by using mem::uninitialized. | qupeng | |
2016-12-11 | fix #480 and add simple test cases for that. | qupeng | |
r? @fiveop |