summary refs log tree commit diff
path: root/src/libnative/io/c_unix.rs
AgeCommit message (Expand)AuthorLines
2014-10-05Fix cfg syntax warnings in libnativeMichael Gehring-8/+4
2014-09-30Fix libnativeSteven Fackler-42/+43
2014-08-20libgreen: use FFI-safe typesCorey Richardson-1/+2
2014-08-20liblibc: don't use int/uint for intptr_t/uintptr_tCorey Richardson-0/+1
2014-08-20Add #[repr(C)] to all the things!Corey Richardson-0/+13
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-0/+8
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-24Added Mipsel architecture supportPawel Olzacki-3/+12
2014-06-12Basic iOS supportValerii Hiora-0/+7
2014-05-28fix MIPS targetJyun-Yan You-3/+46
2014-05-13io: Implement process wait timeoutsAlex Crichton-0/+109
2014-05-07native: Implement timeouts for unix networkingAlex Crichton-0/+7
2014-04-19std: Add an experimental connect_timeout functionAlex Crichton-0/+76