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
/
receiver.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved a few externs and made a couple formatting tweaks.
Wayne Davison
2004-03-23
1
-11
/
+12
*
Got rid of an ancient (and no longer relevant) comment.
Wayne Davison
2004-03-23
1
-4
/
+3
*
Got rid of some superfluous parens.
Wayne Davison
2004-02-27
1
-1
/
+1
*
Tweaked an if.
Wayne Davison
2004-02-10
1
-2
/
+1
*
Make idev, hlink and file_struct + strings use allocation
J.W. Schultz
2004-02-10
1
-0
/
+6
*
Corrected sizeof usage:
J.W. Schultz
2004-02-03
1
-2
/
+2
*
Use the new names for the transmit-flag defines.
Wayne Davison
2004-01-27
1
-2
/
+3
*
Moved the call to do_hard_links() and the final directory-permissions
Wayne Davison
2004-01-25
1
-12
/
+0
*
Replaced an snprintf() call with pathjoin().
Wayne Davison
2004-01-24
1
-2
/
+2
*
Tweaked an argv-type variable so that it's a little clearer what
Wayne Davison
2004-01-22
1
-4
/
+5
*
Use the new f_name_to() calling syntax.
Wayne Davison
2004-01-22
1
-4
/
+4
*
Eliminate unneeded strlen after strlcpy.
J.W. Schultz
2004-01-20
1
-2
/
+1
*
- Got rid of the f_gen pipe.
Wayne Davison
2004-01-15
1
-3
/
+5
*
Set stats.current_file_index.
Wayne Davison
2004-01-13
1
-1
/
+2
*
Got rid of support for protocols 17 and 18.
Wayne Davison
2004-01-08
1
-56
/
+4
*
Use new recv_generator() calling syntax.
Wayne Davison
2004-01-04
1
-1
/
+1
*
Improved the setting of cleanup_got_literal so that we know if the
Wayne Davison
2004-01-02
1
-2
/
+2
*
Applying my updated version of Craig Barratt's buffered I/O patch.
Wayne Davison
2004-01-02
1
-0
/
+2
*
Use the f_name_to() function to avoid having to strdup() the name that
Wayne Davison
2004-01-02
1
-29
/
+25
*
Twiddled some whitespace and multi-line comments.
Wayne Davison
2003-12-15
1
-50
/
+49
*
Merged in the security fixes from 2.5.7.
Wayne Davison
2003-12-06
1
-1
/
+2
*
Improved file-related error messages by using the new
Wayne Davison
2003-09-11
1
-22
/
+17
*
Changed "remote_version" to "protocol_version".
Wayne Davison
2003-09-09
1
-3
/
+3
*
Allow non-dir special files to be replaced with regular
J.W. Schultz
2003-09-04
1
-3
/
+15
*
Got rid of signed/unsigned-comparison warning if st_dev is signed.
Wayne Davison
2003-08-21
1
-1
/
+1
*
Make sure that the error message for mkstemp() includes the full
Wayne Davison
2003-08-04
1
-6
/
+14
*
We should bump the deletion_count for backed-up deleted files too.
Wayne Davison
2003-08-01
1
-1
/
+1
*
Properly handle the backup_suffix/backup_dir settings when deleting
Wayne Davison
2003-08-01
1
-15
/
+24
*
Only call show_progress() and end_progress() if do_progress is set.
Wayne Davison
2003-07-08
1
-3
/
+5
*
Now support dynamic per-file checksum2 size.
J.W. Schultz
2003-04-10
1
-8
/
+7
*
Removing vestigial support for protocol versions prior to 15.
J.W. Schultz
2003-03-31
1
-10
/
+8
*
Prevent tempfile names from overflowing.
J.W. Schultz
2003-03-26
1
-22
/
+45
*
removed log_transfer() It was no more than a conditional
J.W. Schultz
2003-03-25
1
-4
/
+4
*
Typo corrections.
J.W. Schultz
2003-03-21
1
-2
/
+2
*
Re-activate the piece of code that creates intervening directories
David Dykstra
2003-01-20
1
-8
/
+1
*
Close previously opened file descriptor when mkstemp fails in recv_files().
David Dykstra
2002-05-28
1
-0
/
+1
*
Split code out into separate files and remove some global variables to
Martin Pool
2002-04-08
1
-4
/
+6
*
Suggested patch from Jim Ogilvie <jogilvie@us.ibm.com> to print out the
David Dykstra
2002-02-13
1
-1
/
+1
*
More signedness fixes; should be harmless.
Martin Pool
2002-01-25
1
-2
/
+2
*
Doc.
Martin Pool
2002-01-23
1
-1
/
+1
*
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool
2002-01-23
1
-1
/
+2
*
Always use 64-bit ino_t and dev_t internally, so that we can detect
Martin Pool
2002-01-11
1
-2
/
+2
*
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
2001-05-07
1
-4
/
+4
*
use mkstemp on systems where it is secure
Andrew Tridgell
2001-05-02
1
-15
/
+11
*
Better error messages when unlink fails
Martin Pool
2000-11-08
1
-2
/
+3
*
Better error messages when unlink fails
Martin Pool
2000-11-08
1
-2
/
+3
*
add a --ignore-errors option
Andrew Tridgell
2000-03-21
1
-1
/
+2
*
patch from David Murn to make sure the final 100% is always printed
Andrew Tridgell
2000-01-25
1
-1
/
+1
*
fixed a rare SEGV that can happen when a file disappears (due to
Andrew Tridgell
2000-01-24
1
-3
/
+5
*
moved file deletion to before the fork() to prevent a race condition
Andrew Tridgell
2000-01-24
1
-7
/
+1
[next]