index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
receiver.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-4
/
+4
2001-05-02
use mkstemp on systems where it is secure
Andrew Tridgell
1
-15
/
+11
2000-11-08
Better error messages when unlink fails
Martin Pool
1
-2
/
+3
2000-11-08
Better error messages when unlink fails
Martin Pool
1
-2
/
+3
2000-03-21
add a --ignore-errors option
Andrew Tridgell
1
-1
/
+2
2000-01-25
patch from David Murn to make sure the final 100% is always printed
Andrew Tridgell
1
-1
/
+1
2000-01-24
fixed a rare SEGV that can happen when a file disappears (due to
Andrew Tridgell
1
-3
/
+5
2000-01-24
moved file deletion to before the fork() to prevent a race condition
Andrew Tridgell
1
-7
/
+1
2000-01-24
added --backup-dir option from Bob Edwards
Andrew Tridgell
1
-1
/
+3
2000-01-23
fix a problem with files > 2GB
Andrew Tridgell
1
-6
/
+6
2000-01-23
added --max-delete option
Andrew Tridgell
1
-1
/
+4
2000-01-23
added some really ugly code to allow errors to propogate to
Andrew Tridgell
1
-1
/
+1
1999-11-08
added --delete-after option (suggested by Jason)
Andrew Tridgell
1
-2
/
+11
1999-10-31
solved the problem of not using the right permissions when
Andrew Tridgell
1
-0
/
+8
1999-10-31
added "ignore errors" option in rsyncd.conf
Andrew Tridgell
1
-1
/
+2
1999-10-25
use do_open() instead of open() in several places to help the WinXX port
Andrew Tridgell
1
-2
/
+2
1999-04-06
fixed a nasty bug in the handling of "local_name" when setting the
Andrew Tridgell
1
-1
/
+1
1999-03-24
Backed out the change to create missing parent directories when using
David Dykstra
1
-2
/
+4
1999-03-23
Fix bug with --compare-dest option where missing parent directories in the
David Dykstra
1
-1
/
+2
1999-03-11
When a file cannot be deleted because of ETXTBSY (in particular, when an
David Dykstra
1
-1
/
+1
1999-03-04
The change a couple days ago to create files initially without group and
David Dykstra
1
-3
/
+4
1999-03-01
Change the mask used when creating temporary files from 777 to 700, to prevent
David Dykstra
1
-2
/
+2
1999-02-10
Changed error message that just said "open %s: %s" to "cannot create %s: %s"
David Dykstra
1
-1
/
+1
1998-11-24
Backup deleted files when using --delete and --backup. Based on a
David Dykstra
1
-2
/
+11
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-4
/
+4
1998-11-05
Add comment before call to mktemp saying it is deliberately chosen over
David Dykstra
1
-0
/
+4
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-4
/
+4
1998-11-02
Jason told me that's its very important for his site to log exactly
Andrew Tridgell
1
-2
/
+6
1998-10-29
changes to get rsync working on a CRAY J90. This machine doesn't have
Andrew Tridgell
1
-1
/
+0
1998-10-28
and I thought I wasn't going to do any rsync coding for a while ...
Andrew Tridgell
1
-5
/
+10
1998-10-26
Add --compare-dest option which enables specifying an additional destination
David Dykstra
1
-4
/
+17
1998-09-09
handle OSes where you can't rename a open file in the cleanup code.
Andrew Tridgell
1
-3
/
+3
1998-07-25
rsync.c was getting a bit unwieldy so I split the code into 3 modules,
Andrew Tridgell
1
-0
/
+450