summaryrefslogtreecommitdiff
path: root/generator.c
Commit message (Expand)AuthorAgeFilesLines
* The --inplace code now properly handles creating a backup whenWayne Davison2007-09-231-14/+28
* Use make_bak_dir() if we get ENOENT while trying to open anWayne Davison2007-09-231-2/+3
* Moved list-only output from flist.c to generator.c so that it worksWayne Davison2007-09-231-3/+38
* Fixed a just-introduced glitch in directory creation with --no-implied-dirs.Wayne Davison2007-09-221-1/+2
* The latest --relative --no-implied-dirs code in inc_recurse modeWayne Davison2007-09-221-9/+9
* - Fixed an inc_recurse problem with implied dirs not getting createdWayne Davison2007-09-151-15/+26
* - Parse hard-link info as soon as we get it in inc_recurse mode.Wayne Davison2007-09-151-2/+5
* Added an "ndx" arg to all the finish_hard_link() calls.Wayne Davison2007-09-101-10/+10
* Changes to allow hard-linking to work in inc_recurse mode.Wayne Davison2007-09-031-5/+17
* Made omit_dir_times a static variable in options.c by encodingWayne Davison2007-09-011-3/+2
* Files with the same size should also be skipped by --append.Wayne Davison2007-08-011-1/+1
* Make extra-verbose output of touch_up_dirs() only mention the dirs.Wayne Davison2007-07-141-4/+4
* - When --omit-implied-dirs is specified and the creation of a directoryWayne Davison2007-07-141-4/+13
* The delete-during code needs to skip directories that don't existWayne Davison2007-07-141-1/+1
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* - Do directory touch-ups at the end, even in inc-recurse mode.Wayne Davison2007-07-081-11/+3
* - Incremental recursion mode does not process the dirs while scanning aWayne Davison2007-07-081-28/+39
* Changed "count" to "used" in struct file_list since there canWayne Davison2007-07-071-7/+7
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Switch the checking of preserve_[ug]id var to checking [ug]id_ndx varWayne Davison2007-07-021-6/+6
* Make sure we don't try to output a NULL pointer in a verbose message.Wayne Davison2007-05-231-1/+2
* - Output a -vvv(erbose) message in the touch_up_dirs() loop.Wayne Davison2007-05-231-5/+10
* Cast some F_OWNER()/F_GROUP() values to make sure that we don't getWayne Davison2007-05-211-4/+4
* - Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().Wayne Davison2007-05-201-5/+5
* Refer to the right sorted/unsorted file list array in touch_up_dirs().Wayne Davison2007-04-261-2/+2
* The --iconv option has now made it to the trunk.Wayne Davison2007-04-261-19/+27
* The improved --xattrs option is landing on the trunk.Wayne Davison2007-04-071-16/+57
* Protocol 30 now uses MD5 checksums instead of MD4.Wayne Davison2007-03-181-1/+1
* Fixed more potential hang cases for incremental recursion.Wayne Davison2007-03-141-3/+9
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-115/+157
* Make sure that a newly-created destination directory gets the sameWayne Davison2007-02-171-8/+11
* Improved the incremental sending of file lists in two ways: (1)Wayne Davison2007-02-161-3/+5
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* The "ndx" variable now holds the unique, over-the-wire value, notWayne Davison2007-02-031-8/+8
* Changed the main file-scan loop to not check for redo items whenWayne Davison2007-01-311-2/+2
* Moved the code that checks for finished file-lists, for finished "redo"Wayne Davison2007-01-301-131/+111
* Changed the variable "incremental" to "inc_recurse".Wayne Davison2007-01-271-11/+11
* - Put directory retouching code into a separate function thatWayne Davison2006-12-291-51/+45
* An incremental-recursion transfer can't switch from delete-delay toWayne Davison2006-12-281-3/+3
* Use write_ndx() and read_ndx().Wayne Davison2006-12-281-8/+8
* Handle the new incremental-recursion mode.Wayne Davison2006-12-281-151/+242
* Can just test ignore_errors w/o lp_ignore_errors(module_id) now.Wayne Davison2006-12-251-1/+1
* Use F_DEPTH() in place of dir.depth.Wayne Davison2006-12-171-11/+11
* Added a basename var to file_struct at the end, making it clearerWayne Davison2006-12-161-4/+4
* Renamed the F_*HLINK* macros to make their purpose clearer.Wayne Davison2006-12-131-5/+5
* Use new BITS_EQUAL() define.Wayne Davison2006-12-121-4/+3
* A minor format tweak.Wayne Davison2006-12-091-4/+2
* - Use the revamped hard-link functions.Wayne Davison2006-12-091-47/+45
* Get rid of some signed/unsigned-comparison compiler warnings.Wayne Davison2006-12-081-5/+5
* - The --delete-delay code now does its own output buffering. ThisWayne Davison2006-12-081-41/+116