Commit 3908c254aac0532baf5a2f6a96603d946edc0510

Carlos Martín Nieto 2012-11-30T17:25:50

indexer: correctly deal with objects larger than the window size A mmap-window is not guaranteed to give you the whole object, but the indexer currently assumes so. Loop asking for more data until we've successfully CRC'd all of the packed data.