Fix copyright lines for Bits.h and move BitsBenchmark.cpp
[folly.git] / folly / test / FileUtilTest.cpp
2017-10-24 Christopher DykesConsistently have the namespace closing comment
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-01-04 Yedidya Feldblum2017
2016-12-01 Adam Simpkinsadd a new writeFileAtomic() function
2016-09-10 Christopher DykesUse the GTest portability headers v2016.09.12.00 v2016.09.12.01
2016-08-25 Christopher DykesSuppress an abort in FileUtilTest under MSVC
2016-08-04 Christopher DykesDon't assume boost::path contains narrow characters
2016-08-02 Aravind AnbuduraireadFile to take in fd
2016-07-01 Christopher DykesUse decltype rather than typeof
2016-05-12 Christopher DykesMake the sys/uio.h portability header work for Windows
2016-02-22 Michael LeeRemove extra `int main`s from unit tests.
2016-02-16 Iaroslav TverdokhlibFix wrapvFull for the case when iovec* has size more...
2016-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2016-01-28 Igor Sugakfolly: build with -Wunused-parameter
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2015-02-02 Andrei AlexandrescuAdd writeFile function to folly
2014-11-08 Daniel SommermannFix -Wsign-compare
2014-07-07 Tudor Bosmangflags now likes namespace gflags, not google
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
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-05-20 Tudor BosmanUnbreak build on glibc 2.5.1
2013-05-20 Tudor Bosmanfix segfault on fb platform
2013-05-20 Tudor BosmanAdd missing FileUtil functions (p?readvFull, p?writevFu...