• Show log

    Commit

  • Hash : 3908c254
    Author : Carlos Martín Nieto
    Date : 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.