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
/
rsync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-01-10
make --address work for a client connecting to a server
Andrew Tridgell
1
-1
/
+0
2000-01-06
when we do a lchown() on a file we have to flush the cached perms on
Andrew Tridgell
1
-0
/
+6
1999-12-29
When writing to a daemon with read only = false and uid = root and -g,
David Dykstra
1
-1
/
+1
1999-11-08
removed ACCESSPERMS mask when transferring a file without perms
Andrew Tridgell
1
-6
/
+1
1999-08-30
separated out the make_backup code in preparation for some patches
Andrew Tridgell
1
-22
/
+0
1999-03-11
When a file cannot be deleted because of ETXTBSY (in particular, when an
David Dykstra
1
-4
/
+3
1999-03-09
Check for EINVAL from a rename error call in addition to ENOENT because
David Dykstra
1
-1
/
+2
1999-03-04
The change a couple days ago to create files initially without group and
David Dykstra
1
-9
/
+14
1999-03-02
Change getgroups to use GETGROUPS_T as the type of the group array returned,
David Dykstra
1
-3
/
+3
1999-03-01
Change the mask used when creating temporary files from 777 to 700, to prevent
David Dykstra
1
-2
/
+2
1999-03-01
When comparing -1 to a group id, cast -1 with gid_t because on some systems
David Dykstra
1
-2
/
+2
1999-03-01
Prevent the -g option from preserving groups that a non-root receiver
David Dykstra
1
-14
/
+50
1999-02-03
When calling lchown, pass the current known uid and gid rather than -1
David Dykstra
1
-2
/
+2
1998-12-05
- slprintf() takes sizeof(buf) not sizeof(buf)-1
Andrew Tridgell
1
-2
/
+2
1998-11-24
Backup deleted files when using --delete and --backup. Based on a
David Dykstra
1
-12
/
+22
1998-11-18
Remove a debugging statement I accidentally included in the last commit.
David Dykstra
1
-1
/
+0
1998-11-18
Change documentation to explain that a lack of -t in effect causes -I to be
David Dykstra
1
-0
/
+1
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-2
/
+2
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-1
/
+1
1998-09-09
don't complain about not setting times on directories
Andrew Tridgell
1
-2
/
+6
1998-07-25
rsync.c was getting a bit unwieldy so I split the code into 3 modules,
Andrew Tridgell
1
-1027
/
+14
1998-07-20
I think I might havefinally fixed the rsync hanging bug. It was caused
Andrew Tridgell
1
-3
/
+3
1998-07-17
handle hard links on systems with 16 bit ino_t
Andrew Tridgell
1
-1
/
+1
1998-07-17
make rsync behave more like GNU cp with regard to file permissions
Andrew Tridgell
1
-1
/
+1
1998-07-17
added the --safe-links option to disallow symlinks outside the
Andrew Tridgell
1
-1
/
+11
1998-07-17
some code reformatting
Andrew Tridgell
1
-431
/
+432
1998-07-17
fixed a problem with rsync buffering the debug output when redirected
Andrew Tridgell
1
-4
/
+4
1998-07-17
make a function static
Andrew Tridgell
1
-1
/
+1
1998-07-02
the recv_generator can be static
Andrew Tridgell
1
-1
/
+1
1998-07-02
added --progress option which shows the progress of transfers. This
Andrew Tridgell
1
-66
/
+80
1998-07-01
- only keep a partial file if some literal data has been transferred,
Andrew Tridgell
1
-25
/
+34
1998-07-01
added a --partial option which tells rsync to keep partially
Andrew Tridgell
1
-36
/
+58
1998-06-18
fixed chmod bug pointed out by Han Holl <jeholl@euronet.nl>
Andrew Tridgell
1
-1
/
+2
1998-06-18
fixed a race condition in rsync that opened a security hole. The
Andrew Tridgell
1
-2
/
+10
1998-06-18
if as non-root we failed to update the group of a file then don't
Andrew Tridgell
1
-1
/
+2
1998-06-18
change the order of chmod and chown calls so that setuid bits don't
Andrew Tridgell
1
-52
/
+53
1998-06-03
if the user passes a block size on the command line then don't adapt
Andrew Tridgell
1
-1
/
+5
1998-06-01
added --stats option for verbose stats on the file transfer
Andrew Tridgell
1
-188
/
+219
1998-05-30
cosmetic fix.
Andrew Tridgell
1
-1
/
+2
1998-05-28
use Realloc instead of realloc
Andrew Tridgell
1
-5
/
+1
1998-05-28
don't do recursive deletion if the recurse option is not selected.
Andrew Tridgell
1
-1
/
+3
1998-05-27
heaps of cleanup in the io code.
Andrew Tridgell
1
-9
/
+1
1998-05-27
fixed a race condition in the --delete handling code. The bug led to
Andrew Tridgell
1
-2
/
+4
1998-05-23
- don't allow chown for the group of a file if running as a daemon and
Andrew Tridgell
1
-2
/
+4
1998-05-22
fix shadowed variable
Andrew Tridgell
1
-1
/
+1
1998-05-18
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1
-0
/
+1
1998-05-15
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1
-10
/
+7
1998-05-11
fixed a bug in the new . filename code
Andrew Tridgell
1
-1
/
+9
1998-05-10
changed the name of the temporary filename to include a leading . so
Andrew Tridgell
1
-8
/
+15
1998-05-10
split the options parsing code into options.c
Andrew Tridgell
1
-3
/
+2
[next]