enchive/src
Christopher Wellons ab0ce78a00 Before mkdir(2), check if directory exists.
On Cygwin, mkdir(2) reports EACCES if the directory exists but the
system call would have failed had it not existed. This is a little odd
since EEXIST would be a much more sensible error code, but this odd
behavior seems to be permitted by POSIX. If mkdir(2) fails, but the path
exists as a directory, then continue as normal.
2017-07-11 20:35:46 -04:00
..
chacha.c Move sources under src/. 2017-03-05 20:26:31 -05:00
chacha.h Move sources under src/. 2017-03-05 20:26:31 -05:00
curve25519-donna.c Move sources under src/. 2017-03-05 20:26:31 -05:00
docs.h Drop built-in help command. 2017-07-11 15:31:32 -04:00
enchive.c Before mkdir(2), check if directory exists. 2017-07-11 20:35:46 -04:00
optparse.h Move sources under src/. 2017-03-05 20:26:31 -05:00
sha256.c Add --version and --help. 2017-03-05 21:05:44 -05:00
sha256.h Add --version and --help. 2017-03-05 21:05:44 -05:00