Commit Graph

6 Commits

Author SHA1 Message Date
ef44f71da9 *: update LICENSE header 2016-05-12 20:51:48 -07:00
98dbdd5fbb *: simplify network metrics 2016-05-09 22:37:12 -07:00
8b6de5f85d fileutil: Sync on HFS/OSX needs to be handled differently.
A call file.Sync on OSX doesn't guarantee actual persistence on
physical drive media as the data can be cached in physical drive's
buffers. Hence calls to file.Sync need to be replaced with
fcntl(F_FULLFSYNC).
2016-04-18 21:49:04 -07:00
994333e720 *: record the number of bytes of snapshot sent/received 2016-02-16 16:08:26 -08:00
191c5ef9cb snap: call fsync before close db file 2015-12-22 22:43:05 -08:00
23bd60ccce *: rewrite snapshot sending 2015-12-08 18:21:21 -08:00