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
/
flist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2000-03-21
add a --ignore-errors option
Andrew Tridgell
1
-1
/
+2
2000-01-27
fixed the error code problem with test.sh
Andrew Tridgell
1
-3
/
+5
2000-01-24
added some more debug info to the "buffer overflow in
Andrew Tridgell
1
-1
/
+5
2000-01-24
added --backup-dir option from Bob Edwards
Andrew Tridgell
1
-2
/
+3
2000-01-23
removed Daves include-only optimisation. One of the bug reports turned
Andrew Tridgell
1
-2
/
+1
2000-01-23
fix a problem with files > 2GB
Andrew Tridgell
1
-2
/
+2
1999-10-31
added "ignore errors" option in rsyncd.conf
Andrew Tridgell
1
-2
/
+8
1999-07-09
Fix significant security holes with "use chroot = no" in an rsync daemon:
David Dykstra
1
-0
/
+11
1999-06-26
fixed a bug that made us use only 16 bits of the file checksum when
Andrew Tridgell
1
-4
/
+10
1999-03-12
When -R is used, send the permissions of the original top directories to
David Dykstra
1
-0
/
+7
1999-02-24
Fix a bug with rsync -R --delete from ./ as reported in PR#1532
David Dykstra
1
-1
/
+10
1999-02-22
Add --delete-excluded option to delete files on the receiving side that
David Dykstra
1
-4
/
+6
1999-02-17
Added --copy-unsafe-links option which is like --copy-links except it is
David Dykstra
1
-14
/
+36
1998-11-24
Don't list cleaned-out duplicate file names as "<NULL>" when doing
David Dykstra
1
-0
/
+4
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-14
/
+14
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-1
/
+1
1998-11-02
if no local destination is provided for the transfer then provide
Andrew Tridgell
1
-0
/
+39
1998-10-30
hanle null strings in -vvv output
Andrew Tridgell
1
-3
/
+3
1998-10-29
some minor optimisations
Andrew Tridgell
1
-1
/
+3
1998-10-27
handle OSes (such as Unicos) which use a different value for S_IFLNK
Andrew Tridgell
1
-2
/
+19
1998-10-26
Optimize server for special case of a long list of includes ("+") followed
David Dykstra
1
-10
/
+12
1998-09-09
added finddead target, removed dead code and made some functions
Andrew Tridgell
1
-1
/
+1
1998-08-27
fixed a small memory leak when using -C
Andrew Tridgell
1
-0
/
+6
1998-07-23
fixed the relative paths bug pointed out by Alberto Accomazzi
Andrew Tridgell
1
-9
/
+36
1998-07-17
make rsync behave more like GNU cp with regard to file permissions
Andrew Tridgell
1
-159
/
+166
1998-06-18
for consistency use memcpy/memset everywhere instead of bcopy/bzero
Andrew Tridgell
1
-6
/
+6
1998-06-01
replace calls to strcmp() with a u_strcmp() function that uses only
Andrew Tridgell
1
-2
/
+2
1998-06-01
added --stats option for verbose stats on the file transfer
Andrew Tridgell
1
-3
/
+15
1998-05-29
replaced chdir and getcwd calls with push_dir/pop_dir functions. These
Andrew Tridgell
1
-53
/
+8
1998-05-29
fixed a bug in the flist sending code that caused the flist sending to
Andrew Tridgell
1
-0
/
+5
1998-05-27
heaps of cleanup in the io code.
Andrew Tridgell
1
-1
/
+0
1998-05-27
added support for --include, --include-from and the +/- syntax
Andrew Tridgell
1
-7
/
+7
1998-05-27
fixed a race condition in the --delete handling code. The bug led to
Andrew Tridgell
1
-1
/
+1
1998-05-26
fixed a bug in the handling of very long filenames (longer than 255
Andrew Tridgell
1
-1
/
+1
1998-05-26
error formatting changes
Andrew Tridgell
1
-1
/
+1
1998-05-23
don't treat intermediate link directories as links in the relative
Andrew Tridgell
1
-0
/
+3
1998-05-18
strip any leading / off absolute paths when using relative path names
Andrew Tridgell
1
-0
/
+6
1998-05-15
removed some debug code
Andrew Tridgell
1
-4
/
+0
1998-05-15
got rid of "EOF in map_ptr" problem. If a file shrinks mid transfer
Andrew Tridgell
1
-0
/
+4
1998-05-15
- changed the log messages to show the requested path
Andrew Tridgell
1
-1
/
+1
1998-05-15
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1
-3
/
+3
1998-05-15
added write buffering during the file list sending. This makes things
Andrew Tridgell
1
-1
/
+9
1998-05-10
changed a couple of places to use strlcpy()
Andrew Tridgell
1
-1
/
+1
1998-05-10
split the options parsing code into options.c
Andrew Tridgell
1
-9
/
+7
1998-05-07
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1
-24
/
+24
1998-05-06
handle broken readdir() on Solaris 2.6 (it returns the name offset by
Andrew Tridgell
1
-3
/
+4
1998-05-06
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1
-10
/
+10
1998-04-17
revamped the -delete code. The last few bugs with it revealed that it
Andrew Tridgell
1
-11
/
+12
1998-04-09
fixed a bug in handling the -c option and non-regular files. It hadn't
Andrew Tridgell
1
-3
/
+10
1998-04-01
fixed a string termination bug in the uidlist handling code. I've also
Andrew Tridgell
1
-3
/
+4
[next]