summaryrefslogtreecommitdiff
path: root/generator.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-10Tweaking the license text a bit more.Wayne Davison1-2/+3
2007-07-08- Do directory touch-ups at the end, even in inc-recurse mode.Wayne Davison1-11/+3
2007-07-08- Incremental recursion mode does not process the dirs while scanning aWayne Davison1-28/+39
2007-07-07Changed "count" to "used" in struct file_list since there canWayne Davison1-7/+7
2007-07-07Switching to GPL 3.Wayne Davison1-3/+2
2007-07-02Switch the checking of preserve_[ug]id var to checking [ug]id_ndx varWayne Davison1-6/+6
2007-05-23Make sure we don't try to output a NULL pointer in a verbose message.Wayne Davison1-1/+2
2007-05-23- Output a -vvv(erbose) message in the touch_up_dirs() loop.Wayne Davison1-5/+10
2007-05-21Cast some F_OWNER()/F_GROUP() values to make sure that we don't getWayne Davison1-4/+4
2007-05-20- Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().Wayne Davison1-5/+5
2007-04-26Refer to the right sorted/unsorted file list array in touch_up_dirs().Wayne Davison1-2/+2
2007-04-26The --iconv option has now made it to the trunk.Wayne Davison1-19/+27
2007-04-07The improved --xattrs option is landing on the trunk.Wayne Davison1-16/+57
2007-03-18Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison1-1/+1
2007-03-14Fixed more potential hang cases for incremental recursion.Wayne Davison1-3/+9
2007-03-11The ACL support has arrived! This version has a brand new protocolWayne Davison1-115/+157
2007-02-17Make sure that a newly-created destination directory gets the sameWayne Davison1-8/+11
2007-02-16Improved the incremental sending of file lists in two ways: (1)Wayne Davison1-3/+5
2007-02-04Further modifications to the copyright comment section.Wayne Davison1-4/+3
2007-02-03The "ndx" variable now holds the unique, over-the-wire value, notWayne Davison1-8/+8
2007-01-31Changed the main file-scan loop to not check for redo items whenWayne Davison1-2/+2
2007-01-30Moved the code that checks for finished file-lists, for finished "redo"Wayne Davison1-131/+111
2007-01-27Changed the variable "incremental" to "inc_recurse".Wayne Davison1-11/+11
2006-12-29- Put directory retouching code into a separate function thatWayne Davison1-51/+45
2006-12-28An incremental-recursion transfer can't switch from delete-delay toWayne Davison1-3/+3
2006-12-28Use write_ndx() and read_ndx().Wayne Davison1-8/+8
2006-12-28Handle the new incremental-recursion mode.Wayne Davison1-151/+242
2006-12-25Can just test ignore_errors w/o lp_ignore_errors(module_id) now.Wayne Davison1-1/+1
2006-12-17Use F_DEPTH() in place of dir.depth.Wayne Davison1-11/+11
2006-12-16Added a basename var to file_struct at the end, making it clearerWayne Davison1-4/+4
2006-12-13Renamed the F_*HLINK* macros to make their purpose clearer.Wayne Davison1-5/+5
2006-12-12Use new BITS_EQUAL() define.Wayne Davison1-4/+3
2006-12-09A minor format tweak.Wayne Davison1-4/+2
2006-12-09- Use the revamped hard-link functions.Wayne Davison1-47/+45
2006-12-08Get rid of some signed/unsigned-comparison compiler warnings.Wayne Davison1-5/+5
2006-12-08- The --delete-delay code now does its own output buffering. ThisWayne Davison1-41/+116
2006-12-08Fixed --delete-delay by making the fprintf() output an unsigned shortWayne Davison1-1/+1
2006-12-07Added missing initialization of new solo_file variable.Wayne Davison1-0/+1
2006-12-07- Set "solo_file" bool and use that for improved clarity.Wayne Davison1-6/+10
2006-12-07Improved the format of the debug output for mknod().Wayne Davison1-5/+6
2006-12-06#ifdef calls to hard-link functions.Wayne Davison1-0/+28
2006-12-05Use the latest F_*() accessors.Wayne Davison1-33/+30
2006-12-04Use new send_msg_int() function.Wayne Davison1-5/+2
2006-12-03- Typical tranfers now save 12-20 bytes per file because several varsWayne Davison1-62/+61
2006-11-23Silenced a compiler warning.Wayne Davison1-1/+1
2006-11-22- Implement new --delete-delay option.Wayne Davison1-13/+83
2006-11-21Use an explicit cast when a value gets stored in a smaller var.Wayne Davison1-2/+2
2006-11-19Added "const" to appropriate char pointers.Wayne Davison1-4/+5
2006-11-11Tweaked a couple comments.Wayne Davison1-2/+2
2006-11-11- Restored some of Matt's suggested logic that I left out, as itWayne Davison1-26/+40