Set O_CLOEXEC by default when creating pipes to avoid race conditions resulting from...
[folly.git] / folly / test / ChecksumTest.cpp
2014-02-06 Brian PaneAdd benchmark functions to the checksum unit tests
2013-12-27 Brian PaneAdd new CRC-32C checksum functions to folly