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
2009-02-04
Ensure that the sender turns off any msg_fd_in use earlier.
Wayne Davison
1
-1
/
+0
2009-01-17
Fixed the delete statistics with --delete-delay and --delete-after.
Wayne Davison
1
-20
/
+21
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
2008-10-11
Fixed a glitch when using -s with a remote-shell daemon.
Wayne Davison
1
-1
/
+1
2008-09-26
Enhanced the --stats output:
Wayne Davison
1
-3
/
+58
2008-09-26
Properly ignore source args on a --read-batch command.
Wayne Davison
1
-2
/
+2
2008-09-01
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
1
-1
/
+1
2008-09-01
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
1
-20
/
+18
2008-08-31
Improved the fix that ensures that the generator gets notified about an
Wayne Davison
1
-5
/
+0
2008-08-02
Added logic to the receiving side to ensure that the --delete-during
Wayne Davison
1
-0
/
+5
2008-07-21
Improved var-checker and tweaked all the issues it found.
Wayne Davison
1
-1
/
+1
2008-07-20
Include the array-size in array externs so that IBM's code-checker
Wayne Davison
1
-1
/
+1
2008-07-20
Added a debug-helping option, --msgs2stderr, than should help all
Wayne Davison
1
-1
/
+2
2008-07-19
Added a '%C' (MD5 checksum) flag for the output/logfile formatting.
Wayne Davison
1
-0
/
+10
2008-07-17
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
1
-9
/
+11
2008-07-13
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
1
-19
/
+27
2008-05-31
Fixed the destination path check so that it cannot exclude a
Wayne Davison
1
-3
/
+4
2008-04-16
Fixed a problem with how the daemon filters deal with
Wayne Davison
1
-6
/
+14
2008-03-30
Improved the chdir() code:
Wayne Davison
1
-13
/
+12
2008-03-24
Don't send daemon-config filter-action messages back to the user.
Wayne Davison
1
-4
/
+4
2008-03-24
Improved --dirs/--no-dirs/--list-only option handling:
Wayne Davison
1
-11
/
+0
2008-03-20
Some improvements to the file-name cleaning code:
Wayne Davison
1
-2
/
+2
2008-03-20
Changed the name of the server_filter_list to be
Wayne Davison
1
-6
/
+6
2008-03-18
Reject a daemon-excluded destination.
Wayne Davison
1
-0
/
+8
2008-03-17
Attempting to silence some more "checker" warnings.
Wayne Davison
1
-1
/
+1
2008-03-15
Fixed the use of --protect-args (-s) with a daemon.
Wayne Davison
1
-46
/
+9
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2008-02-09
Make do_recv() reset copy_unsafe_links too (just like it does for
Wayne Davison
1
-1
/
+2
2008-01-26
Improved a comment.
Wayne Davison
1
-1
/
+1
2008-01-26
When removing a file/dir that is owned by us but does not have
Wayne Davison
1
-1
/
+3
2008-01-19
Output (BATCH ONLY) rather than (DRY RUN) for --only-write-batch.
Wayne Davison
1
-1
/
+1
2007-12-16
Fixed the check_filter() calls that might be checking an absolute path
Wayne Davison
1
-10
/
+9
2007-12-15
Check on the alternate destination dirs and report any problems.
Wayne Davison
1
-37
/
+41
2007-11-28
Adding --contimeout=SECONDS option.
Wayne Davison
1
-0
/
+7
2007-11-22
New logging categories added to allow differentiation between
Wayne Davison
1
-2
/
+2
2007-11-20
Got rid of the unused symlink parameter to sanitize_path().
Wayne Davison
1
-2
/
+2
2007-11-09
When performing a --dry-run, output a "(DRY RUN)" reminder on the
Wayne Davison
1
-2
/
+3
2007-10-27
When listing a bare module name w/o -r, make sure we list the
Wayne Davison
1
-1
/
+1
2007-10-16
Call set_allow_inc_recurse() for situations that don't call server_options().
Wayne Davison
1
-0
/
+2
2007-10-10
Conditionalize the call to setup_iconv().
Wayne Davison
1
-2
/
+10
2007-10-07
Reposition the call to setup_iconv() so that it gets called only once
Wayne Davison
1
-1
/
+6
2007-10-07
Set xfer_dirs when we set list_only.
Wayne Davison
1
-3
/
+9
2007-09-30
Allow additional remote args to contain an identical hostname instead
Wayne Davison
1
-9
/
+24
2007-09-23
Fixed a crash bug in get_local_name() when the file list is empty.
Wayne Davison
1
-1
/
+2
2007-09-22
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
1
-0
/
+1
2007-09-18
- Make use of new iconvbufs() function.
Wayne Davison
1
-21
/
+37
2007-09-15
We set FLAG_DIR_CREATED on a dot dir that got created by
Wayne Davison
1
-2
/
+2
2007-09-15
- Parse hard-link info as soon as we get it in inc_recurse mode.
Wayne Davison
1
-2
/
+10
2007-09-09
- If the user specifies a source arg with a hostspec in it in a local-
Wayne Davison
1
-58
/
+117
2007-09-03
Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison
1
-2
/
+3
[next]