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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-11
Improved the arg-checking of a daemon command.
Wayne Davison
1
-24
/
+14
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Changed "count" to "used" in struct file_list since there can
Wayne Davison
1
-2
/
+2
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-04-26
The --iconv option has now made it to the trunk.
Wayne Davison
1
-3
/
+3
2007-04-20
Call the new {read,write}_varlong30() names for the long-int
Wayne Davison
1
-16
/
+17
2007-04-07
The improved --xattrs option is landing on the trunk.
Wayne Davison
1
-6
/
+6
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2007-01-31
Mention the year 2007 in the copyright declarations.
Wayne Davison
1
-1
/
+1
2007-01-27
Changed the variable "incremental" to "inc_recurse".
Wayne Davison
1
-3
/
+3
2007-01-27
The last MSG_DONE from the receiver to the generator is now followed
Wayne Davison
1
-1
/
+2
2006-12-28
Use write_ndx() and read_ndx().
Wayne Davison
1
-1
/
+1
2006-12-28
Handle the new incremental-recursion mode.
Wayne Davison
1
-41
/
+55
2006-12-24
Improved the new --pasword-file error message.
Wayne Davison
1
-2
/
+2
2006-12-24
If the user specified --password-file without using daemon mode,
Wayne Davison
1
-0
/
+7
2006-12-18
Moved the write_stream_flags() call from io.c into main.c so that
Wayne Davison
1
-0
/
+3
2006-12-15
Moved the calls to init_hard_links() into flist.c.
Wayne Davison
1
-10
/
+0
2006-12-09
Call the new hard-link init functions.
Wayne Davison
1
-1
/
+11
2006-12-07
Some minor format tweaks.
Wayne Davison
1
-8
/
+3
2006-12-06
The wait_process() call now handles EINTR.
Wayne Davison
1
-1
/
+5
2006-12-06
#ifdef calls to hard-link functions.
Wayne Davison
1
-0
/
+2
2006-12-03
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
1
-2
/
+2
2006-11-21
Output the size of the file list using human_num().
Wayne Davison
1
-1
/
+2
2006-10-13
Changed sprintf() calls to snprintf().
Wayne Davison
1
-2
/
+2
2006-10-12
Removed the changes in symlink handling in non-chroot daemon mode as
Wayne Davison
1
-15
/
+1
2006-10-11
Added a new variable, new_root_dir, that is set if we created the
Wayne Davison
1
-0
/
+3
2006-10-10
Changed the fix_basis_dirs() function to only remove a single ../
Wayne Davison
1
-7
/
+18
2006-10-08
- Call push_dir() with its new boolean arg, including the spot in
Wayne Davison
1
-9
/
+34
2006-06-30
Decided that I like remove-source-files better than remove-sender-files.
Wayne Davison
1
-3
/
+3
2006-06-30
The remove_sent_files var was renamed to remove_sender_files.
Wayne Davison
1
-3
/
+4
2006-06-05
Improved some comments in get_local_name() and improved the
Wayne Davison
1
-12
/
+19
2006-06-01
Changed rprintf() messages that started with a newline into two
Wayne Davison
1
-5
/
+8
2006-05-09
Got rid of the call to log_exit() now that the cleanup code handles this.
Wayne Davison
1
-1
/
+0
2006-05-05
- Moved the sanitizing of the partial_dir value here from options.c.
Wayne Davison
1
-1
/
+27
2006-05-05
Call the new die_on_unsafe_path() function in a few places.
Wayne Davison
1
-4
/
+16
2006-05-03
- Call safe_stat() instead of do_stat() when a sanitizing daemon might
Wayne Davison
1
-9
/
+3
2006-05-02
Set a new variable, startdir_depth, to indicate how deep the
Wayne Davison
1
-5
/
+8
2006-04-28
We sanitize the --*-dest args here so they can be relative to the
Wayne Davison
1
-0
/
+15
2006-04-25
Updated the FSF's address to an even newer one.
Wayne Davison
1
-3
/
+3
2006-04-25
- Updated the address for the FSF in the opening comment.
Wayne Davison
1
-21
/
+23
2006-03-02
Don't allow overwriting a non-directory with a directory (just
Wayne Davison
1
-0
/
+7
2006-03-02
If get_local_name() fails to stat() the destination for any
Wayne Davison
1
-2
/
+6
2006-02-24
Make sure the receiver resets copy_dirlinks (so that it can't
Wayne Davison
1
-1
/
+2
2006-02-24
- Call mkdir_defmode() instead of do_mkdir().
Wayne Davison
1
-5
/
+3
2006-02-23
Rsync no longer returns a usage error when used with one local
Wayne Davison
1
-8
/
+10
2006-02-20
Made the formerly static sigchld_handler() available as a
Wayne Davison
1
-5
/
+5
2006-02-11
We now ignore the SIGXFSZ signal (if it is defined).
Wayne Davison
1
-0
/
+3
2006-02-05
Make sure that we don't try to use iconv() without iconv.h.
Wayne Davison
1
-2
/
+2
2006-02-05
Changed HAVE_ICONV to HAVE_ICONV_OPEN.
Wayne Davison
1
-2
/
+2
2006-02-04
Call setup_iconv().
Wayne Davison
1
-0
/
+6
[prev]
[next]