cpdup - Do not create a .tmp file and rename if the target does not exist.
[dragonfly.git] / bin / cpdup / cpdup.c
2009-06-21 Matthew Dilloncpdup - Do not create a .tmp file and rename if the...
2009-04-25 Matthew DillonAdd cpdup feature - allow uid/gid/flags changes to...
2009-04-17 Matthew DillonCPDUP - Fix lack of error reporting if created target...
2009-04-01 Matthew Dilloncpdup: '#' in cpignore files is no longer interpreted...
2008-11-11 Matthew Dillon* Change hc_remove() to return a -errno if an error...
2008-11-10 Sascha WildnerFix 64-bit warnings.
2008-06-27 Matthew Dillondummy_thr does not have to be committed and pthread_t...
2008-05-24 Matthew DillonUse a per-bucket mutex to reduce contention and fix...
2008-05-23 Matthew DillonFix a pipelining performance issue due to the way readi...
2008-05-19 Matthew DillonFix an overflow in the time calculation.
2008-04-22 Matthew DillonFix a free() race due to a misplaced mutex unlock.
2008-04-16 Matthew DillonFinish up cpdup. Bump the protocol version to 2 and...
2008-04-16 Matthew DillonRefuse to talk with the remote cpdup if it's version...
2008-04-14 Matthew DillonFix multiple issues with -p<parallel>, including severa...
2008-04-11 Matthew DillonProperly detach children so we dont have to pthread_joi...
2008-04-11 Matthew DillonMore cpdup work.
2008-04-10 Matthew DillonAdd parallel transaction support for remote source...
2008-03-22 Matthew DillonMiscellanious features and adjustments to cpdup.
2006-09-21 Matthew DillonAdd an option that causes cpdup to skip CHR or BLK...
2006-09-16 Matthew DillonFix a bug when '-f -H' is used and the target already...
2006-08-18 Matthew DillonProperly update the mtime for directories.
2006-08-18 Matthew DillonFix a memory leak and greatly reduce the memory allocat...
2006-08-14 Matthew DillonGenerate a nice message and make sure the program exits...
2006-08-13 Matthew DillonAdd a remote host capability for both the source and...
2006-07-05 Matthew DillonIf we hit the file hardlink limit try to copy the file...
2006-07-04 Matthew DillonAdd a new option -H <path> to cpdup. This option allow...
2006-04-25 Matthew DillonSeparate the MD5 code into its own module.
2005-10-15 Sascha WildnerUse nlink_t for number of links.
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-25 Matthew DillonMinor cleanups. Also, change various exit(10) codes...
2004-07-22 Jeroen Ruigrok/asmodaiMark filescope functions static.
2004-07-22 Jeroen Ruigrok/asmodaiGarbage collect two unused variables (SaveFs, CountCopi...
2004-06-09 Chris PresseyAdd -u option to cpdup(1), which causes its -v[vv]...
2004-03-19 Chris PresseyClean up the code in bin/ to reduce warnings from GCC3.
2003-12-01 Matthew DillonDo not require -i0 when -o is used.
2003-12-01 Matthew DillonAdd cpdup to /bin (not /usr/bin), so we can start using...