No need for a wrapping structure for posixTimeToDuration
[folly.git] / folly / FileUtil.h
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-07-13 Yedidya FeldblumSort #include lines
2017-06-29 Andrew KriegerRemove dependency on Conv.h from FileUtil.h
2017-06-28 Andrew KriegerAdd `mode` parameter to FileUtil.h writeFile
2017-01-04 Yedidya Feldblum2017
2016-12-01 Adam Simpkinsadd a new writeFileAtomic() function
2016-08-04 Christopher DykesInclude the fcntl.h portability header where it's needed
2016-08-02 Aravind AnbuduraireadFile to take in fd
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-04-01 Sven Overfolly: replace old-style header guards with "pragma...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
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...