Wayne Davison
|
f69204adad
|
Changed main() definition to avoid an extra prototype being put
into the proto.h file.
|
2003-09-10 08:27:34 +00:00 |
|
Wayne Davison
|
522c05cf9a
|
Declare preserve_perms for latest syscall.o.
|
2003-01-21 01:35:23 +00:00 |
|
Martin Pool
|
e35080cede
|
long int and signedness fix from Nelson Beebe
|
2002-04-09 06:11:06 +00:00 |
|
Martin Pool
|
ac13ad106a
|
Clean up comments for Doxygen.
|
2002-04-08 03:03:04 +00:00 |
|
Martin Pool
|
d0f821ad3d
|
Must use STRUCT_STAT not "struct stat" to be compatible with other
rsync functions.
|
2002-02-18 22:49:00 +00:00 |
|
Martin Pool
|
ea1438dad8
|
Merge ChangeSet@1.12: tls now shows number of links to a file to aid in testing -H
|
2002-01-11 07:09:22 +00:00 |
|
Martin Pool
|
0771727d41
|
Readlink(2) does not nul-terminate the output buffer, so we were
getting corrupt output when listing more than one symlink.
|
2001-12-14 01:48:48 +00:00 |
|
Martin Pool
|
acf1af0cd9
|
const-cast required for silly UNICOS headers
|
2001-12-02 12:37:48 +00:00 |
|
Martin Pool
|
1336e41460
|
Show symlink targets
|
2001-11-27 07:56:33 +00:00 |
|
Martin Pool
|
dd0700b025
|
mtime and ownership of symlinks can be random, so don't print them.
|
2001-11-27 07:54:03 +00:00 |
|
Martin Pool
|
2d4c8e5945
|
The size of anything but a regular file is probably not worth thinking
about.
|
2001-11-27 07:07:36 +00:00 |
|
Martin Pool
|
4ed886ae6e
|
Also list permissions, ownership, size, and mtime.
|
2001-11-27 06:45:47 +00:00 |
|
Martin Pool
|
f7ca98bdc4
|
Doc.
|
2001-09-07 07:57:10 +00:00 |
|
Martin Pool
|
f22ee86517
|
Add a little implementation of ls(1) so that we can look at all and
only the attributes of files that rsync is meant to synchronize.
|
2001-09-07 07:52:09 +00:00 |
|