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-07-21
Explicitly cast a -1 that is being assigned to a size_t.
Wayne Davison
1
-1
/
+1
2008-07-20
Changed the chksum debug flag to deltasum.
Wayne Davison
1
-3
/
+3
2008-07-17
Added some HLINK debugging output and enabled it for hardlink tests.
Wayne Davison
1
-1
/
+1
2008-07-13
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
1
-1
/
+45
2008-06-23
Fixed the sending of large files with older rsync versions by
Wayne Davison
1
-0
/
+3
2008-06-04
Improved handling of a system that doesn't have a 64-bit offset type.
Wayne Davison
1
-0
/
+2
2008-05-31
Have send_file_list() check is_excluded() (but only on non-dot-dirs)
Wayne Davison
1
-1
/
+0
2008-03-30
Improved the chdir() code:
Wayne Davison
1
-0
/
+3
2008-03-29
Improved the code that protects a '.' dir from exclusion.
Wayne Davison
1
-0
/
+1
2008-03-22
Added XFLG_DIR2WILD3 flag that the daemon uses to transform any
Wayne Davison
1
-2
/
+3
2008-03-20
Changed the arg-globbing routine to use a custom arg-globbing algorithm
Wayne Davison
1
-4
/
+0
2008-03-20
Some improvements to the file-name cleaning code:
Wayne Davison
1
-1
/
+4
2008-03-17
Attempting to silence some more "checker" warnings.
Wayne Davison
1
-0
/
+5
2008-03-16
Fixed hard-linking when some of the files can get skipped. This adds
Wayne Davison
1
-1
/
+2
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
[prev]
[next]