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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-10
Fixed some itemized logging failures:
Wayne Davison
1
-2
/
+3
2008-03-01
Preparing for release of 3.0.0
v3.0.0
Wayne Davison
1
-1
/
+1
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2008-02-21
The code expects id_t and mode_t to be unsigned, so the code now defines
Wayne Davison
1
-2
/
+2
2008-02-18
Extended the protocol-30 info-passing code at startup, and use it to
Wayne Davison
1
-1
/
+2
2008-02-04
Store the key64 flag from hashtable_create() in the hashtable structure
Wayne Davison
1
-0
/
+1
2007-12-08
Updated indexing for accurate progress and improved raw ndx values.
Wayne Davison
1
-3
/
+2
2007-11-27
Add a new daemon security option: "munge symlinks".
Wayne Davison
1
-0
/
+3
2007-11-22
New logging categories added to allow differentiation between
Wayne Davison
1
-7
/
+14
2007-11-17
Improved F_RDEV_P() define to use DEV_EXTRA_CNT count.
Wayne Davison
1
-1
/
+1
2007-11-06
Some changes to allow an unsorted file list even if the iconv option
Wayne Davison
1
-1
/
+1
2007-11-02
Make use of the HAVE_NETDB_H define.
Wayne Davison
1
-0
/
+2
2007-10-31
One more SUBPROTOCOL_VERSION increase for iconv change.
Wayne Davison
1
-1
/
+1
2007-10-31
Increment the SUBPROTOCOL_VERSION.
Wayne Davison
1
-1
/
+1
2007-10-31
- Define the new CFN_* flags for clean_fname().
Wayne Davison
1
-1
/
+5
2007-10-26
Chunk a really large file to avoid sender-side hash-table
Wayne Davison
1
-1
/
+1
2007-10-17
Typedef any missing types.
Wayne Davison
1
-0
/
+16
2007-10-16
Incremented the SUBPROTOCOL_VERSION.
Wayne Davison
1
-1
/
+1
2007-10-16
Incremented the SUBPROTOCOL_VERSION.
Wayne Davison
1
-1
/
+1
2007-10-08
- Added a flag for implied dirs: FLAG_IMPLIED_DIR.
Wayne Davison
1
-6
/
+7
2007-10-05
Make sure ICONV_OPTION is unset if we didn't find iconv_open()
Wayne Davison
1
-0
/
+3
2007-09-23
Added (conditional) include of stdint.h.
Wayne Davison
1
-0
/
+3
2007-09-23
Changed "statx" to "stat_x" to try to work around a build problem on AIX.
Wayne Davison
1
-1
/
+1
2007-09-23
Added the relnamecache structure and improved some variable names.
Wayne Davison
1
-1
/
+6
2007-09-22
- Incremented the SUBPROTOCOL_VERSION to 9.
Wayne Davison
1
-3
/
+7
2007-09-22
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
1
-83
/
+0
2007-09-18
If iconv_t isn't needed, define it as an "int" so that our
Wayne Davison
1
-1
/
+7
2007-09-18
- Added an xbuf type for use in the --iconv and --files-from code.
Wayne Davison
1
-3
/
+46
2007-09-15
Changed FLAG_DIR_CHANGED to FLAG_DIR_CREATED.
Wayne Davison
1
-1
/
+1
2007-09-04
Changed HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE.
Wayne Davison
1
-1
/
+1
2007-09-03
- Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison
1
-10
/
+11
2007-09-03
Updated hashtable structures.
Wayne Davison
1
-2
/
+17
2007-09-03
Added new0() and new_array0() to allocate and zero the memory.
Wayne Davison
1
-29
/
+5
2007-09-02
Bump up the SUBPROTOCOL_VERSION number.
Wayne Davison
1
-1
/
+1
2007-08-04
- Added XMIT_NON_XFER_DIR flag.
Wayne Davison
1
-3
/
+4
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-08
- Define DEV_EXTRA_CNT and DIRNODE_EXTRA_CNT.
Wayne Davison
1
-8
/
+13
2007-07-08
- Increased the SUBPROTOCOL_VERSION to 4 due to the new dir-ndx logic.
Wayne Davison
1
-1
/
+2
2007-07-07
Changed "count" to "used" in struct file_list since there can
Wayne Davison
1
-3
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-07-02
Make option variables a little clearer by using separate FOO_ndx
Wayne Davison
1
-8
/
+8
2007-05-29
- Changed FILE_EXTENT to NORMAL_EXTENT and HLINK_EXTENT to SMALL_EXTENT.
Wayne Davison
1
-2
/
+3
2007-05-21
Changed SUBPROTOCOL_VERSION from 2 to 3 because of the ACL protocol changes.
Wayne Davison
1
-1
/
+1
2007-05-20
Moved GID_NONE define from rsync.h to uidlist.c.
Wayne Davison
1
-2
/
+0
2007-05-20
- Added FLAG_SKIP_GROUP define.
Wayne Davison
1
-3
/
+1
2007-04-26
Added FLAG_DUPLICATE for the sender to mark a duplicate flist entry
Wayne Davison
1
-0
/
+1
2007-04-26
The --iconv option has now made it to the trunk.
Wayne Davison
1
-1
/
+11
2007-04-26
Changed F_ROOTDIR() to F_PATHNAME().
Wayne Davison
1
-1
/
+1
2007-04-24
Adding the --fake-super option.
Wayne Davison
1
-0
/
+26
2007-04-23
Improved the SUBPROTOCOL_VERSION code a little, and bumped the value
Wayne Davison
1
-1
/
+1
[next]