summaryrefslogtreecommitdiff
path: root/flist.c
Commit message (Expand)AuthorAgeFilesLines
...
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-0/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-3/+3
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-311-10/+32
* Made an error of readlink_stat() use the right function name.Wayne Davison2008-08-101-1/+1
* Tweaked the symlink iconv buffer size and fixed a comment.Wayne Davison2008-08-021-4/+4
* When using --iconv, if a server-side receiver can't convert a filename,Wayne Davison2008-08-021-1/+1
* Refer to the symlink's contents as "symlink data", not "symlink name".Wayne Davison2008-08-021-4/+4
* Skip new symlink conversion step if the remote rsync is notWayne Davison2008-08-021-3/+4
* The --iconv option now converts the content of a symlink too.Wayne Davison2008-08-011-19/+94
* Fixed a problem with checking for the '.' dir in the first fileWayne Davison2008-08-011-2/+2
* Output an FERROR* for a general io_error, and an FWARNING for otherWayne Davison2008-07-311-6/+6
* Make hard-linking work when a device has an st_dev of 0.Wayne Davison2008-07-291-2/+2
* Explicitly cast a -1 that is being assigned to a size_t.Wayne Davison2008-07-211-1/+1
* Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison2008-07-191-3/+10
* Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the settingWayne Davison2008-07-191-2/+2
* We now pass the POOL_QALIGN flag to pool_create(). Also optimizedWayne Davison2008-07-181-7/+10
* Improved the hard-link logging.Wayne Davison2008-07-181-11/+13
* Added some HLINK debugging output and enabled it for hardlink tests.Wayne Davison2008-07-171-1/+21
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-4/+4
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-26/+26
* Got rid of some trailing whitespace.Wayne Davison2008-07-051-2/+2
* The sender now sets IOERR_GENERAL in more skipped-file instances.Matt McCutchen2008-06-221-3/+13
* Improved handling of a system that doesn't have a 64-bit offset type.Wayne Davison2008-06-041-1/+18
* Have send_file_list() check is_excluded() (but only on non-dot-dirs)Wayne Davison2008-05-311-23/+12
* If an arg is excluded, don't include its implied dirs.Wayne Davison2008-05-311-2/+4
* A simple change to change_pathname() to ensure that the error outputWayne Davison2008-03-311-5/+9
* Improved the chdir() code:Wayne Davison2008-03-301-25/+43
* Fixed a path-exclusion glitch when checking more than one arg.Wayne Davison2008-03-301-14/+7
* Improved the code that protects a '.' dir from exclusion.Wayne Davison2008-03-291-26/+28
* Allow the file-list sending code to set XMIT_SAME_UID/XMIT_SAME_GIDWayne Davison2008-03-281-22/+17
* Ensure that a per-dir merge file is also loaded from implied directoriesWayne Davison2008-03-261-20/+31
* Fixed the way rsync handles iconv-conversion problems in the file-list:Wayne Davison2008-03-251-52/+57
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-4/+4
* Made the filename arg-parsing code skip args that have excluded pathWayne Davison2008-03-221-1/+34
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-10/+22
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-3/+3
* Output a non-existent-file error for server-excluded files instead ofWayne Davison2008-03-181-4/+14
* Another optimization of "bp" adding when creating a file_struct.Wayne Davison2008-03-151-3/+2
* - Fixed a crash bug when backing up files with ACLs enabled and weWayne Davison2008-03-151-17/+18
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Use preserve_[ug]id values for send/recv checking, which willWayne Davison2008-02-271-14/+16
* Some daemon security improvements, including the new parametersWayne Davison2008-02-151-1/+1
* Improved the "symlink has no referent" logic to work with all theWayne Davison2008-02-091-3/+9
* Don't apply filter rules to implied directories.Wayne Davison2008-01-191-2/+7
* Fixed a length problem parsing an arg of "./".Wayne Davison2008-01-091-1/+1
* Made some user-/group-name pointers "const".Wayne Davison2007-12-291-1/+1
* Moved the dir_count increment into an even better spot and make sure thatWayne Davison2007-12-161-3/+2
* Fixed a potential memory leak in make_file().Wayne Davison2007-12-151-1/+4
* Move incrementing of dir_count so that it can't get incrementedWayne Davison2007-12-131-2/+3
* Updated indexing for accurate progress and improved raw ndx values.Wayne Davison2007-12-081-47/+29