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
*
make repeated --fuzzy option look into alt-dest dirs.
Wayne Davison
2011-11-23
1
-16
/
+19
*
Let's cast getpid() to an int instead of a long for snprintf().
Wayne Davison
2011-10-08
1
-12
/
+7
*
Fix a potential hang on an empty file list.
Wayne Davison
2011-09-11
1
-1
/
+5
*
Make daemon-exclude errors more error-like.
Wayne Davison
2011-06-18
1
-1
/
+1
*
Turn empty remote args into dot dirs.
Wayne Davison
2011-05-07
1
-0
/
+5
*
Fix --force with --one-file-system w/o --delete.
Wayne Davison
2011-02-22
1
-0
/
+2
*
Protect a remote filename that starts with a dash.
Wayne Davison
2010-12-23
1
-1
/
+5
*
Get rid of some trailing whitespace.
Wayne Davison
2010-06-19
1
-1
/
+1
*
Make an empty-string dest-dir the same as "." again.
Wayne Davison
2010-05-02
1
-0
/
+4
*
May as well use do_mkdir() directly these days.
Wayne Davison
2010-04-30
1
-1
/
+1
*
Don't set the umask to 0 any more: it's ugly and pointless.
Matt McCutchen
2010-04-24
1
-3
/
+4
*
More --timeout improvements, especially for the receiving side:
Wayne Davison
2010-01-02
1
-5
/
+0
*
Improve --timeout method to take into account all I/O that is going on.
Wayne Davison
2009-12-19
1
-0
/
+5
*
Added an am_receiver variable.
Wayne Davison
2009-12-19
1
-1
/
+3
*
Free a strdup() in do_cmd() that checker was complaining about.
Wayne Davison
2009-12-13
1
-2
/
+5
*
Fix checker compile warning.
Wayne Davison
2009-12-12
1
-1
/
+1
*
Fix a hang that can happen when the sender is sending an extra file-list
Wayne Davison
2009-12-12
1
-0
/
+2
*
Don't send MSG_ERROR_EXIT messages at the end of the transfer.
Wayne Davison
2009-12-12
1
-0
/
+4
*
Try to silence some warnings from "checker".
Wayne Davison
2009-11-07
1
-1
/
+1
*
Change the daemon-timeout conveyance into a protocol-31 message.
Wayne Davison
2009-10-27
1
-0
/
+3
*
Fixed some backward-compatibility issues with --files-from.
Wayne Davison
2009-10-24
1
-2
/
+8
*
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
[next]