Jakob Borg ea87bcefd6 lib/protocol, lib/model: Implement high precision time stamps (fixes #3305)
This adds a new nanoseconds field to the FileInfo, populates it during
scans and sets the non-truncated time in Chtimes calls.

The actual file modification time is defined as modified_s seconds +
modified_ns nanoseconds. It's expected that the modified_ns field is <=
1e9 (that is, all whole seconds should go in the modified_s field) but
not really enforced. Given that it's an int32 the timestamp can be
adjusted += ~2.9 seconds by the modified_ns field...

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3431
2016-08-06 13:05:59 +00:00
..
2015-01-22 00:18:08 +00:00
2015-08-09 09:35:26 +02:00
2015-09-22 19:38:46 +02:00
2015-09-22 19:38:46 +02:00
2015-09-22 19:38:46 +02:00
2015-06-19 08:47:47 +02:00
2015-10-25 21:10:55 +00:00
2015-11-21 17:58:09 +01:00