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
*
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
2004-11-03
1
-26
/
+33
*
Don't ever call make_backup() if we're removing a destination directory
Wayne Davison
2004-10-27
1
-4
/
+4
*
Fixed an off-by-one error in the handling of --max-delete=N.
Wayne Davison
2004-10-18
1
-1
/
+1
*
The delete_one() function no longer needs to handle the case where
Wayne Davison
2004-09-21
1
-4
/
+0
*
If we're making backups with --inplace, use the backup file as the
Wayne Davison
2004-09-07
1
-2
/
+7
*
Call map_file() with its new args, including a suggested window
Wayne Davison
2004-08-03
1
-1
/
+2
*
Got rid of unused externs.
Wayne Davison
2004-08-02
1
-1
/
+0
*
If we reject a name due to a server-exclude, someone is trying to hack
Wayne Davison
2004-07-30
1
-7
/
+2
*
Added the new --partial-dir option.
Wayne Davison
2004-07-29
1
-10
/
+37
*
Check the error return of flush_write_file().
Wayne Davison
2004-07-29
1
-11
/
+7
*
One more inplace code tweak.
Wayne Davison
2004-07-29
1
-8
/
+5
*
Some minor fixes and improvements for the inplace code.
Wayne Davison
2004-07-29
1
-15
/
+20
*
Use the new safe_fname() function.
Wayne Davison
2004-07-26
1
-15
/
+20
*
Should always call finish_transfer() for inplace handling, just like
Wayne Davison
2004-07-22
1
-1
/
+1
*
Need to output the "failed verification" error before sending the
Wayne Davison
2004-07-22
1
-15
/
+17
*
Added a warning message when a file fails to verify, letting the user
Wayne Davison
2004-07-22
1
-6
/
+16
*
No need to check both delete_after and delete_mode since the former
Wayne Davison
2004-07-22
1
-2
/
+1
*
In read_batch mode, we read ints from the new batch_gen_fd pipe and
Wayne Davison
2004-07-21
1
-0
/
+23
*
Call map_file() with the new block_size arg (had to delay the
Wayne Davison
2004-07-20
1
-28
/
+25
*
Added new function discard_receive_data().
Wayne Davison
2004-07-19
1
-6
/
+12
*
- Don't allow some crafty user to try to force us to update a
Wayne Davison
2004-07-19
1
-0
/
+17
*
My version of Mark Curtis's --inplace option.
Wayne Davison
2004-07-16
1
-39
/
+69
*
Committed a space-tweak from Chris Shoemaker.
Wayne Davison
2004-07-14
1
-1
/
+1
*
Some formatting tweaks.
Wayne Davison
2004-07-02
1
-24
/
+21
*
Moved the verbose message about renaming the finished file down into
Wayne Davison
2004-07-02
1
-3
/
+0
*
Some simple whitespace tweaks.
Wayne Davison
2004-06-30
1
-1
/
+1
*
Tweaked an overly-long line.
Wayne Davison
2004-06-29
1
-2
/
+4
*
If --partial was specified, make sure that make_backup is turned
Wayne Davison
2004-06-14
1
-12
/
+13
*
Changed the new code in delete_one() so that some compilers
Wayne Davison
2004-06-12
1
-2
/
+4
*
Made delete_one() handle a failed rmdir on a symlink when
Wayne Davison
2004-06-11
1
-0
/
+3
*
Changed sum_init() to take a seed value as an arg instead of always
Wayne Davison
2004-05-21
1
-1
/
+2
*
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
2004-05-15
1
-16
/
+17
*
If the file did not transfer correctly, only save it if --partial was
Wayne Davison
2004-05-13
1
-1
/
+5
*
Check the return code from close() and output an error if it
Wayne Davison
2004-04-27
1
-1
/
+5
*
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
[next]