]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2007-09-03  Wayne DavisonAdded hashtable.o.
2007-09-03  Wayne DavisonRemoved the old version of the hashtable functions...
2007-09-03  Wayne Davison- Use the new hashtable structures and functions.
2007-09-03  Wayne DavisonUpdated hashtable structures.
2007-09-03  Wayne DavisonThe hashtable routines from hlink.c modified to have...
2007-09-03  Wayne DavisonUse new0() function instead of new() followed by memset().
2007-09-03  Wayne DavisonTweaked _new_array() to handle new use_calloc parameter.
2007-09-03  Wayne DavisonAdded new0() and new_array0() to allocate and zero...
2007-09-02  Wayne DavisonOne more tweak to latest omit-dir-times code.
2007-09-02  Wayne DavisonAdded --no-omit-dir-times and --no-O.
2007-09-02  Wayne DavisonDon't include the checksum_seed in the full-file MD5...
2007-09-02  Wayne DavisonBump up the SUBPROTOCOL_VERSION number.
2007-09-01  Wayne DavisonMade omit_dir_times a static variable in options.c...
2007-09-01  Wayne DavisonDocument the new --append and --append-verify options.
2007-09-01  Wayne DavisonDowngrade the new --append option to --append-verify...
2007-09-01  Wayne DavisonHandle the new --append and --append-verify options.
2007-09-01  Wayne DavisonTweaked a comment.
2007-08-29  Wayne DavisonMake the verbose message about the file-list expansion...
2007-08-22  Wayne DavisonDon't omit the -4/-6 options if no IPv6 support was...
2007-08-21  Wayne DavisonIn pool_free_old(), one code path was not clearing...
2007-08-21  Wayne DavisonFix pool_create() to honor the POOL_INTERN flag.
2007-08-16  Wayne DavisonFixed a null-pointer dereference pointed out by Olivier...
2007-08-11  Wayne DavisonImproved the arg-checking of a daemon command.
2007-08-11  Wayne DavisonDocument the RSYNC_CONNECT_PROG environment variable.
2007-08-11  Wayne DavisonAdded support for a %H escape in the value of the RSYNC...
2007-08-04  Wayne DavisonGet rid of the comment that --xattrs implies --perms...
2007-08-04  Wayne DavisonMake the --xattrs option not imply --perms.
2007-08-04  Wayne DavisonLet's go with "delta transfer algorithm" (thanks, Matt).
2007-08-04  Wayne DavisonAvoid a crash if pop_local_filters() has some pointer...
2007-08-04  Wayne Davison- Call the rsync algorithm differential rather than...
2007-08-04  Wayne Davison- Use the new XMIT_NON_XFER_DIR flag.
2007-08-04  Wayne Davison- Added XMIT_NON_XFER_DIR flag.
2007-08-04  Wayne DavisonOnly honor XFLAGS_HLINKED on a non-directory.
2007-08-04  Wayne DavisonChanged flags variable in send_file_entry() to xflags.
2007-08-01  Wayne DavisonFiles with the same size should also be skipped by...
2007-08-01  Wayne DavisonDon't output a negative time-remaining value if the...
2007-08-01  Wayne DavisonFixed the port-parsing in an rsync:// path; e.g., this now
2007-08-01  Wayne DavisonIf readdir() gives us an empty name, reject it.
2007-07-24  Wayne DavisonIf --no-ir is specified, pass it to the server.
2007-07-15  Wayne DavisonLet's try using egrep instead of grep since grep on...
2007-07-15  Wayne DavisonUpdated the --max-delete docs.
2007-07-15  Wayne DavisonMention the improved --max-delete behavior.
2007-07-15  Wayne DavisonWe don't need a compatibility check for --max-delete...
2007-07-15  Wayne DavisonWe now take a negative value specified to --max-delete...
2007-07-14  Wayne DavisonImprove the description of --update with respect to...
2007-07-14  Wayne DavisonMake extra-verbose output of touch_up_dirs() only menti...
2007-07-14  Wayne DavisonUsing --relative with --no-implied-dirs turns off incre...
2007-07-14  Wayne Davison- When --omit-implied-dirs is specified and the creatio...
2007-07-14  Wayne Davison- Made f_name() and f_name_cmp() take const pointers.
2007-07-14  Wayne DavisonMake sure that any "dont compress" patterns that have...
2007-07-14  Wayne DavisonThe "dont compress" daemon option points to the --skip...
2007-07-14  Wayne DavisonMention the latest changes.
2007-07-14  Wayne DavisonDocument --skip-compress.
2007-07-14  Wayne Davison- Added support for the new --skip-compress option.
2007-07-14  Wayne DavisonParse the --skip-compress=LIST option and sent it to...
2007-07-14  Wayne DavisonAdded more suffixes to the default "dont compress"...
2007-07-14  Wayne DavisonMake sure that --dry-run with --del doesn't output...
2007-07-14  Wayne DavisonThe delete-during code needs to skip directories that...
2007-07-14  Wayne DavisonMention license change.
2007-07-12  Wayne DavisonMade some descriptions concerning modification times...
2007-07-12  Wayne DavisonNeeded to use ndx_end in decrement_flist_in_progress().
2007-07-10  Wayne DavisonMention how --ignore-existing can be useful for restart...
2007-07-10  Wayne Davison- Use "filename", not "file name".
2007-07-10  Wayne DavisonTweaking the license text a bit more.
2007-07-09  Wayne DavisonMartin gave his approval to use GPLv3 with this code.
2007-07-08  Wayne Davison- Do directory touch-ups at the end, even in inc-recurs...
2007-07-08  Wayne Davison- Use the new DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT defines.
2007-07-08  Wayne DavisonUse the latest F_DIR_*() defines (whose names were...
2007-07-08  Wayne Davison- Define DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT.
2007-07-08  Wayne DavisonChanged the spots that referred to the filter_level...
2007-07-08  Wayne DavisonAdded a test for --prune-empty-dirs.
2007-07-08  Wayne DavisonGot rid of the output differences for protocol 30 since...
2007-07-08  Wayne Davison- Incremental recursion mode does not process the dirs...
2007-07-08  Wayne DavisonIf we get an ndx that is 1 entry prior to an incrementa...
2007-07-08  Wayne Davison- The sending side now sets the parent_ndx value in...
2007-07-08  Wayne Davison- Increased the SUBPROTOCOL_VERSION to 4 due to the...
2007-07-07  Wayne DavisonAvoid the prune-empty-dir code when cleaning a file...
2007-07-07  Wayne DavisonChanged "count" to "used" in struct file_list since...
2007-07-07  Wayne DavisonThe length check in make_file() doesn't need to subtrac...
2007-07-07  Wayne DavisonMake the comment even better.
2007-07-07  Wayne DavisonSwitching to GPL 3.
2007-07-07  Wayne DavisonTweaked a comment to remove a (really old) rsync versio...
2007-07-02  Wayne DavisonSwitch the checking of preserve_[ug]id var to checking...
2007-07-02  Wayne DavisonUse module_dir instead of lp_path().
2007-07-02  Wayne DavisonIf a module's path is not absolute, make it absolute.
2007-07-02  Wayne DavisonWe omit copying any user-space rsync.%FOO attributes...
2007-07-02  Wayne DavisonMake option variables a little clearer by using separat...
2007-06-06  Wayne DavisonDecided against the last change.
2007-06-06  Wayne DavisonAllow a NULL address to be passed to pool_free_old...
2007-06-02  Wayne DavisonCheck for the setacl command for Tru64 (which doesn...
2007-06-02  Wayne DavisonAttempting to make the mask test compatible with Solaris 8.
2007-05-29  Wayne DavisonMention the pool_alloc changes.
2007-05-29  Wayne DavisonUnified the file-list pool used in incremental recursio...
2007-05-29  Wayne Davison- Changed FILE_EXTENT to NORMAL_EXTENT and HLINK_EXTENT...
2007-05-29  Wayne DavisonAdded pool_free_old() and pool_boundary() functions...
2007-05-29  Wayne DavisonTweaked a variable and a label to make them less confusing.
2007-05-29  Wayne DavisonImprovements to increase clarity, fix misstatements...
2007-05-29  Wayne Davison- Fixed a bug where a pool_free() on the most-recently...
2007-05-26  Wayne Davison- Do less seeking when writing a sparse file.
2007-05-26  Wayne DavisonHandle EINTR in a couple places where we handle the...
next