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
2005-01-28
- Use off_t if SIZEOF_OFF_T is 8.
Wayne Davison
1
-4
/
+5
2005-01-28
Make use of new HAVE_STRUCT_STAT64 define.
Wayne Davison
1
-8
/
+1
2005-01-28
Do a better job defining an int32. Also define SIZEOF_INT32
Wayne Davison
1
-9
/
+21
2005-01-28
- Changed the main core of system include files to use the same "#if"
Wayne Davison
1
-46
/
+63
2005-01-28
Changed HAVE_OFF64_T to SIZEOF_OFF64_T.
Wayne Davison
1
-1
/
+1
2005-01-28
- Switched the int64 code over to using the improved SIZEOF_*
Wayne Davison
1
-19
/
+34
2005-01-28
Use SIGNED_CHAR_OK instead of HAVE_UNSIGNED_CHAR.
Wayne Davison
1
-1
/
+1
2005-01-27
- Added a caveat to the definition of the int64 type.
Wayne Davison
1
-0
/
+8
2005-01-25
Added DEL_NO_RECURSE and changed DEL_RECURSE to DEL_FORCE_RECURSE.
Wayne Davison
1
-2
/
+3
2005-01-25
Renamed several exclude-related functions/variables using new
Wayne Davison
1
-9
/
+9
2005-01-25
Some changes to support the new --filter option:
Wayne Davison
1
-2
/
+14
2005-01-21
- Changed XMIT_TOP_DIR to XMIT_DEL_START.
Wayne Davison
1
-2
/
+2
2005-01-20
Changed DEL_NO_RECURSE to DEL_RECURSE.
Wayne Davison
1
-2
/
+2
2005-01-20
- Got rid of the uint64 typedef.
Wayne Davison
1
-13
/
+2
2005-01-19
Define the new DEL_* flags.
Wayne Davison
1
-0
/
+5
2005-01-17
- Incremented the PROTOCOL_VERSION to 29.
Wayne Davison
1
-12
/
+13
2005-01-15
Define FNAMECMP_BASIS_DIR_LOW and FNAMECMP_BASIS_DIR_HIGH instead of
Wayne Davison
1
-1
/
+3
2005-01-03
Moved kluged (conditional) define of lchown from rsync.h to syscall.c.
Wayne Davison
1
-7
/
+0
2005-01-01
Use an int32 for the each block-size variable.
Wayne Davison
1
-3
/
+3
2004-11-27
- Define MAX_BASIS_DIRS.
Wayne Davison
1
-1
/
+3
2004-11-03
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
1
-0
/
+5
2004-10-08
Handle systems where the makedev() macro is named mkdev().
Wayne Davison
1
-0
/
+3
2004-09-22
Added XFLG_DIRECTORY define.
Wayne Davison
1
-0
/
+1
2004-08-03
Decided that we don't need to limit the block size after all now
Wayne Davison
1
-2
/
+1
2004-08-03
- Added define for MAX_BLOCK_SIZE.
Wayne Davison
1
-1
/
+2
2004-07-29
Added the new --partial-dir option.
Wayne Davison
1
-0
/
+3
2004-07-22
Changed NO_INT64 to INT64_IS_OFF_T because off_t might actually be
Wayne Davison
1
-1
/
+1
2004-07-20
Added a def_window_size variable to struct map_struct.
Wayne Davison
1
-5
/
+3
2004-07-16
My version of Mark Curtis's --inplace option.
Wayne Davison
1
-1
/
+3
2004-07-07
Make the GID_NONE define a little safer.
Wayne Davison
1
-1
/
+1
2004-05-16
- Save some memory in each exclude_struct item by dumping the "include"
Wayne Davison
1
-3
/
+4
2004-05-13
Changed PERMS_SKIP_TIME to PERMS_SKIP_MTIME.
Wayne Davison
1
-2
/
+2
2004-05-13
Added PERMS_REPORT and PERMS_SKIP_TIME.
Wayne Davison
1
-0
/
+3
2004-05-08
Changed the order of the msgcode enum so that new items now get added
Wayne Davison
1
-3
/
+3
2004-05-02
Got rid of trailing comma in an enum.
Wayne Davison
1
-1
/
+1
2004-04-27
- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
Wayne Davison
1
-5
/
+1
2004-04-22
Added "debug_type" to the exclude_list_struct.
Wayne Davison
1
-0
/
+1
2004-04-17
The inode and dev values in the idev struct are now uint64.
Wayne Davison
1
-9
/
+7
2004-04-14
Added a "next" pointer to "exclude_struct" and added a new structure
Wayne Davison
1
-0
/
+6
2004-04-12
Replaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and ADD_EXCLUDE with
Wayne Davison
1
-5
/
+4
2004-04-12
- Got rid of DEV64_T and changed the internal device variables to dev_t.
Wayne Davison
1
-10
/
+5
2004-04-09
UNUSED() misbehaves on HP-UX, not AIX.
Wayne Davison
1
-1
/
+1
2004-04-09
AIX doesn't like our UNUSED() macro, so let's eliminate it for them.
Wayne Davison
1
-0
/
+4
2004-04-09
Changed sysmacros.h to sys/sysmacros.h.
Wayne Davison
1
-1
/
+1
2004-04-09
Use MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.
Wayne Davison
1
-1
/
+3
2004-04-09
Include <sys/mkdev.h> if it exists.
Wayne Davison
1
-0
/
+4
2004-03-06
Define S_IRUSR if it doesn't already exist.
Wayne Davison
1
-0
/
+4
2004-02-23
Allow the default (system) rsyncd.conf file to be specified via configure.
Wayne Davison
1
-1
/
+1
2004-02-11
Reordered the items inside the file_struct so that alignment padding
Wayne Davison
1
-6
/
+6
2004-02-10
Empty-line tweaks.
Wayne Davison
1
-1
/
+1
[prev]
[next]