folly/wangle -> wangle cutover
[folly.git] / folly / FileUtil.cpp
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-09-18 Nicholas Ormrodremove eof whitespace lines
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-26 Tudor BosmanMake randomNumberSeed read from /dev/urandom
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-10-15 Peter GriessUse #if rather than #ifdef to check autoconf guards.
2013-09-22 Tudor BosmanAdd various functions to wrapNoInt
2013-08-28 Philip Proninretry flock() if interrupted (EINTR)
2013-08-28 Sean Cannellafix folly compilation on FreeBSD
2013-06-03 Daniel Sloofmake folly build on OSX
2013-06-03 Tudor Bosmanadd openNoInt, truncateNoInt, ftruncateNoInt
2013-05-20 Tudor BosmanAdd fsyncNoInt, fdatasyncNoInt
2013-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-05-20 Tudor BosmanAdd missing FileUtil functions (p?readvFull, p?writevFu...
2013-05-20 Tudor Bosmanflock locks in folly::File, FileUtil, Exception.h fixes...