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
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
1998-05-07
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1
-78
/
+78
1998-05-06
handle broken readdir() on Solaris 2.6 (it returns the name offset by
Andrew Tridgell
1
-4
/
+5
1998-05-06
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1
-17
/
+17
1998-04-17
revamped the -delete code. The last few bugs with it revealed that it
Andrew Tridgell
1
-71
/
+65
1998-04-13
fixed a bug in the handling of -R with --delete
Andrew Tridgell
1
-0
/
+6
1998-04-05
handle sparse files more efficiently
Andrew Tridgell
1
-2
/
+2
1998-04-05
a couple more system calls wrapped in syscall.c
Andrew Tridgell
1
-5
/
+5
1998-03-27
Solaris uses EEXIST instead of ENOTEMPTY.
Andrew Tridgell
1
-2
/
+2
1998-03-26
- added an internal io_error flag. Whenever an io error occurs (such
Andrew Tridgell
1
-33
/
+48
1998-03-26
if rsync fails to update the group of a file but nothing else then
Andrew Tridgell
1
-12
/
+15
1998-03-25
- on systems (such as intel linux) where off_t is 32 bits but "long long"
Andrew Tridgell
1
-9
/
+4
1998-03-25
added a --force option.
Andrew Tridgell
1
-11
/
+72
1998-03-25
don't show basedir in printed path (a aesthetic change only)
Andrew Tridgell
1
-1
/
+3
1998-03-24
added chmod() and chown() to syscall.c
Andrew Tridgell
1
-2
/
+2
1998-03-23
added wrappers around all the system calls that can change what is on
Andrew Tridgell
1
-14
/
+13
1998-03-23
finished 64 bit file offset support. Hopefully rsync can now transfer
Andrew Tridgell
1
-2
/
+2
1998-03-23
started to add some 64 bit file offset support - not complete yet
Andrew Tridgell
1
-0
/
+2
1998-03-23
if the file changes during transfer then don't loop forever trying to
Andrew Tridgell
1
-100
/
+102
1998-03-23
don't adapt the block size to above half the chunk size
Andrew Tridgell
1
-0
/
+1
1998-03-23
- keep a list of pids and send them a SIGUSR1 for cleanup rather than
Andrew Tridgell
1
-6
/
+11
[next]