add support for whenAll to waitWithSemaphore
[folly.git] / folly / FileUtil.h
2014-03-10 Philip Proninuse 0666 as the default permissions for new files
2014-02-06 Peter GriessHandle platforms where off_t is not convertible to...
2014-01-19 Andrei AlexandrescureadFile reads an entire file into a string, vector...
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-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...