logging: update initialization code to use the new LogConfig logic
[folly.git] / folly / File.cpp
2017-10-19 Christopher DykesEnsure curly-braces around control-flow
2017-07-31 Yedidya FeldblumConsistency in namespace-closing comments v2017.07.31.00
2017-05-03 Aravind AnbuduraiHelper utility to construct, returns an Expected<..>
2017-01-04 Yedidya Feldblum2017
2016-05-30 Christopher DykesSwitch uses of <unistd.h> to <folly/portability/Unistd.h>
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-02-12 Mark Isaacsonfolly copyright 2015 -> copyright 2016
2015-07-15 Yedidya FeldblumFile ctor should take StringPiece.
2015-07-01 Sara GolemonAdd missing include for flock()
2015-05-12 Alexey SpiridonovDestructor DCHECKs for EBADF
2015-03-03 Nicholas OrmrodCopyright 2014->2015
2014-11-08 Nicholas OrmrodMove constructors should be noexcept
2014-07-01 Tudor BosmanCodemod: use #include angle brackets in folly and thrift
2014-02-06 Louis BrandyCopyright 2013 -> 2014
2013-12-20 Soren LassenMade File::release() return the released file descriptor.
2013-10-15 Philip ProninFile::dup
2013-08-28 Philip Proninretry flock() if interrupted (EINTR)
2013-05-20 Tudor Bosmanflock locks in folly::File, FileUtil, Exception.h fixes...
2013-03-19 Tom JacksonRemove File::tryOpen
2013-03-19 Tom JacksonFile::tryOpen
2013-03-19 Tom JacksonAdding useful error message for File
2013-03-19 Tom Jacksonfolly/{experimental => .}/File