Make some AsyncTest methods virtual to allow mocking them using gtest/gmock
[folly.git] / folly / FileUtil.cpp
2017-01-04 Yedidya Feldblum2017
2016-12-22 Christopher DykesSupport fchmod and include the correct portability...
2016-12-16 Christopher DykesMore implicit truncation warning fixes
2016-12-01 Adam Simpkinsadd a new writeFileAtomic() function
2016-08-05 Christopher DykesUse the socket portability layer when needed. v2016.08.08.00
2016-05-30 Christopher DykesSwitch uses of networking headers to <folly/portability...
2016-05-30 Christopher DykesInclude <folly/portability/Fcntl.h> where needed
2016-05-30 Christopher DykesSwitch uses of <sys/file.h> to <folly/portability/SysFi...
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-04-21 chenkanfix: readvNoInt use wrong read function
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-07-28 Orvid KingUse fsync on MSVC, as fdatasync doesn't exist
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...