| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Turned an sprintf() call into snprintf(). | Wayne Davison | 2006-10-13 | 1 | -3/+3 |
| | | |||||
| * | Changed strcpy() calls into strlcpy() calls, just to be extra safe. | Wayne Davison | 2006-10-13 | 1 | -2/+2 |
| | | |||||
| * | Updated the FSF's address to an even newer one. | Wayne Davison | 2006-04-25 | 1 | -3/+3 |
| | | |||||
| * | - Updated the address for the FSF in the opening comment. | Wayne Davison | 2006-04-25 | 1 | -16/+7 |
| | | | | | | | | - Standardized the format of the opening comment, including adding a brief description of what's in the file for those that lacked it. - Added some missing copyright lines. - Some minor whitespace tweaks (in a few of the files). | ||||
| * | Cast some time values to (int), just to silence some warnings on | Wayne Davison | 2005-09-21 | 1 | -6/+6 |
| | | | | | Stratus VOS. | ||||
| * | No need for conditional code around do_lstat() anymore. | Wayne Davison | 2005-01-19 | 1 | -8/+2 |
| | | |||||
| * | Don't call do_lstat() unless SUPPORT_LINKS is defined. | Wayne Davison | 2004-12-13 | 1 | -2/+8 |
| | | |||||
| * | Only output major/minor info for a character/block device, not for | Wayne Davison | 2004-09-23 | 1 | -1/+1 |
| | | | | | a FIFO or a socket. | ||||
| * | Whitespace tweaks. | Wayne Davison | 2004-05-15 | 1 | -10/+9 |
| | | |||||
| * | Silence compiler warnings on Solaris. | Wayne Davison | 2004-04-09 | 1 | -3/+5 |
| | | |||||
| * | Removed debug code. | Wayne Davison | 2004-04-09 | 1 | -4/+0 |
| | | |||||
| * | Added some test code to assist in the remote debugging of the build | Wayne Davison | 2004-04-09 | 1 | -0/+4 |
| | | | | | farm's Solaris machines. | ||||
| * | If we're listing a device, output the major and minor device numbers. | Wayne Davison | 2004-04-09 | 1 | -13/+14 |
| | | |||||
| * | Silence a compiler warning on Sun OS systems. | Wayne Davison | 2004-01-04 | 1 | -4/+3 |
| | | |||||
| * | Changed main() definition to avoid an extra prototype being put | Wayne Davison | 2003-09-10 | 1 | -1/+2 |
| | | | | | into the proto.h file. | ||||
| * | Declare preserve_perms for latest syscall.o. | Wayne Davison | 2003-01-21 | 1 | -0/+1 |
| | | |||||
| * | long int and signedness fix from Nelson Beebe | Martin Pool | 2002-04-09 | 1 | -2/+2 |
| | | |||||
| * | Clean up comments for Doxygen. | Martin Pool | 2002-04-08 | 1 | -4/+2 |
| | | |||||
| * | Must use STRUCT_STAT not "struct stat" to be compatible with other | Martin Pool | 2002-02-18 | 1 | -1/+1 |
| | | | | | rsync functions. | ||||
| * | Merge ChangeSet@1.12: tls now shows number of links to a file to aid in ↵ | Martin Pool | 2002-01-11 | 1 | -2/+3 |
| | | | | | testing -H | ||||
| * | Readlink(2) does not nul-terminate the output buffer, so we were | Martin Pool | 2001-12-14 | 1 | -1/+7 |
| | | | | | getting corrupt output when listing more than one symlink. | ||||
| * | const-cast required for silly UNICOS headers | Martin Pool | 2001-12-02 | 1 | -1/+2 |
| | | |||||
| * | Show symlink targets | Martin Pool | 2001-11-27 | 1 | -2/+7 |
| | | |||||
| * | mtime and ownership of symlinks can be random, so don't print them. | Martin Pool | 2001-11-27 | 1 | -16/+28 |
| | | |||||
| * | The size of anything but a regular file is probably not worth thinking | Martin Pool | 2001-11-27 | 1 | -3/+6 |
| | | | | | about. | ||||
| * | Also list permissions, ownership, size, and mtime. | Martin Pool | 2001-11-27 | 1 | -26/+41 |
| | | |||||
| * | Doc. | Martin Pool | 2001-09-07 | 1 | -3/+3 |
| | | |||||
| * | Add a little implementation of ls(1) so that we can look at all and | Martin Pool | 2001-09-07 | 1 | -0/+98 |
| only the attributes of files that rsync is meant to synchronize. | |||||
