• Show log

    Commit

  • Hash : d593e3e8
    Author : Dhruva Krishnamurthy
    Date : 2020-06-17T14:31:11

    Support build with NO_MMAP to disable use of system mmap
    
        * Use pread/pwrite to avoid updating position in file descriptor
        * Emulate missing pread/pwrite on win32 using overlapped file IO