aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Whitespace tweaks.Wayne Davison2003-08-221-59/+58
* Fixed the multiplying of blength*blength so that it can't overflowWayne Davison2003-08-221-1/+1
* Made the UNUSED(parameter) macro calls read a little nicer.Wayne Davison2003-08-222-5/+9
* Mark unused vars.Wayne Davison2003-08-222-6/+7
* Make extra backup dirs mode 0700, not 0755.Wayne Davison2003-08-221-1/+1
* Got rid of a duplicate include for malloc.h and improved the "do weWayne Davison2003-08-211-7/+3
* Got rid of signed/unsigned-comparison warning if st_rdev is signed.Wayne Davison2003-08-211-1/+1
* Got rid of signed/unsigned-comparison warning if st_dev is signed.Wayne Davison2003-08-211-1/+1
* Let's try only including malloc.h if stdlib.h isn't around (and itWayne Davison2003-08-211-4/+4
* Silenced a couple compiler warnings.Wayne Davison2003-08-211-2/+2
* Mention some more bug fixes.Wayne Davison2003-08-201-1/+6
* Call setgroups(1, &gid) after setting the gid (rather than callingWayne Davison2003-08-201-10/+9
* Use the AVAIL_OUT_SIZE() macro in a few more places to ensureWayne Davison2003-08-201-6/+6
* Fixed a couple option-name typos (that had '_' instead of '-').Wayne Davison2003-08-181-2/+2
* - Made special exclusion-handling of '.' work in -R mode (so that weWayne Davison2003-08-171-15/+28
* Whitespace and indentation cleanup. There is a lot of deepJ.W. Schultz2003-08-151-104/+100
* Make --progress imply --verbose without incrementing verbosity.J.W. Schultz2003-08-062-3/+4
* Got rid of unused OPT_* enums.Wayne Davison2003-08-051-9/+4
* Improved the mkstemp error message.Wayne Davison2003-08-041-0/+3
* Make sure that the error message for mkstemp() includes the fullWayne Davison2003-08-041-6/+14
* Instead of ignoring SIG_CHLD, reap zombies in the signal handler.Wayne Davison2003-08-041-8/+9
* Change the way we pass the --suffix option to the remote process soWayne Davison2003-08-011-2/+6
* Complain if the --suffix value contains slashes (which is all too easyWayne Davison2003-08-011-0/+5
* We should bump the deletion_count for backed-up deleted files too.Wayne Davison2003-08-011-1/+1
* Mention the --backup fix.Wayne Davison2003-08-011-0/+3
* Properly handle the backup_suffix/backup_dir settings when deletingWayne Davison2003-08-011-15/+24
* Got rid of suffix_specified and instead set backup_suffix to theWayne Davison2003-08-011-34/+33
* Use the new backup_suffix_len and backup_dir_len variables. Got ridWayne Davison2003-08-011-15/+8
* Clarify some --backup/--backup-dir/--suffix issues.Wayne Davison2003-08-011-8/+8
* Whitespace and indentation fixes.J.W. Schultz2003-07-311-103/+112
* No longer needed (replaced by wildmatch).Wayne Davison2003-07-302-570/+0
* Updated the exclude/include section to mention the "**" vs "*" change.Wayne Davison2003-07-301-0/+3
* Changed the "**" description to reflect its no-longer-buggy behavior.Wayne Davison2003-07-301-3/+3
* Include "lib/wildmatch.h", not "lib/fnmatch.h" or <fnmatch.h>.Wayne Davison2003-07-301-6/+1
* Got rid of test for fnmatch.Wayne Davison2003-07-301-9/+0
* Call wildmatch(), not fnmatch().Wayne Davison2003-07-304-15/+6
* Changed lib/fnmatch.o to lib/wildmatch.o.Wayne Davison2003-07-301-1/+1
* Made the list of exclude/include changes more prominent and clear.Wayne Davison2003-07-261-5/+18
* Some superficial tweaks I made while reading through the io.c code.Wayne Davison2003-07-261-31/+30
* Added one more test.Wayne Davison2003-07-141-2/+3
* Updated for latest character-class change.Wayne Davison2003-07-141-1/+2
* Make sure that no character class can match a '/'.Wayne Davison2003-07-141-1/+1
* Optimized show_progress() to reduce the calls to gettimeofday() whenWayne Davison2003-07-081-25/+29
* Only call show_progress() and end_progress() if do_progress is set.Wayne Davison2003-07-082-4/+7
* Changed "./0123456789" to just ".0123456789".Wayne Davison2003-07-071-1/+1
* I decided to go with the slightly simpler logic Thorild Selen suggestedWayne Davison2003-07-071-2/+1
* Improved deficiencies in the hostname-vs-address check (reintroduced in theWayne Davison2003-07-071-6/+18
* Commented-out a test that wasn't consistent across all platforms.Wayne Davison2003-07-071-1/+1
* Silence some compiler warnings on HP-UX.Wayne Davison2003-07-071-3/+3
* A few more tests.Wayne Davison2003-07-071-6/+26