summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-26export epoll_event fieldsHEADmasterKent Overstreet
2014-10-15Cargo-ify rust-epoll and update to v0.12.Ben Noordhuis
Resurrect the library and update it from Rust v0.2 (!) to v0.12. Cargo-ify it in the process.
2012-06-19rust syntax/lib function updatesDon Park
2012-02-06Add epoll_create().Ben Noordhuis
2012-02-06Export functions explicitly.Ben Noordhuis
2012-02-06Pack/unpack epoll_event structs.Ben Noordhuis
Rust does not support packed types at this point. Pack and unpack the arguments to epoll_ctl() and epoll_wait() manually.
2012-02-06Add .gitignoreBen Noordhuis
2012-01-30Add failing test.Ben Noordhuis
The kernel expects a packed (no holes) epoll_event struct but Rust doesn't support packed types yet. Depends on mozilla/rust#1704.
2012-01-29Add README.Ben Noordhuis
2012-01-29Add LICENSE.Ben Noordhuis
2012-01-29rust-epoll, first commit.Ben Noordhuis