Add a default timeout parameter to HHWheelTimer.
[folly.git] / folly / FileUtil.h
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-03-03 Sven Overfolly/FileUtil.h: fix compiler warning signed/unsigned...
2015-02-02 Andrei AlexandrescuAdd writeFile function to folly
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-06-09 Philip Proninuse NoInt() wrappers in FileUtil
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...