summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-23/+19
* Got rid of the setting of io_write_phase.Wayne Davison2006-04-211-5/+0
* - Got rid of unused externs.Wayne Davison2006-02-241-5/+4
* Made the receiver count the size of symlinks in the total_sizeWayne Davison2006-02-131-1/+1
* Tweaked a comment.Wayne Davison2006-02-081-2/+2
* Got rid of the orig_umask-based file->mode tweak in receive_file()Wayne Davison2006-01-311-7/+0
* Made get_dirlist() always include directories.Wayne Davison2006-01-301-0/+3
* Added extern for io_write_phase.Wayne Davison2006-01-301-0/+1
* Use PERMSTRING_SIZE rather than a hard-wired "11".Wayne Davison2006-01-291-4/+4
* Made the new --prune-empty-dirs code a little more memory efficient.Wayne Davison2006-01-281-27/+43
* Tweaked a variable name in flist_find().Wayne Davison2006-01-281-6/+6
* The user can now use a "protect" filter to avoid pruning one orWayne Davison2006-01-281-16/+22
* Improved flist_find()'s empty-entry handling to deal with the caseWayne Davison2006-01-271-19/+28
* Optimized flist_find() so that we never scan a series of emptyWayne Davison2006-01-271-20/+39
* Implement the new --skip-empty-dirs (-k) option.Wayne Davison2006-01-271-13/+54
* Handle separated devices and special files.Wayne Davison2006-01-261-21/+23
* Decided to hold off on the potential memory savings of indexedWayne Davison2006-01-251-11/+14
* The uid & gid are now stored using an id_pair structure.Wayne Davison2006-01-241-20/+12
* The in_del_hier code needs to use lastname instead of thisnameWayne Davison2006-01-241-2/+3
* New -x code had some problems, so restore the old code for now.Wayne Davison2006-01-221-16/+12
* - Changed how --one-file-system works so that we can skip all mountWayne Davison2006-01-211-11/+20
* Handle the --chmod option as either the sender or the receiver soWayne Davison2006-01-211-5/+8
* Implemented the -xx behavior that skips mount-point dirs.Wayne Davison2006-01-211-1/+4
* - Changed send_file_entry() into a static function again.Wayne Davison2006-01-201-9/+9
* The code in send_file_list() needed a little more improvement toWayne Davison2006-01-191-17/+29
* When --relative is active, simply trim off trailing slashes andWayne Davison2006-01-191-11/+39
* Got rid of a now-unused static variable.Wayne Davison2006-01-171-3/+0
* Merged f_name() with f_name_to().Wayne Davison2006-01-141-21/+21
* Fixed a couple out-of-memory function-name strings in make_file().Wayne Davison2006-01-141-5/+4
* Added a "continue" missing from a recent change.Wayne Davison2006-01-141-0/+1
* Got rid of calls to the (soon to vanish) safe_fname() function.Wayne Davison2006-01-131-19/+16
* - Got rid of a superfluous empty line.Wayne Davison2005-11-101-3/+2
* In make_file(), only compute the checksum when we're the sender.Wayne Davison2005-11-101-2/+3
* Compute the right checksum length for the current protocol_versionWayne Davison2005-11-101-4/+4
* Call tweak_mode() on regular files and dirs if --chmod was specified.Wayne Davison2005-11-071-1/+6
* Decreased the amount of stack needed for each level of directoryWayne Davison2005-11-011-49/+61
* Get rid of some superfluous empty lines.Wayne Davison2005-10-191-24/+0
* - When --dirs is specified w/o --recursive, avoid marking solo dirsWayne Davison2005-09-291-8/+7
* Changed one strcpy() into a strlcpy().Wayne Davison2005-09-171-1/+1
* Tweaked the code a little in the always_checksum handling of theWayne Davison2005-09-161-14/+8
* When pop_dir(olddir) fails, pass the right string pointerWayne Davison2005-09-091-1/+1
* Allow the user to specify a dot dir in the source path whenWayne Davison2005-08-011-26/+35
* Tweaked a comment and some null-char assignments.Wayne Davison2005-07-221-6/+6
* Changed overflow() to overflow_exit().Wayne Davison2005-07-071-4/+4
* In clean_flist(), fixed the setting of the flist->high value for anWayne Davison2005-06-121-1/+5
* Simplified the last change a bit.Wayne Davison2005-05-271-3/+2
* If we unduplicate '.', make sure we also copy FLAG_DEL_HERE (inWayne Davison2005-05-271-2/+3
* Handle nested "." dirs (caused by --relative and a trailing slash orWayne Davison2005-05-251-2/+12
* Treat a trailing ".." dir-name as if "../" had been specified soWayne Davison2005-05-141-0/+8
* If adding a trailing dot to a directory name overflowsWayne Davison2005-05-131-1/+3