index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved a few group-related functions with some minor tweaks;
Wayne Davison
2009-10-20
1
-2
/
+3
*
A major overhaul of I/O routines, creating perform_io().
Wayne Davison
2009-10-17
1
-33
/
+33
*
Avoid stopping multiplexed out over the message fd.
Wayne Davison
2009-10-12
1
-0
/
+4
*
Change the msg pipe to use a real multiplexed IO mode
Wayne Davison
2009-10-02
1
-9
/
+9
*
Define and use "our_gid" variable.
Wayne Davison
2009-09-02
1
-0
/
+2
*
Use typedefs for the filter structures.
Wayne Davison
2009-05-23
1
-2
/
+2
*
The suffix must be non-empty if the backup-dir is the same as the dest
Wayne Davison
2009-04-11
1
-4
/
+2
*
More backup improvements:
Wayne Davison
2009-04-11
1
-0
/
+14
*
Ensure that the sender turns off any msg_fd_in use earlier.
Wayne Davison
2009-02-04
1
-1
/
+0
*
Fixed the delete statistics with --delete-delay and --delete-after.
Wayne Davison
2009-01-17
1
-20
/
+21
*
Update the copyright year.
Wayne Davison
2009-01-03
1
-1
/
+1
*
Fixed a glitch when using -s with a remote-shell daemon.
Wayne Davison
2008-10-11
1
-1
/
+1
*
Enhanced the --stats output:
Wayne Davison
2008-09-26
1
-3
/
+58
*
Properly ignore source args on a --read-batch command.
Wayne Davison
2008-09-26
1
-2
/
+2
*
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
2008-09-01
1
-1
/
+1
*
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
2008-09-01
1
-20
/
+18
*
Improved the fix that ensures that the generator gets notified about an
Wayne Davison
2008-08-31
1
-5
/
+0
*
Added logic to the receiving side to ensure that the --delete-during
Wayne Davison
2008-08-02
1
-0
/
+5
*
Improved var-checker and tweaked all the issues it found.
Wayne Davison
2008-07-21
1
-1
/
+1
*
Include the array-size in array externs so that IBM's code-checker
Wayne Davison
2008-07-20
1
-1
/
+1
*
Added a debug-helping option, --msgs2stderr, than should help all
Wayne Davison
2008-07-20
1
-1
/
+2
*
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
Wayne Davison
2008-07-19
1
-0
/
+10
*
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
2008-07-17
1
-9
/
+11
*
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
2008-07-13
1
-19
/
+27
*
Fixed the destination path check so that it cannot exclude a
Wayne Davison
2008-05-31
1
-3
/
+4
*
Fixed a problem with how the daemon filters deal with
Wayne Davison
2008-04-16
1
-6
/
+14
*
Improved the chdir() code:
Wayne Davison
2008-03-30
1
-13
/
+12
*
Don't send daemon-config filter-action messages back to the user.
Wayne Davison
2008-03-24
1
-4
/
+4
*
Improved --dirs/--no-dirs/--list-only option handling:
Wayne Davison
2008-03-24
1
-11
/
+0
*
Some improvements to the file-name cleaning code:
Wayne Davison
2008-03-20
1
-2
/
+2
*
Changed the name of the server_filter_list to be
Wayne Davison
2008-03-20
1
-6
/
+6
*
Reject a daemon-excluded destination.
Wayne Davison
2008-03-18
1
-0
/
+8
*
Attempting to silence some more "checker" warnings.
Wayne Davison
2008-03-17
1
-1
/
+1
*
Fixed the use of --protect-args (-s) with a daemon.
Wayne Davison
2008-03-15
1
-46
/
+9
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Make do_recv() reset copy_unsafe_links too (just like it does for
Wayne Davison
2008-02-09
1
-1
/
+2
*
Improved a comment.
Wayne Davison
2008-01-26
1
-1
/
+1
*
When removing a file/dir that is owned by us but does not have
Wayne Davison
2008-01-26
1
-1
/
+3
*
Output (BATCH ONLY) rather than (DRY RUN) for --only-write-batch.
Wayne Davison
2008-01-19
1
-1
/
+1
*
Fixed the check_filter() calls that might be checking an absolute path
Wayne Davison
2007-12-16
1
-10
/
+9
*
Check on the alternate destination dirs and report any problems.
Wayne Davison
2007-12-15
1
-37
/
+41
*
Adding --contimeout=SECONDS option.
Wayne Davison
2007-11-28
1
-0
/
+7
*
New logging categories added to allow differentiation between
Wayne Davison
2007-11-22
1
-2
/
+2
*
Got rid of the unused symlink parameter to sanitize_path().
Wayne Davison
2007-11-20
1
-2
/
+2
*
When performing a --dry-run, output a "(DRY RUN)" reminder on the
Wayne Davison
2007-11-09
1
-2
/
+3
*
When listing a bare module name w/o -r, make sure we list the
Wayne Davison
2007-10-27
1
-1
/
+1
*
Call set_allow_inc_recurse() for situations that don't call server_options().
Wayne Davison
2007-10-16
1
-0
/
+2
*
Conditionalize the call to setup_iconv().
Wayne Davison
2007-10-10
1
-2
/
+10
*
Reposition the call to setup_iconv() so that it gets called only once
Wayne Davison
2007-10-07
1
-1
/
+6
*
Set xfer_dirs when we set list_only.
Wayne Davison
2007-10-07
1
-3
/
+9
[next]