- Changed the calling args to delete_file() to take an st_mode instead
[rsync/rsync.git] / rsync.c
2005-02-19 Wayne Davison- Changed the calling args to delete_file() to take...
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-02-07 Wayne DavisonAdding more calls to safe_fname().
2005-02-01 Wayne DavisonChanged who_am_i() to output "server" or "client" when...
2005-01-28 Wayne DavisonUse "#if" (not "#ifdef") for configure-defined macros.
2005-01-25 Wayne DavisonIn delete_files(), handle new DEL_NO_RECURSE flag ...
2005-01-24 Wayne DavisonHonor the new omit_dir_times var.
2005-01-20 Wayne DavisonIn delete_file(): got rid of DEL_NO_RECURSE code and...
2005-01-20 Wayne DavisonMoved the dry_run check in set_perms() so that it only...
2005-01-19 Wayne Davison- Updated delete_file() to take a flag arg that makes...
2005-01-10 Wayne DavisonAdded a "overwriting_basis" arg to finish_transfer().
2005-01-03 Wayne DavisonIf lchown() is not available, we only skip the call...
2005-01-03 Wayne DavisonIf there is no lchown(), don't try to set the user...
2004-09-07 Wayne DavisonW mustn't backup an inplace file in finish_transfer().
2004-08-09 Wayne DavisonSet each file's permissions and modtime before it gets...
2004-07-31 Wayne DavisonOne call to link_stat() (in set_perms()) needed to...
2004-07-26 Wayne DavisonUse the new safe_fname() function.
2004-07-22 Wayne DavisonThe inplace handling in finish_transfer() now passes...
2004-07-16 Wayne DavisonMy version of Mark Curtis's --inplace option.
2004-07-02 Wayne DavisonMoved the verbose message about renaming the finished...
2004-06-11 Wayne DavisonCall link_stat() with its new arg (for --keep-dirlinks...
2004-05-21 Wayne DavisonIf --backup was specified without a --backup-dir, don...
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-13 Wayne DavisonChanged PERMS_SKIP_TIME to PERMS_SKIP_MTIME.
2004-05-13 Wayne DavisonGot rid of some useless externs.
2004-05-13 Wayne DavisonThe finish_transfer() call takes an arg that specifies...
2004-03-23 Wayne DavisonA few formatting tweaks in delete_file().
2004-03-13 Wayne DavisonCheck robust_rename()'s return value using < 0.
2004-02-25 Wayne DavisonTweaked some comments and some whitespace.
2004-02-17 Wayne DavisonMoved the EXDEV handling into robust_rename().
2004-02-03 Wayne DavisonIf verbose > 2, mention it if we're setting the uid...
2004-01-27 Wayne DavisonNew function: who_am_i() returns "sender", "receiver...
2004-01-20 Wayne DavisonUse new pathjoin() function.
2004-01-15 Wayne DavisonIf the do_lchown() fails and we weren't trying to chang...
2004-01-03 J.W. SchultzCreate GID_NONE for use gid test readability.
2004-01-02 Wayne DavisonMoved the is_in_group() function to uidlist.c.
2003-12-19 Wayne DavisonDo a small msleep() in the sig_int() handler before...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-16 Wayne DavisonTweaked the just-added error message to use my new...
2003-09-16 J.W. SchultzDetect and report when open or opendir succeed but...
2003-09-11 Wayne DavisonImproved file-related error messages by using the new
2003-02-18 Paul GreenPatch from Roderick Schertler (roderick at argon.org...
2001-12-20 David DykstraRemoved debugging statement that was added to sig_int...
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2000-11-08 Martin PoolBetter error messages when unlink fails
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
2000-09-06 Andrew Tridgellremoved spurious error message
2000-01-24 Andrew TridgellI can't believe it - solaris allows unlink of a non...
2000-01-24 Andrew Tridgelladded --backup-dir option from Bob Edwards
2000-01-10 Andrew Tridgellmake --address work for a client connecting to a server
2000-01-06 Andrew Tridgellwhen we do a lchown() on a file we have to flush the...
1999-12-29 David DykstraWhen writing to a daemon with read only = false and...
1999-11-08 Andrew Tridgellremoved ACCESSPERMS mask when transferring a file witho...
1999-08-30 Andrew Tridgellseparated out the make_backup code in preparation for...
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1999-03-09 David DykstraCheck for EINVAL from a rename error call in addition...
1999-03-04 David DykstraThe change a couple days ago to create files initially...
1999-03-02 David DykstraChange getgroups to use GETGROUPS_T as the type of...
1999-03-01 David DykstraChange the mask used when creating temporary files...
1999-03-01 David DykstraWhen comparing -1 to a group id, cast -1 with gid_t...
1999-03-01 David DykstraPrevent the -g option from preserving groups that a...
1999-02-03 David DykstraWhen calling lchown, pass the current known uid and...
1998-12-05 Andrew Tridgell- slprintf() takes sizeof(buf) not sizeof(buf)-1
1998-11-24 David DykstraBackup deleted files when using --delete and --backup...
1998-11-18 David DykstraRemove a debugging statement I accidentally included...
1998-11-18 David DykstraChange documentation to explain that a lack of -t in...
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-09-09 Andrew Tridgelldon't complain about not setting times on directories
1998-07-25 Andrew Tridgellc was getting a bit unwieldy so I split the code into...
1998-07-20 Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-17 Andrew Tridgellhandle hard links on systems with 16 bit ino_t
1998-07-17 Andrew Tridgellmake rsync behave more like GNU cp with regard to file...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-17 Andrew Tridgellsome code reformatting
1998-07-17 Andrew Tridgellfixed a problem with rsync buffering the debug output...
1998-07-17 Andrew Tridgellmake a function static
1998-07-02 Andrew Tridgellthe recv_generator can be static
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-07-01 Andrew Tridgell- only keep a partial file if some literal data has...
1998-07-01 Andrew Tridgelladded a --partial option which tells rsync to keep...
1998-06-18 Andrew Tridgellfixed chmod bug pointed out by Han Holl <jeholl@euronet.nl>
1998-06-18 Andrew Tridgellfixed a race condition in rsync that opened a security...
1998-06-18 Andrew Tridgellif as non-root we failed to update the group of a file...
1998-06-18 Andrew Tridgellchange the order of chmod and chown calls so that setui...
1998-06-03 Andrew Tridgellif the user passes a block size on the command line...
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-30 Andrew Tridgellcosmetic fix.
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-28 Andrew Tridgelldon't do recursive deletion if the recurse option is...
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-27 Andrew Tridgellfixed a race condition in the --delete handling code...
1998-05-23 Andrew Tridgell- don't allow chown for the group of a file if running...
1998-05-22 Andrew Tridgellfix shadowed variable
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-11 Andrew Tridgellfixed a bug in the new . filename code
1998-05-10 Andrew Tridgellchanged the name of the temporary filename to include...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
next