summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Moved a few group-related functions with some minor tweaks;Wayne Davison2009-10-201-2/+3
* A major overhaul of I/O routines, creating perform_io().Wayne Davison2009-10-171-33/+33
* Avoid stopping multiplexed out over the message fd.Wayne Davison2009-10-121-0/+4
* Change the msg pipe to use a real multiplexed IO modeWayne Davison2009-10-021-9/+9
* Define and use "our_gid" variable.Wayne Davison2009-09-021-0/+2
* Use typedefs for the filter structures.Wayne Davison2009-05-231-2/+2
* The suffix must be non-empty if the backup-dir is the same as the destWayne Davison2009-04-111-4/+2
* More backup improvements:Wayne Davison2009-04-111-0/+14
* Ensure that the sender turns off any msg_fd_in use earlier.Wayne Davison2009-02-041-1/+0
* Fixed the delete statistics with --delete-delay and --delete-after.Wayne Davison2009-01-171-20/+21
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Fixed a glitch when using -s with a remote-shell daemon.Wayne Davison2008-10-111-1/+1
* Enhanced the --stats output:Wayne Davison2008-09-261-3/+58
* Properly ignore source args on a --read-batch command.Wayne Davison2008-09-261-2/+2
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-20/+18
* Improved the fix that ensures that the generator gets notified about anWayne Davison2008-08-311-5/+0
* Added logic to the receiving side to ensure that the --delete-duringWayne Davison2008-08-021-0/+5
* Improved var-checker and tweaked all the issues it found.Wayne Davison2008-07-211-1/+1
* Include the array-size in array externs so that IBM's code-checkerWayne Davison2008-07-201-1/+1
* Added a debug-helping option, --msgs2stderr, than should help allWayne Davison2008-07-201-1/+2
* Added a '%C' (MD5 checksum) flag for the output/logfile formatting.Wayne Davison2008-07-191-0/+10
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-9/+11
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-19/+27
* Fixed the destination path check so that it cannot exclude aWayne Davison2008-05-311-3/+4
* Fixed a problem with how the daemon filters deal withWayne Davison2008-04-161-6/+14
* Improved the chdir() code:Wayne Davison2008-03-301-13/+12
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-4/+4
* Improved --dirs/--no-dirs/--list-only option handling:Wayne Davison2008-03-241-11/+0
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-2/+2
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-6/+6
* Reject a daemon-excluded destination.Wayne Davison2008-03-181-0/+8
* Attempting to silence some more "checker" warnings.Wayne Davison2008-03-171-1/+1
* Fixed the use of --protect-args (-s) with a daemon.Wayne Davison2008-03-151-46/+9
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Make do_recv() reset copy_unsafe_links too (just like it does forWayne Davison2008-02-091-1/+2
* Improved a comment.Wayne Davison2008-01-261-1/+1
* When removing a file/dir that is owned by us but does not haveWayne Davison2008-01-261-1/+3
* Output (BATCH ONLY) rather than (DRY RUN) for --only-write-batch.Wayne Davison2008-01-191-1/+1
* Fixed the check_filter() calls that might be checking an absolute pathWayne Davison2007-12-161-10/+9
* Check on the alternate destination dirs and report any problems.Wayne Davison2007-12-151-37/+41
* Adding --contimeout=SECONDS option.Wayne Davison2007-11-281-0/+7
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-2/+2
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-2/+2
* When performing a --dry-run, output a "(DRY RUN)" reminder on theWayne Davison2007-11-091-2/+3
* When listing a bare module name w/o -r, make sure we list theWayne Davison2007-10-271-1/+1
* Call set_allow_inc_recurse() for situations that don't call server_options().Wayne Davison2007-10-161-0/+2
* Conditionalize the call to setup_iconv().Wayne Davison2007-10-101-2/+10
* Reposition the call to setup_iconv() so that it gets called only onceWayne Davison2007-10-071-1/+6
* Set xfer_dirs when we set list_only.Wayne Davison2007-10-071-3/+9