summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't free link_u.idev.Wayne Davison2004-02-021-1/+0
* Use "%H:%M:%S" instead of "%T" in strftime() call since it looks to beWayne Davison2004-02-021-1/+1
* Clarify the safe/unsafe symlink options in the usage text.Wayne Davison2004-02-021-3/+3
* Clarify the various safe/unsafe symlink options.Wayne Davison2004-02-021-6/+6
* Go back to using malloc() for the hard-link data structure (for nowWayne Davison2004-02-021-38/+17
* Free the hlink data again.Wayne Davison2004-02-021-0/+1
* Make sure that the idev struct's data is 4-byte aligned.Wayne Davison2004-02-021-8/+20
* - Changed the file-list allocation to alloc all the memory we needWayne Davison2004-02-021-194/+167
* Don't free the hlink data (it is not separately allocated anymore).Wayne Davison2004-02-021-1/+0
* Changed args to make_file() and free_file().Wayne Davison2004-02-021-3/+2
* Added CLEAR_STRUCT and FREE_STRUCT defines.Wayne Davison2004-02-021-0/+3
* Added some missing #if SUPPORT_HARD_LINK and #if SUPPORT_LINK directives.Wayne Davison2004-02-011-15/+27
* - Fixed the bug where the --daemon option would squelch all option errorsWayne Davison2004-02-011-21/+25
* Changed the rdev code to have both an "rdev" variable (which alwaysWayne Davison2004-02-011-15/+17
* One more improvement to the 0-flag-byte avoidance algorithm.Wayne Davison2004-01-311-5/+9
* A small optimization to the symlink-send code, and an extra sanityWayne Davison2004-01-311-7/+8
* Fixed the test to ensure that we don't send a flag-byte of 0 to theWayne Davison2004-01-311-4/+4
* One more minor variable-name change.Wayne Davison2004-01-311-3/+3
* Switched a buffer name in make_file() to make the code a little moreWayne Davison2004-01-311-18/+17
* Fixed the optional sanitization of the files_from arg.Wayne Davison2004-01-301-2/+4
* OK, "find ... -print0 | xargs -0 ..." wasn't portable. This is.Wayne Davison2004-01-281-1/+1
* Got rid of indeterminacy in the overlapping-files.Wayne Davison2004-01-281-7/+5
* A couple more unsigned char changes to silence compiler warningsWayne Davison2004-01-281-3/+3
* New test to make sure that merging files from multiple directoriesWayne Davison2004-01-271-0/+52
* Use who_am_i() to qualify some debug messages.Wayne Davison2004-01-272-9/+15
* Set the am_generator flag. Use who_am_i().Wayne Davison2004-01-271-3/+5
* New function: who_am_i() returns "sender", "receiver", or "generator".Wayne Davison2004-01-271-0/+8
* Added "am_generator".Wayne Davison2004-01-271-0/+1
* Don't free lastdir! It is still needed by the flist basedir pointers.Wayne Davison2004-01-271-3/+2
* Relocated the externs.Wayne Davison2004-01-271-6/+7
* Silenced some compiler warnings.Wayne Davison2004-01-276-20/+22
* Better pid handling.Wayne Davison2004-01-271-3/+3
* Cast getpid() to a long for output.Wayne Davison2004-01-272-7/+12
* Better pid handling.Wayne Davison2004-01-271-2/+2
* Fixed a comment.Wayne Davison2004-01-271-1/+1
* Tweaked the externs.Wayne Davison2004-01-271-17/+15
* Percentage of file-count output was off by one.Wayne Davison2004-01-271-1/+2
* EXCLUDE PATTERNS is not just about syntax.J.W. Schultz2004-01-271-4/+2
* Mention the latest -x improvement. Also improved the description ofWayne Davison2004-01-271-4/+9
* Optimized the -x option by removing the skip_filesystem() call and using theWayne Davison2004-01-271-28/+8
* Added FLAG_MOUNT_POINT.Wayne Davison2004-01-271-0/+1
* Tweaked a comment.Wayne Davison2004-01-271-1/+1
* Improved the differentiation of the transmit flags from the live flagsWayne Davison2004-01-271-24/+20
* Use the new names for the transmit-flag defines. We also make sureWayne Davison2004-01-271-45/+46
* Use the new names for the transmit-flag defines.Wayne Davison2004-01-272-5/+8
* Fixed reference to -u that should have been -o.Wayne Davison2004-01-261-1/+1
* Back out bad refactor (thanks Wayne)J.W. Schultz2004-01-261-3/+6
* Mention new hard-link optimization.Wayne Davison2004-01-261-2/+9
* Added defines (FLAG_HLINK_EOL, HL_CHECK_MASTER, and HL_SKIP) and changedWayne Davison2004-01-251-2/+10
* We now link the hard-linked flist entries into a circular list, markWayne Davison2004-01-251-9/+26