summaryrefslogtreecommitdiff
path: root/hlink.c
Commit message (Expand)AuthorAgeFilesLines
* DocMartin Pool2002-03-251-0/+2
* Hm, strange off-by-one bug.Martin Pool2002-03-251-1/+1
* If we discover a hardlink with -vv say what it's a link to.Martin Pool2002-03-251-1/+6
* Doc.Martin Pool2002-01-231-2/+7
* AutoindentMartin Pool2002-01-111-66/+84
* When a file cannot be deleted because of ETXTBSY (in particular, when anDavid Dykstra1999-03-111-1/+1
* for consistency use memcpy/memset everywhere instead of bcopy/bzeroAndrew Tridgell1998-06-181-1/+1
* some large systematic changes to make socket conversion easier. TheAndrew Tridgell1998-05-071-4/+3
* added support for 64 bit file offsets under Solaris 2.6. Not testedAndrew Tridgell1998-05-061-1/+1
* a few code cleanupsAndrew Tridgell1998-04-131-38/+46
* fixed a bug in the hlink code - it wasn't taking account of the newAndrew Tridgell1998-04-051-12/+12
* added wrappers around all the system calls that can change what is onAndrew Tridgell1998-03-231-3/+3
* finished 64 bit file offset support. Hopefully rsync can now transferAndrew Tridgell1998-03-231-3/+3
* a large change to make rsync much more memory efficient. This is doneAndrew Tridgell1998-03-231-12/+12
* *** empty log message ***Andrew Tridgell1998-01-011-1/+4
* - fixed spelling errors in man pageAndrew Tridgell1997-12-281-7/+7
* *** empty log message ***Andrew Tridgell1997-12-171-2/+2
* - fixed the "write exception" error. I was resetting got_select at theAndrew Tridgell1997-12-161-6/+12
* - fixed an off by 1 bug in the hard link supportAndrew Tridgell1997-12-151-1/+1
* - detect presence of remsh and use it instead of rshAndrew Tridgell1996-10-011-3/+5
* - hard linksAndrew Tridgell1996-06-301-0/+138