]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2004-02-17  Wayne DavisonMoved the EXDEV handling into robust_rename().
2004-02-17  Wayne Davison- If we return an error because of dry_run being set...
2004-02-17  Wayne DavisonWe no longer munge a double-leading slash in do_open...
2004-02-17  Wayne DavisonDon't create a pathname that has two leading slashes...
2004-02-14  J.W. SchultzRemove "Conditional -z for old protocols" because those old
2004-02-11  Wayne DavisonReordered the items inside the file_struct so that...
2004-02-11  Wayne DavisonIf --backup was specified, the links we remove are...
2004-02-11  Wayne Davison- Revised and optimized the directory-making code.
2004-02-11  Wayne DavisonAdded backup_dir_buf and backup_dir_remainder.
2004-02-11  Wayne DavisonFixed a crash bug when keep_backup() calls make_file...
2004-02-11  Wayne DavisonGot rid of hard-link message (since I don't think it...
2004-02-10  Wayne DavisonAnother attempt at measuring the minimum alignment...
2004-02-10  J.W. SchultzSimplified test for hardlink in make_backup debug messa...
2004-02-10  Wayne DavisonGot rid of useless extern.
2004-02-10  Wayne DavisonTrying a different MINALIGN because of core dumps on...
2004-02-10  J.W. SchultzRevert pool_alloc's use of bomb if pool == NULL.
2004-02-10  J.W. SchultzKeep in sync with protocol if idev data on stream but...
2004-02-10  Wayne DavisonIf XMIT_HAS_IDEV_DATA is set in receive_file_entry...
2004-02-10  Wayne DavisonIf we call pool_alloc() on a NULL pool, bomb out with...
2004-02-10  Wayne DavisonEmpty-line tweaks.
2004-02-10  Wayne DavisonChanged a while loop to a for loop.
2004-02-10  Wayne DavisonTweaked an if.
2004-02-10  Wayne DavisonChanged flist_init() to use offsetof().
2004-02-10  Wayne DavisonAdded lib/pool_alloc.h to the HEADERS.
2004-02-10  J.W. SchultzDropped support for protocol versions less than 20...
2004-02-10  J.W. SchultzAdded allocation pool code.
2004-02-10  J.W. SchultzMake idev, hlink and file_struct + strings use allocation
2004-02-09  Wayne DavisonDie if we overflowed the args[] array when building...
2004-02-09  Wayne DavisonThe batch-options now set checksum_seed to the appropri...
2004-02-09  Wayne DavisonSet checksum_seed only if it is still zero.
2004-02-09  Wayne DavisonMade checksum_seed an extern.
2004-02-09  Wayne DavisonUse asprintf() in server_options() (plus a few more...
2004-02-09  Wayne DavisonUpdated the sizeof syntax and tweaked some whitespace.
2004-02-07  Wayne DavisonGot rid of unused true/false defines.
2004-02-07  Wayne DavisonMade a couple comments a little clearer.
2004-02-06  Wayne DavisonGot rid of unused string_area struct.
2004-02-06  J.W. SchultzStart flist with a more reasonable size, grow it linearly
2004-02-06  J.W. SchultzUpdate TODO to reflect recent changes.
2004-02-06  Wayne DavisonFixed the indentation in init_flist().
2004-02-06  J.W. SchultzCorrect sizeof usage and other whitespace.
2004-02-06  J.W. SchultzAdded a total memory allocated (allmem) line to
2004-02-05  J.W. SchultzCause all three processes to report memory stats when...
2004-02-05  Wayne DavisonMention a couple more changes.
2004-02-05  Wayne DavisonNow that the long-standing chgrp bug is fixed, go back...
2004-02-05  Wayne DavisonFixed a problem handling GID_NONE in match_gid().
2004-02-05  Wayne Davison- Fixed a bug using --numeric-ids as non-root when...
2004-02-05  Wayne DavisonAdded new extern.
2004-02-05  Wayne DavisonOnly call add_uid() or add_gid() if numeric_ids is...
2004-02-04  Wayne DavisonMoved a function.
2004-02-04  Wayne DavisonIf a gid doesn't have a name on the originating system...
2004-02-04  Wayne DavisonImproved the trailing comment.
2004-02-04  Wayne DavisonUse the new HAVE_GETGROUPS define.
2004-02-04  Wayne DavisonAdded function check for getgroups.
2004-02-04  Wayne DavisonUse MY_UID() instead of getuid().
2004-02-04  Wayne DavisonUse MY_GID() instead of getgid().
2004-02-04  Wayne DavisonAdded two defines: MY_UID() and MY_GID().
2004-02-04  Wayne DavisonAdded getegid to the functions we check.
2004-02-04  Wayne DavisonAdded geteuid to the functions to check.
2004-02-04  Wayne DavisonAnother improvement to the debug info we output.
2004-02-04  Wayne DavisonSet the "max verbosity" global to 9.
2004-02-04  Wayne DavisonUse the new lp_max_verbosity() value to limit the serve...
2004-02-04  Wayne DavisonAdded "max verbosity" global parameter that allows...
2004-02-04  Wayne DavisonTweaked the new debug-logging strings.
2004-02-04  Wayne DavisonTurned on 4 -v options for some build-farm testing.
2004-02-04  Wayne DavisonIf we encounter an error, output the rsyncd.log file...
2004-02-04  Wayne DavisonTemporarily switch to 4 -v options.
2004-02-04  Wayne DavisonDelay the output the (verbose > 3) list of files until...
2004-02-04  Wayne DavisonOutput some debug info if verbose > 3.
2004-02-04  Wayne DavisonIf we're dumping the file list (i.e. verbose > 3),...
2004-02-04  Wayne DavisonChanged the -x code to allow -L to copy a file on anoth...
2004-02-04  Wayne DavisonFixed a dropped '-'.
2004-02-03  Wayne DavisonAdded a little more compatibility code for non-standard...
2004-02-03  Wayne DavisonSome indentation fixes and the removal of some superflu...
2004-02-03  Wayne DavisonChanged a couple sizeof calls and improved some string...
2004-02-03  Wayne DavisonModified sizeof usage and eliminated trailing whitespace.
2004-02-03  Wayne DavisonAdded some temporary code to try to figure out what...
2004-02-03  Wayne DavisonIf verbose > 2, mention it if we're setting the uid...
2004-02-03  J.W. Schultzcorrect sizeof usage.
2004-02-03  Wayne DavisonMade hard-link sending compatible with pre-28 protocols...
2004-02-03  J.W. SchultzCorrected sizeof usage:
2004-02-02  Wayne DavisonFix for memset bug found by buildfarm.
2004-02-02  Wayne DavisonChange to try to debug a failure on the build farm.
2004-02-02  Wayne DavisonDon't warn about lack of -l support if we're the sender...
2004-02-02  Wayne Davison- Call init_flist().
2004-02-02  Wayne Davison- Use as little memory as possible for the file_struct...
2004-02-02  Wayne DavisonAdded comment about the position of file_list's "flags...
2004-02-02  Wayne DavisonDon't free link_u.idev.
2004-02-02  Wayne DavisonUse "%H:%M:%S" instead of "%T" in strftime() call since...
2004-02-02  Wayne DavisonClarify the safe/unsafe symlink options in the usage...
2004-02-02  Wayne DavisonClarify the various safe/unsafe symlink options.
2004-02-02  Wayne DavisonGo back to using malloc() for the hard-link data struct...
2004-02-02  Wayne DavisonFree the hlink data again.
2004-02-02  Wayne DavisonMake sure that the idev struct's data is 4-byte aligned.
2004-02-02  Wayne Davison- Changed the file-list allocation to alloc all the...
2004-02-02  Wayne DavisonDon't free the hlink data (it is not separately allocat...
2004-02-02  Wayne DavisonChanged args to make_file() and free_file().
2004-02-02  Wayne DavisonAdded CLEAR_STRUCT and FREE_STRUCT defines.
2004-02-01  Wayne DavisonAdded some missing #if SUPPORT_HARD_LINK and #if SUPPOR...
2004-02-01  Wayne Davison- Fixed the bug where the --daemon option would squelch...
2004-02-01  Wayne DavisonChanged the rdev code to have both an "rdev" variable...
next