summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-26Bump the year to 2014.Wayne Davison1-1/+1
2013-01-19Update copyright year.Wayne Davison1-1/+1
2011-11-23make repeated --fuzzy option look into alt-dest dirs.Wayne Davison1-16/+19
2011-10-08Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison1-12/+7
2011-09-11Fix a potential hang on an empty file list.Wayne Davison1-1/+5
2011-06-18Make daemon-exclude errors more error-like.Wayne Davison1-1/+1
2011-05-07Turn empty remote args into dot dirs.Wayne Davison1-0/+5
2011-02-22Fix --force with --one-file-system w/o --delete.Wayne Davison1-0/+2
2010-12-23Protect a remote filename that starts with a dash.Wayne Davison1-1/+5
2010-06-19Get rid of some trailing whitespace.Wayne Davison1-1/+1
2010-05-02Make an empty-string dest-dir the same as "." again.Wayne Davison1-0/+4
2010-04-30May as well use do_mkdir() directly these days.Wayne Davison1-1/+1
2010-04-24Don't set the umask to 0 any more: it's ugly and pointless.Matt McCutchen1-3/+4
2010-01-02More --timeout improvements, especially for the receiving side:Wayne Davison1-5/+0
2009-12-19Improve --timeout method to take into account all I/O that is going on.Wayne Davison1-0/+5
2009-12-19Added an am_receiver variable.Wayne Davison1-1/+3
2009-12-13Free a strdup() in do_cmd() that checker was complaining about.Wayne Davison1-2/+5
2009-12-12Fix checker compile warning.Wayne Davison1-1/+1
2009-12-12Fix a hang that can happen when the sender is sending an extra file-listWayne Davison1-0/+2
2009-12-12Don't send MSG_ERROR_EXIT messages at the end of the transfer.Wayne Davison1-0/+4
2009-11-07Try to silence some warnings from "checker".Wayne Davison1-1/+1
2009-10-27Change the daemon-timeout conveyance into a protocol-31 message.Wayne Davison1-0/+3
2009-10-24Fixed some backward-compatibility issues with --files-from.Wayne Davison1-2/+8
2009-10-20Moved a few group-related functions with some minor tweaks;Wayne Davison1-2/+3
2009-10-17A major overhaul of I/O routines, creating perform_io().Wayne Davison1-33/+33
2009-10-12Avoid stopping multiplexed out over the message fd.Wayne Davison1-0/+4
2009-10-02Change the msg pipe to use a real multiplexed IO modeWayne Davison1-9/+9
2009-09-02Define and use "our_gid" variable.Wayne Davison1-0/+2
2009-05-23Use typedefs for the filter structures.Wayne Davison1-2/+2
2009-04-11The suffix must be non-empty if the backup-dir is the same as the destWayne Davison1-4/+2
2009-04-11More backup improvements:Wayne Davison1-0/+14
2009-02-04Ensure that the sender turns off any msg_fd_in use earlier.Wayne Davison1-1/+0
2009-01-17Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison1-20/+21
2009-01-03Update the copyright year.Wayne Davison1-1/+1
2008-10-11Fixed a glitch when using -s with a remote-shell daemon.Wayne Davison1-1/+1
2008-09-26Enhanced the --stats output:Wayne Davison1-3/+58
2008-09-26Properly ignore source args on a --read-batch command.Wayne Davison1-2/+2
2008-09-01Split up the ifuncs.h file into 3 .h files.Wayne Davison1-1/+1
2008-09-01Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison1-20/+18
2008-08-31Improved the fix that ensures that the generator gets notified about anWayne Davison1-5/+0
2008-08-02Added logic to the receiving side to ensure that the --delete-duringWayne Davison1-0/+5
2008-07-21Improved var-checker and tweaked all the issues it found.Wayne Davison1-1/+1
2008-07-20Include the array-size in array externs so that IBM's code-checkerWayne Davison1-1/+1
2008-07-20Added a debug-helping option, --msgs2stderr, than should help allWayne Davison1-1/+2
2008-07-19Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison1-0/+10
2008-07-17Changed human_num() to big_num() with an extra arg so that it canWayne Davison1-9/+11
2008-07-13Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison1-19/+27
2008-05-31Fixed the destination path check so that it cannot exclude aWayne Davison1-3/+4
2008-04-16Fixed a problem with how the daemon filters deal withWayne Davison1-6/+14
2008-03-30Improved the chdir() code:Wayne Davison1-13/+12