rsync/rsync.git
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 %FOO attributes unless the
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...
2007-05-25 Wayne DavisonChanged verbosity back from -vvvv to -vv.
2007-05-25 Wayne DavisonImproved the sort comment.
2007-05-25 Wayne DavisonImproved a comment.
2007-05-25 Wayne DavisonGot rid of superfluous acl_clear_perms() call that...
2007-05-24 Wayne DavisonMention latest improvements.
2007-05-24 Wayne DavisonChanged dup-detection code to keep the first item in...
2007-05-24 Wayne Davison- Added fsort() and fsort_tmp() that implement a merges...
2007-05-24 Wayne DavisonIf someone forces the use of qsort() via --qsort, disab...
2007-05-24 Wayne Davison- Added the --qsort option.
2007-05-23 Wayne DavisonMake sure we don't try to output a NULL pointer in...
2007-05-23 Wayne Davison- Output a -vvv(erbose) message in the touch_up_dirs...
2007-05-23 Wayne DavisonOutput a -vvv(erbose) message when receiving an increme...
2007-05-22 Wayne DavisonAdded a comment to the do_chmod() to mark it as a disco...
2007-05-22 Wayne DavisonAdded a comment to a shared iterator to avoid a warning...
2007-05-22 Wayne Davison- Changed the dir_flist code on the sending side to...
2007-05-22 Wayne DavisonImproved the error message when a dir-number is out...
2007-05-22 Wayne DavisonOne more output_flist() call that should verify if...
2007-05-22 Wayne DavisonBe more verbose so that we can debug what is going...
2007-05-22 Wayne DavisonImproved the index values that output_flist() outputs...
2007-05-21 Wayne DavisonOne more try at silencing some checker warnings.
2007-05-21 Wayne DavisonLet's see if we can silence some more code-checker...
2007-05-21 Wayne DavisonAdded some "FALL THROUGH" comments in the main switch.
2007-05-21 Wayne DavisonGet rid of compiler warning about iconv()'s second...
2007-05-21 Wayne DavisonFixed a thinko in the calling of recv_add_gid().
2007-05-21 Wayne DavisonGot rid of the temporary "set -x" that was added for...
2007-05-21 Wayne DavisonThe match_gid() function needed to affect the *flags_pt...
2007-05-21 Wayne DavisonThe recv_file_entry() function needed to remember the...
2007-05-21 Wayne DavisonSet -x option to diagnose what is going wrong on FreeBSD.
2007-05-21 Wayne DavisonCast some F_OWNER()/F_GROUP() values to make sure that...
2007-05-21 Wayne DavisonFixed a problem in a couple OS's sys_acl_get_access_bit...
2007-05-21 Wayne DavisonMake sure that the scratch dirs have rwx permissions...
2007-05-21 Wayne DavisonTweaked a sentence in the --size-only section.
2007-05-21 Wayne DavisonCreate a symlink back to the source dir in the scratchd...
2007-05-21 Wayne Davison- Unified the formerly separate user & group name-lists...
2007-05-21 Wayne Davison- Define what the valid access bits are for a name...
2007-05-21 Wayne Davison- Added a function to get/set all the access-bit values...
2007-05-21 Wayne DavisonChanged SUBPROTOCOL_VERSION from 2 to 3 because of...
2007-05-20 Wayne DavisonMoved GID_NONE define from rsync.h to uidlist.c.
2007-05-20 Wayne Davison- Added more users and some groups to one of the files...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-05-20 Wayne Davison- Use F_OWNER() and F_GROUP() instead of F_UID() and...
2007-05-20 Wayne Davison- Fixed a bug in the match_racl_ids() function's iteration.
2007-05-20 Wayne Davison- Changed id & id2 from int to id_t in the struct iflist.
2007-05-20 Wayne Davison- Added FLAG_SKIP_GROUP define.
2007-05-08 Wayne DavisonA couple more minor tweaks.
2007-05-08 Wayne DavisonImproved the documentation on the "quick check" algorit...
2007-05-06 Wayne DavisonIf the server is exiting with an error, delay our exit...
2007-05-05 Wayne DavisonClumped some option-sending together that only happens...
2007-04-30 Wayne DavisonTry a better way to deduce if the xattr functions we...
2007-04-29 Wayne DavisonAdded a "sleep 1" to make certain failures more reprodu...
2007-04-28 Wayne DavisonUse the --super option for the non-fake test, just...
2007-04-28 Wayne DavisonIf the lgetxattr() function isn't found, disable xattr...
2007-04-28 Wayne DavisonAuthorize 10.0.1.2 for one of the BSD test-farm systems.
2007-04-27 Wayne DavisonImproved the --iconv description.
2007-04-27 Wayne DavisonAdded the $(CHECK_SYMLINKS) var to installcheck target.
2007-04-27 Wayne DavisonFixed the buildability of the file without ICONV_OPTION...
2007-04-27 Wayne DavisonFixed the comment about --iconv.
2007-04-26 Wayne DavisonGot rid of the --no-ir kluge in this test.
2007-04-26 Wayne Davison- Fixed the merging of duplicated directory hierarchies...
2007-04-26 Wayne DavisonRefer to the right sorted/unsorted file list array...
2007-04-26 Wayne DavisonThe server now needs the F_NDX() data for --iconv with...
2007-04-26 Wayne DavisonAdded FLAG_DUPLICATE for the sender to mark a duplicate...
2007-04-26 Wayne DavisonPrevent a hang in incremental-recursion mode when the...
next