Lennart Poettering
59f448cf15
tree-wide: never use the off_t unless glibc makes us use it
...
off_t is a really weird type as it is usually 64bit these days (at least
in sane programs), but could theoretically be 32bit. We don't support
off_t as 32bit builds though, but still constantly deal with safely
converting from off_t to other types and back for no point.
Hence, never use the type anymore. Always use uint64_t instead. This has
various benefits, including that we can expose these values directly as
D-Bus properties, and also that the values parse the same in all cases.
2015-09-10 18:16:18 +02:00
..
2015-09-09 09:57:29 +02:00
2015-09-09 08:20:20 +02:00
2015-09-10 18:16:18 +02:00
2015-09-09 14:59:51 +02:00
2015-09-09 15:45:03 +02:00
2015-08-27 16:32:22 +02:00
2015-09-01 23:52:27 +02:00
2015-09-10 18:16:18 +02:00
2015-09-10 18:16:18 +02:00
2015-09-10 10:23:49 +02:00
2015-09-09 15:26:11 +02:00
2015-09-09 14:59:51 +02:00
2015-09-07 13:42:47 +02:00
2015-08-05 21:02:41 -04:00
2015-09-07 13:42:47 +02:00
2015-09-07 13:42:47 +02:00
2015-09-08 21:30:34 +02:00
2015-09-09 14:59:51 +02:00
2015-09-10 18:16:18 +02:00
2015-09-09 08:20:20 +02:00
2015-09-10 18:16:18 +02:00
2015-09-09 15:45:03 +02:00
2015-09-10 18:16:18 +02:00
2015-09-09 08:20:20 +02:00
2015-09-09 08:19:27 +02:00
2015-09-09 15:15:14 +02:00
2015-09-10 18:16:18 +02:00
2015-09-10 18:16:18 +02:00
2015-09-09 08:20:20 +02:00
2015-09-09 14:55:13 +03:00
2015-09-10 18:16:18 +02:00
2015-08-21 12:07:13 +02:00
2015-08-24 22:46:45 +02:00
2015-08-21 12:41:08 +02:00
2015-09-09 08:20:20 +02:00
2015-09-09 23:12:07 +02:00
2015-09-09 08:20:20 +02:00
2015-09-01 20:40:24 +02:00
2015-09-10 18:16:18 +02:00
2015-08-05 11:02:24 +03:00
2015-09-10 18:16:18 +02:00
2015-09-05 14:56:23 +02:00
2015-09-10 18:16:18 +02:00
2015-09-10 18:16:18 +02:00
2015-09-06 00:07:16 +10:00
2015-08-07 15:50:42 +00:00
2015-07-31 19:56:38 +02:00
2015-09-09 14:59:53 +02:00
2015-09-09 08:20:20 +02:00
2015-09-09 08:20:20 +02:00
2015-09-07 13:42:47 +02:00