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
/
options.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-30
Got rid of some SPACE-TAB sequencs in the indentation.
Wayne Davison
1
-6
/
+6
2007-09-23
Avoid a checker warning about unfreed memory.
Wayne Davison
1
-2
/
+4
2007-09-22
We now forward the --no-implied-dirs option to the receiving side,
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
Switching to --no-i-r from --no-ir.
Wayne Davison
1
-2
/
+1
2007-09-18
- Improved -s support.
Wayne Davison
1
-22
/
+30
2007-09-15
- Fixed a bug in the passing of the --max-delete option.
Wayne Davison
1
-4
/
+7
2007-09-09
Added --no-protect-args and --no-s.
Wayne Davison
1
-1
/
+3
2007-09-09
Added the --protect-args (-s) option, and made parse_arguments()
Wayne Davison
1
-3
/
+16
2007-09-08
Improved the argv/argc variable names that are really pointers.
Wayne Davison
1
-18
/
+19
2007-09-02
One more tweak to latest omit-dir-times code.
Wayne Davison
1
-5
/
+9
2007-09-02
Added --no-omit-dir-times and --no-O.
Wayne Davison
1
-0
/
+2
2007-09-01
Made omit_dir_times a static variable in options.c by encoding
Wayne Davison
1
-7
/
+10
2007-09-01
Handle the new --append and --append-verify options.
Wayne Davison
1
-4
/
+16
2007-08-22
Don't omit the -4/-6 options if no IPv6 support was compiled into
Wayne Davison
1
-10
/
+7
2007-08-11
Improved the arg-checking of a daemon command.
Wayne Davison
1
-2
/
+2
2007-08-04
Make the --xattrs option not imply --perms.
Wayne Davison
1
-2
/
+1
2007-08-01
Fixed the port-parsing in an rsync:// path; e.g., this now
Wayne Davison
1
-1
/
+1
2007-07-24
If --no-ir is specified, pass it to the server.
Wayne Davison
1
-0
/
+3
2007-07-15
We now take a negative value specified to --max-delete as being
Wayne Davison
1
-17
/
+20
2007-07-14
Parse the --skip-compress=LIST option and sent it to the sending side.
Wayne Davison
1
-0
/
+9
2007-07-12
Made some descriptions concerning modification times clearer.
Wayne Davison
1
-2
/
+2
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-07-02
We omit copying any user-space rsync.%FOO attributes unless the
Wayne Davison
1
-2
/
+5
2007-05-24
- Added the --qsort option.
Wayne Davison
1
-9
/
+25
2007-05-05
Clumped some option-sending together that only happens on the sending side.
Wayne Davison
1
-22
/
+24
2007-04-26
The --iconv option has now made it to the trunk.
Wayne Davison
1
-4
/
+52
2007-04-24
Adding the --fake-super option.
Wayne Davison
1
-1
/
+13
2007-04-23
Improved the SUBPROTOCOL_VERSION code a little, and bumped the value
Wayne Davison
1
-11
/
+8
2007-04-23
Changed the prerelease-protocol support to use an idiom that will not
Wayne Davison
1
-0
/
+7
2007-04-21
Tweaked --version in a few minor ways, including the mentioning of
Wayne Davison
1
-4
/
+10
2007-04-21
Mention how many bits our local timestamps support.
Wayne Davison
1
-1
/
+2
2007-04-07
The improved --xattrs option is landing on the trunk.
Wayne Davison
1
-4
/
+29
2007-03-14
Added an explicit option that will disallow the use of
Wayne Davison
1
-0
/
+5
2007-03-11
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
1
-3
/
+37
2007-03-05
Decided that we don't really want the rule that preserves the
Wayne Davison
1
-0
/
+4
2007-03-03
Moved a couple auto-filter rules from options.c into compat.c so
Wayne Davison
1
-9
/
+0
2007-03-02
Make the auto-generated protect filters use the perishable flag so
Wayne Davison
1
-2
/
+3
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
-2
/
+2
2006-12-28
- Changes to handle new default of --delete-during for --delete.
Wayne Davison
1
-16
/
+32
2006-12-24
Make the --password-file option's summary even better.
Wayne Davison
1
-1
/
+1
2006-12-24
Improved the summary of the --password-file option.
Wayne Davison
1
-1
/
+1
2006-12-17
Moved the flist_extra_cnt stuff from options.c to compat.c so that
Wayne Davison
1
-6
/
+0
2006-12-13
Tweaked the option-passing code's delete logic to make it cleaner.
Wayne Davison
1
-5
/
+5
2006-12-05
Changed flist_extra_ndx into flist_extra_cnt.
Wayne Davison
1
-3
/
+3
2006-12-03
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
1
-1
/
+6
2006-12-01
Change the format/order of the capabilities --version outputs.
Wayne Davison
1
-13
/
+9
2006-11-22
Added parsing for --delete-delay.
Wayne Davison
1
-4
/
+8
[prev]
[next]