Configure addition.
[rsync/rsync.git] / rsync.c
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
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgellhandle broken readdir() on Solaris 2.6 (it returns...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-17 Andrew Tridgellrevamped the -delete code. The last few bugs with it...
1998-04-13 Andrew Tridgellfixed a bug in the handling of -R with --delete
1998-04-05 Andrew Tridgellhandle sparse files more efficiently
1998-04-05 Andrew Tridgella couple more system calls wrapped in syscall.c
1998-03-27 Andrew TridgellSolaris uses EEXIST instead of ENOTEMPTY.
1998-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-26 Andrew Tridgellif rsync fails to update the group of a file but nothin...
1998-03-25 Andrew Tridgell- on systems (such as intel linux) where off_t is 32...
1998-03-25 Andrew Tridgelladded a --force option.
1998-03-25 Andrew Tridgelldon't show basedir in printed path (a aesthetic change...
1998-03-24 Andrew Tridgelladded chmod() and chown() to syscall.c
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23 Andrew Tridgellif the file changes during transfer then don't loop...
1998-03-23 Andrew Tridgelldon't adapt the block size to above half the chunk...
1998-03-23 Andrew Tridgell- keep a list of pids and send them a SIGUSR1 for clean...
1998-03-23 Andrew Tridgella large change to make rsync much more memory efficient...
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-06 Andrew Tridgell*** empty log message ***
1997-12-31 Andrew Tridgellsimplified the logic of whether to skip a file or not...
1997-12-30 Andrew Tridgellbuffer overflow patches from mhpower@mit.edu (Matt...
1997-12-28 Andrew Tridgell- added a debug message
1997-12-17 Andrew Tridgell*** empty log message ***
next