Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Windows doesn't support symlinks, chmod, or atomic renames | Stef Walter | 2013-03-03 | 1 | -0/+4 |
| | | | | | | | * Don't create symlinks on windows * No atomic renames, so delete and then rename * Make sure to close files before unlinking on windows * No chmod permissions on windows | ||||
* | Support for sane writing to files extracted | Stef Walter | 2013-02-05 | 1 | -0/+79 |
* Implement atomic writes of files * Writing with checks that not overwriting anything unless desired * Writing and overwriting of directory contents in a robust way |