aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed the changes in symlink handling in non-chroot daemon mode asWayne Davison2006-10-128-143/+19
* Got rid of changes that aren't going to make it into 2.6.9.Wayne Davison2006-10-121-15/+0
* Changed the indent for one else ... if section.Wayne Davison2006-10-121-12/+10
* Some minor improvements to parse_merge_name().Wayne Davison2006-10-121-12/+11
* Renumbered tests after adding one in the middle.Wayne Davison2006-10-111-5/+5
* Handle the itemizing of of the "." dir when it is newly created.Wayne Davison2006-10-111-6/+7
* If new_root_dir is set, itemize the output of the "." dir as aWayne Davison2006-10-111-2/+9
* Added a new variable, new_root_dir, that is set if we created theWayne Davison2006-10-111-0/+3
* Changed the fix_basis_dirs() function to only remove a single ../Wayne Davison2006-10-101-7/+18
* Made some of the --link-dest tests use a relative destinationWayne Davison2006-10-091-3/+14
* - If a finished link came from a link-dest dir and --dry-run is inWayne Davison2006-10-091-6/+12
* If the combination of --dry-run, --link-dest, and -H finds a matchingWayne Davison2006-10-091-1/+4
* Added link_dest_used unsigned short to struct hlink and made theWayne Davison2006-10-091-2/+3
* Another tweak to the --chmod summary.Wayne Davison2006-10-092-2/+2
* Mention the latest bug fix.Wayne Davison2006-10-081-2/+6
* Make the daemon's "incoming chmod" tweaks happen last, as documented.Wayne Davison2006-10-081-6/+7
* Clarify the short description of --chmod.Wayne Davison2006-10-082-2/+2
* Call push_dir() with its new boolean arg.Wayne Davison2006-10-082-4/+4
* - Call push_dir() with its new boolean arg, including the spot inWayne Davison2006-10-081-9/+34
* Made the push_dir() function take an option to skip the actual chdir()Wayne Davison2006-10-081-2/+2
* Moved some of the variable setup from "make check" into theWayne Davison2006-10-071-1/+1
* Moved some variable setup here from the Makefile and made itWayne Davison2006-10-071-8/+23
* Changed the -o to -a in the "if".Wayne Davison2006-10-071-6/+6
* A bug-fix for die_on_unsafe_path() when the path doesn't exist.Wayne Davison2006-10-071-1/+2
* Added exception-checking to a couple select() calls, as suggestedWayne Davison2006-09-301-8/+21
* Document that --ignore-times thwarts all --link-dest linking.Wayne Davison2006-09-301-1/+7
* I decided that combining --link-dest with -I doesn't make much senseWayne Davison2006-09-302-11/+1
* Mention that the --backup-dir option is a receiver-side path.Wayne Davison2006-09-261-2/+2
* Mention the latest bugfix.Wayne Davison2006-09-241-0/+3
* Output the who_am_i() info in out-of-memory() and overflow_exit().Wayne Davison2006-09-241-2/+2
* Provide the who_am_i() function.Wayne Davison2006-09-241-0/+5
* Some more testing based on Matt's recent patch.Wayne Davison2006-09-231-0/+30
* Matt tracked down a bug in the daemon option "incoming chmod" whereWayne Davison2006-09-231-8/+12
* Improvments by Matt for the --progress option, including updatingWayne Davison2006-09-231-15/+25
* Mention the current limitation of the RSYNC_EXIT_STATUS value.Wayne Davison2006-09-201-3/+5
* Mention the new --remove-s*-files error.Wayne Davison2006-09-201-0/+3
* Complain if a --remove-s*-files option is set and we can't removeWayne Davison2006-09-201-2/+7
* The [ & ] are now removed from a literal IPv6 hostname passed to theWayne Davison2006-09-181-3/+6
* When parsing a literal IPv6 address in square brackets, pass theWayne Davison2006-09-181-1/+0
* Added a missing '-' to the string "-rsh".Wayne Davison2006-09-181-1/+1
* Mention the permission bug-fix for new files created by --inplace.Wayne Davison2006-09-181-0/+5
* Mention the adding of the --remove-source-files option.Wayne Davison2006-09-181-0/+9
* Mention the --server and --sender option as being internal,Wayne Davison2006-09-181-0/+10
* Added parsing for all the latest options.Wayne Davison2006-09-181-1/+9
* The --min-size arg doesn't need to be path-checked either.Wayne Davison2006-09-181-1/+1
* The --inplace option now notices when the basis data is not comingWayne Davison2006-09-171-2/+8
* The --delete-excluded code now also drops any merge file that wasWayne Davison2006-09-091-6/+12
* Document the new RSYNC_PID environment variable.Wayne Davison2006-09-091-0/+1
* Try various long, long-long, etc. types for a 64-bit integerWayne Davison2006-09-091-4/+4
* Mention the latest changes.Wayne Davison2006-09-091-4/+21