mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-21 06:42:36 -08:00
changing all references of std::auto_ptr to std::unique_ptr and changing the implementation of get_directory_contents() to use readdir, which is now reentrant, instead of readdir_r. Signed-off-by: Andrew Ayer <agwa@andrewayer.name> Note: old implementations or readdir might not be re-entrant, but that's OK because git-crypt is not multi-threaded.
3.3 KiB
3.3 KiB