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
2005-03-09
When itemizing, we now set ITEM_LOCAL_CHANGE and ITEM_XNAME_FOLLOWS.
Wayne Davison
1
-3
/
+5
2005-03-05
- Changed hlink_list[] to store file-list indexes instead of
Wayne Davison
1
-73
/
+90
2005-02-27
Added 2 args to do_hard_links() so that it can call maybe_send_keepalive().
Wayne Davison
1
-1
/
+3
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-5
/
+5
2005-02-13
Improved the call to f_name_cmp().
Wayne Davison
1
-1
/
+1
2005-02-07
Fixed a typo.
Wayne Davison
1
-1
/
+1
2005-02-07
Added missing calls to safe_fname() and full_fname().
Wayne Davison
1
-3
/
+3
2005-02-03
In hlink_compare(), call f_name_cmp() directly instead of using
Wayne Davison
1
-1
/
+1
2004-07-12
Made hard_link_check() compile when SUPPORT_HARD_LINKS isn't enabled.
Wayne Davison
1
-0
/
+2
2004-06-11
Call link_stat() with its new arg (for --keep-dirlinks support).
Wayne Davison
1
-2
/
+2
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-6
/
+5
2004-03-26
Fixed a crash bug when hlink_list is NULL and a link_u.links
Wayne Davison
1
-1
/
+1
2004-02-11
If --backup was specified, the links we remove are backed up.
Wayne Davison
1
-3
/
+7
2004-02-10
Make idev, hlink and file_struct + strings use allocation
J.W. Schultz
1
-2
/
+21
2004-02-03
correct sizeof usage.
J.W. Schultz
1
-9
/
+9
2004-02-02
Don't free link_u.idev.
Wayne Davison
1
-1
/
+0
2004-02-02
Free the hlink data again.
Wayne Davison
1
-0
/
+1
2004-02-02
Don't free the hlink data (it is not separately allocated anymore).
Wayne Davison
1
-1
/
+0
2004-01-27
Fixed a comment.
Wayne Davison
1
-1
/
+1
2004-01-25
We now link the hard-linked flist entries into a circular list, mark
Wayne Davison
1
-9
/
+26
2004-01-22
Use the new f_name_to() calling syntax.
Wayne Davison
1
-4
/
+3
2004-01-12
Updated to perform a much more efficient hlink algorithm that doesn't
Wayne Davison
1
-84
/
+74
2004-01-11
Updated a questioning comment.
Wayne Davison
1
-2
/
+3
2004-01-11
Use the new dev+inode union in the flist_struct.
Wayne Davison
1
-10
/
+10
2004-01-08
Optimized the sending of dev+inode data for hard-linking support
Wayne Davison
1
-2
/
+2
2004-01-08
- No need to check S_ISREG() on files already in the hlink_list.
Wayne Davison
1
-18
/
+10
2004-01-07
Change hlink_list so we only have a list of pointers to
J.W. Schultz
1
-24
/
+36
2004-01-02
Optimized hard_link_one() to not call f_name() so many times.
Wayne Davison
1
-19
/
+13
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-3
/
+1
2002-03-25
Doc
Martin Pool
1
-0
/
+2
2002-03-25
Hm, strange off-by-one bug.
Martin Pool
1
-1
/
+1
2002-03-25
If we discover a hardlink with -vv say what it's a link to.
Martin Pool
1
-1
/
+6
2002-01-23
Doc.
Martin Pool
1
-2
/
+7
2002-01-11
Autoindent
Martin Pool
1
-66
/
+84
1999-03-11
When a file cannot be deleted because of ETXTBSY (in particular, when an
David Dykstra
1
-1
/
+1
1998-06-18
for consistency use memcpy/memset everywhere instead of bcopy/bzero
Andrew Tridgell
1
-1
/
+1
1998-05-07
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1
-4
/
+3
1998-05-06
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1
-1
/
+1
1998-04-13
a few code cleanups
Andrew Tridgell
1
-38
/
+46
1998-04-05
fixed a bug in the hlink code - it wasn't taking account of the new
Andrew Tridgell
1
-12
/
+12
1998-03-23
added wrappers around all the system calls that can change what is on
Andrew Tridgell
1
-3
/
+3
1998-03-23
finished 64 bit file offset support. Hopefully rsync can now transfer
Andrew Tridgell
1
-3
/
+3
1998-03-23
a large change to make rsync much more memory efficient. This is done
Andrew Tridgell
1
-12
/
+12
1998-01-01
*** empty log message ***
Andrew Tridgell
1
-1
/
+4
1997-12-28
- fixed spelling errors in man page
Andrew Tridgell
1
-7
/
+7
1997-12-17
*** empty log message ***
Andrew Tridgell
1
-2
/
+2
1997-12-16
- fixed the "write exception" error. I was resetting got_select at the
Andrew Tridgell
1
-6
/
+12
1997-12-15
- fixed an off by 1 bug in the hard link support
Andrew Tridgell
1
-1
/
+1
1996-10-01
- detect presence of remsh and use it instead of rsh
Andrew Tridgell
1
-3
/
+5
1996-06-30
- hard links
Andrew Tridgell
1
-0
/
+138