Tor Arne Vestbø
ff663449a9
Replace custom logging with syslog
2012-10-02 23:00:36 +02:00
Tor Arne Vestbø
5e36b62332
Remove duplicate include
2012-10-02 02:01:01 +02:00
Tor Arne Vestbø
04d2a2fc60
Minor code cleanup
2012-10-02 01:59:32 +02:00
Tor Arne Vestbø
1be8425136
Reference band files by hex value instead of decimal
2012-10-01 21:09:55 +02:00
Tor Arne Vestbø
f9c2e41d6e
Fix warning about comparison between signed and unsigned ints
...
We assume numeric_limits<off_t>::max() will not return a negative
number, so casting should be safe.
2012-10-01 20:34:49 +02:00
Tor Arne Vestbø
357e446d94
Allow mounting of images larger than 2GB
...
Adds some sanity checking of the 'size' and 'band-size' values from the
Info.plist file, and ensures they are within the range of off_t, which
happens to be 64 bit due to FUSE forcing the use of _FILE_OFFSET_BITS=64.
2012-10-01 20:03:47 +02:00
Tor Arne Vestbø
4998a33e19
Fix another warning about signed and unsigned comparison
2012-09-28 13:56:42 +02:00
Tor Arne Vestbø
6356cbc32a
Remove use of C99 designated initializers
2012-09-28 13:54:06 +02:00
Tor Arne Vestbø
3a3a86bcdb
Fix warning about signed and unsigned comparison
2012-09-28 13:38:10 +02:00
Tor Arne Vestbø
09f2c0e39a
Initial commit
2012-09-28 13:16:17 +02:00