• Show log

    Commit

  • Hash : f7310540
    Author : Carlos Martín Nieto
    Date : 2014-05-13T02:41:48

    indexer: use mmap for writing
    
    Some OSs cannot keep their ideas about file content straight when mixing
    standard IO with file mapping. As we use mmap for reading from the
    packfile, let's make writing to the pack file use mmap.