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
/
hlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-03
Improved the backup code:
Wayne Davison
1
-4
/
+4
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
2009-01-03
Added init_stat_x() to avoid duplication of acl/xattr init code.
Wayne Davison
1
-12
/
+3
2008-09-24
Initialize xattr data in a couple spots in the hlink code, which avoids
Wayne Davison
1
-4
/
+33
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
-1
/
+2
2008-08-14
Changed flist_for_ndx() to optionally die with an error
Wayne Davison
1
-13
/
+4
2008-08-08
Make sure that the hlink node->data allocation doesn't fail.
Wayne Davison
1
-1
/
+2
2008-07-20
Include the array-size in array externs so that IBM's code-checker
Wayne Davison
1
-1
/
+1
2008-07-20
Fixed a bug in match_hard_links() where an empty directory would try
Wayne Davison
1
-1
/
+1
2008-07-20
A few more HLINK debug messages.
Wayne Davison
1
-2
/
+23
2008-07-18
Improved the hard-link logging.
Wayne Davison
1
-3
/
+3
2008-07-17
Added some HLINK debugging output and enabled it for hardlink tests.
Wayne Davison
1
-1
/
+7
2008-07-13
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
1
-6
/
+5
2008-04-28
- Changed prev_name into a buffer so that there is no chance that its
Wayne Davison
1
-5
/
+12
2008-04-27
Fixed a crash if a non-incremental-recursion transfer has a
Wayne Davison
1
-1
/
+2
2008-03-26
Fixed the discovery of a prior finished hard-link when the entry
Wayne Davison
1
-18
/
+14
2008-03-16
Fixed hard-linking when some of the files can get skipped. This adds
Wayne Davison
1
-16
/
+74
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2008-02-06
Fixed return code from hard_link_one() when not verbose.
Wayne Davison
1
-1
/
+1
2007-12-31
Some minor tweaks:
Wayne Davison
1
-5
/
+5
2007-11-29
Don't try to process hard-link data in list-only mode.
Wayne Davison
1
-12
/
+15
2007-11-22
New logging categories added to allow differentiation between
Wayne Davison
1
-4
/
+4
2007-11-06
Some changes to allow an unsorted file list even if the iconv option
Wayne Davison
1
-9
/
+3
2007-10-21
Make last fix even better.
Wayne Davison
1
-3
/
+3
2007-10-21
Avoid dropping a hard-linked itemized output with -ii.
Wayne Davison
1
-1
/
+2
2007-09-23
Changed "statx" to "stat_x" to try to work around a build problem on AIX.
Wayne Davison
1
-4
/
+4
2007-09-10
- Simplified the flist-spanning gnum logic in match_gnums().
Wayne Davison
1
-36
/
+44
2007-09-04
If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that any
Wayne Davison
1
-0
/
+3
2007-09-03
Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison
1
-56
/
+139
2007-09-03
Removed the old version of the hashtable functions and updated
Wayne Davison
1
-131
/
+12
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Changed "count" to "used" in struct file_list since there can
Wayne Davison
1
-2
/
+2
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-05-22
Added a comment to a shared iterator to avoid a warning from IBM's checker.
Wayne Davison
1
-1
/
+1
2007-04-26
The --iconv option has now made it to the trunk.
Wayne Davison
1
-10
/
+19
2007-03-11
The ACL support has arrived! This version has a brand new protocol
Wayne Davison
1
-19
/
+49
2007-02-04
Further modifications to the copyright comment section.
Wayne Davison
1
-4
/
+3
2006-12-28
A few minor tweaks to handle the newest variable names.
Wayne Davison
1
-7
/
+7
2006-12-17
A few more minor tweaks.
Wayne Davison
1
-8
/
+7
2006-12-17
Got rid of the code that sorted based on struct idev objects since
Wayne Davison
1
-71
/
+6
2006-12-15
Added a simple hashtable routine for hashing st_dev and st_ino info
Wayne Davison
1
-25
/
+240
2006-12-09
- Revamped the hard-link algorithm to save memory.
Wayne Davison
1
-189
/
+193
2006-12-07
- Use renamed hard-link defines: F_HL_IDEV() and F_HL_LIST().
Wayne Davison
1
-11
/
+11
2006-12-06
- Make some char* pointers const.
Wayne Davison
1
-26
/
+15
2006-12-05
Use the latest F_*() accessors.
Wayne Davison
1
-3
/
+2
2006-12-04
Use new send_msg_int() function.
Wayne Davison
1
-12
/
+6
2006-12-03
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
1
-46
/
+63
2006-11-19
Added "const" to appropriate char pointers.
Wayne Davison
1
-2
/
+1
2006-10-17
Make sure the new link_dest_used value gets zeroed on init.
Wayne Davison
1
-0
/
+2
[next]