Close the socket fds in the "post-xfer exec" process.
[rsync/rsync.git] / flist.c
2010-05-29 Wayne DavisonAvoid a double-increment of a file's st_dev value
2010-03-31 Wayne DavisonRemoving now-redundant path-size check from send_if_dir...
2010-03-26 Wayne DavisonFix directory-length overflow bug (7057).
2009-12-21 Wayne DavisonPass the 'f' compatibility flag to the server (via -e)
2009-10-30 Wayne DavisonFix a hang when dealing with really large numbers of...
2009-10-27 Wayne DavisonGet rid of some unneeded externs.
2009-10-24 Wayne DavisonA few more --files-from fixes, and an enhanced testsuit...
2009-10-24 Wayne DavisonFixed some backward-compatibility issues with --files...
2009-10-24 Wayne DavisonGive iconvbufs() an ICB_INIT flag.
2009-10-17 Wayne DavisonA major overhaul of I/O routines, creating perform_io().
2009-09-12 Wayne DavisonPut file descriptor arg at the start of the arg list...
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-02 Wayne DavisonHave --fake-super turn a symlink into a file when
2009-08-22 Wayne DavisonHave the sender use dead time to pad out the file list.
2009-08-08 Wayne DavisonAdd conditional support for excluding types of files...
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-04-26 Wayne DavisonChange sending/receiving/storing of the rdev value...
2009-04-01 Wayne DavisonFixed improper deletion of mount-point hierarchies.
2009-03-13 Wayne DavisonMy version of Matt's improvements related to missing...
2009-03-13 Wayne DavisonMake missing args governed by protect filters, not...
2009-03-07 Wayne DavisonDon't let --chmod tweak a 0 mode value (which marks...
2009-02-28 Wayne DavisonAdded the --delete-missing-args option to delete specified
2009-02-28 Wayne DavisonMade --progress use ir-chk instead of to-chk when the...
2009-02-14 Wayne DavisonHandle a link_stat() failure with errno ENOENT as a...
2009-02-05 Wayne DavisonEnsure that the sender turns off any msg_fd_in use...
2009-02-05 Wayne DavisonDo not try to send a symlink with a 0-length value.
2009-01-17 Wayne DavisonUse a varint when sending the error_code.
2009-01-03 Wayne DavisonUpdate the copyright year.
2009-01-03 Wayne DavisonAdded init_stat_x() to avoid duplication of acl/xattr...
2008-12-27 Wayne DavisonAllow opendir() in send_directory() to fail with ENOENT.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-11-10 Matt McCutchenAdd flist_find_ignore_dirness() and change delete_in_di...
2008-11-10 Wayne DavisonFixed the use of a dot-dir path (foo/./bar) inside...
2008-09-27 Wayne DavisonEnhanced the --stats output:
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-31 Wayne DavisonImproved the fix that ensures that the generator gets...
2008-08-10 Wayne DavisonMade an error of readlink_stat() use the right function...
2008-08-02 Wayne DavisonTweaked the symlink iconv buffer size and fixed a comment.
2008-08-02 Wayne DavisonWhen using --iconv, if a server-side receiver can't...
2008-08-02 Wayne DavisonRefer to the symlink's contents as "symlink data",...
2008-08-02 Wayne DavisonSkip new symlink conversion step if the remote rsync...
2008-08-02 Wayne DavisonThe --iconv option now converts the content of a symlin...
2008-08-02 Wayne DavisonFixed a problem with checking for the '.' dir in the...
2008-07-31 Wayne DavisonOutput an FERROR* for a general io_error, and an FWARNI...
2008-07-30 Wayne DavisonMake hard-linking work when a device has an st_dev...
2008-07-22 Wayne DavisonExplicitly cast a -1 that is being assigned to a size_t.
2008-07-20 Wayne DavisonAdded a '%C' (MD5 checksum) flag for the output/logfile...
2008-07-19 Wayne DavisonChanged the POOL_QALIGN flag to POOL_NO_QALIGN, reversi...
2008-07-19 Wayne DavisonWe now pass the POOL_QALIGN flag to pool_create()....
2008-07-19 Wayne DavisonImproved the hard-link logging.
2008-07-17 Wayne DavisonAdded some HLINK debugging output and enabled it for...
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-07-05 Wayne DavisonGot rid of some trailing whitespace.
2008-06-23 Matt McCutchenThe sender now sets IOERR_GENERAL in more skipped-file...
2008-06-04 Wayne DavisonImproved handling of a system that doesn't have a 64...
2008-05-31 Wayne DavisonHave send_file_list() check is_excluded() (but only...
2008-05-31 Wayne DavisonIf an arg is excluded, don't include its implied dirs.
2008-03-31 Wayne DavisonA simple change to change_pathname() to ensure that...
2008-03-30 Wayne DavisonImproved the chdir() code:
2008-03-30 Wayne DavisonFixed a path-exclusion glitch when checking more than...
2008-03-30 Wayne DavisonImproved the code that protects a '.' dir from exclusion.
2008-03-28 Wayne DavisonAllow the file-list sending code to set XMIT_SAME_UID...
2008-03-26 Wayne DavisonEnsure that a per-dir merge file is also loaded from...
2008-03-25 Wayne DavisonFixed the way rsync handles iconv-conversion problems...
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-22 Wayne DavisonMade the filename arg-parsing code skip args that have...
2008-03-21 Wayne DavisonSome improvements to the file-name cleaning code:
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be old/master
2008-03-18 Wayne DavisonOutput a non-existent-file error for server-excluded...
2008-03-15 Wayne DavisonAnother optimization of "bp" adding when creating a...
2008-03-15 Wayne Davison- Fixed a crash bug when backing up files with ACLs...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-28 Wayne DavisonUse preserve_[ug]id values for send/recv checking,...
2008-02-16 Wayne DavisonSome daemon security improvements, including the new...
2008-02-10 Wayne DavisonImproved the "symlink has no referent" logic to work...
2008-01-19 Wayne DavisonDon't apply filter rules to implied directories.
2008-01-09 Wayne DavisonFixed a length problem parsing an arg of "./".
2007-12-30 Wayne DavisonMade some user-/group-name pointers "const".
2007-12-16 Wayne DavisonMoved the dir_count increment into an even better spot...
2007-12-15 Wayne DavisonFixed a potential memory leak in make_file().
2007-12-13 Wayne DavisonMove incrementing of dir_count so that it can't get...
2007-12-08 Wayne DavisonUpdated indexing for accurate progress and improved...
2007-11-30 Wayne DavisonSimplified the time_t overflow check and moved an extra...
2007-11-27 Wayne DavisonWhen the new "munge symlinks" option is off, a non...
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonGot rid of the unused symlink parameter to sanitize_path().
2007-11-06 Wayne DavisonSome changes to allow an unsorted file list even if...
2007-11-03 Wayne DavisonA better way to count our queued workload.
2007-10-31 Wayne Davison- In --iconv mode, we can't lower the ndx_end value...
2007-10-31 Wayne DavisonSet ndx_start to 1 only for an inc-recursive transfer.
2007-10-31 Wayne Davison- Fixed a problem with merging dot dirs with non-dot...
2007-10-30 Wayne DavisonFixed --one-file-system handling when dealing with...
2007-10-20 Wayne DavisonGot rid of a couple compiler warnings when SUPPORT_HARD...
2007-10-08 Wayne Davison- Mark implied dirs with FLAG_IMPLIED_DIR.
2007-10-07 Wayne Davison- Simplified the code in recv_file_entry() for protocol 30.
2007-09-23 Wayne DavisonChanged "statx" to "stat_x" to try to work around a...
2007-09-23 Wayne DavisonFixed a glitch in the sending of mount-point dirs in...
next