Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Open files in binary mode on windows | Stef Walter | 2013-03-03 | 1 | -6/+5 |
| | | | | So that the Windows' C library doesn't munge line endings | ||||
* | Abstract mmap() into a compat API | Stef Walter | 2013-03-03 | 1 | -0/+2 |
| | | | | | The Win32 for mmap() is very different from Unix, so abstract this into our own p11_mmap_xxx() functions. | ||||
* | Support for sane writing to files extracted | Stef Walter | 2013-02-05 | 1 | -0/+200 |
* Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way |