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