DCP
DCP copied to clipboard
Digest, stat, and copy files from one location to another in the same read pass
I thought that the project structure was a little weird, and using bash scripts and a build-and-configuration system seemed like the worst of both worlds, so I refactored both the...
I thought that the project structure was a little weird, and using bash scripts and a build-and-configuration system seemed like the worst of both worlds, so I refactored both the...
INSTALL is very misleading and does not contain proper directions for compiling. README-devel contains the correct directions for compiling. INSTALL should either mirror README-devel or refer to it.
Some small typo fixing.
While minor, sending "" into the REMOVE_TRAILING_SLASHES macro will result in a buffer underflow read because of the while that does not have a bounds check. REMOVE_TRAILING_SLASHES(""): `do {` `...