summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Remove unused var.Wayne Davison2013-09-281-1/+0
* Set number_separator the first time it gets used.Wayne Davison2013-06-111-7/+0
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Check if sender file changed before allowing a remove.Wayne Davison2011-06-181-8/+0
* Add support for transferring & setting nsec time values.Wayne Davison2009-09-071-3/+25
* Have --fake-super turn a symlink into a file whenWayne Davison2009-09-021-2/+3
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-1/+9
* Use big_num() in a few more places.Wayne Davison2008-07-171-2/+2
* Added options to tls.c to allow us to ask for mtime and ownership infoWayne Davison2008-05-061-3/+11
* Have configure check to see if /usr/include/popt/popt.h is aroundWayne Davison2008-03-141-1/+1
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* Make do_chmod() report an error with -E.Wayne Davison2008-01-251-0/+1
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-17/+6
* Added some stub functions for compilers not smart enough to get ridWayne Davison2007-09-221-0/+16
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Martin gave his approval to use GPLv3 with this code.Wayne Davison2007-07-091-1/+1
* Conditionalize xattr code for systems without xattr support.Wayne Davison2007-04-241-0/+10
* Improved the usage message.Wayne Davison2007-04-241-2/+2
* Added arg-parsing to tls.c.Wayne Davison2007-04-241-8/+42
* Adding the --fake-super option.Wayne Davison2007-04-241-2/+56
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+4
* Fix usage message.Wayne Davison2006-12-261-1/+1
* Turned an sprintf() call into snprintf().Wayne Davison2006-10-131-3/+3
* Changed strcpy() calls into strlcpy() calls, just to be extra safe.Wayne Davison2006-10-131-2/+2
* Updated the FSF's address to an even newer one.Wayne Davison2006-04-251-3/+3
* - Updated the address for the FSF in the opening comment.Wayne Davison2006-04-251-16/+7
* Cast some time values to (int), just to silence some warnings onWayne Davison2005-09-211-6/+6
* No need for conditional code around do_lstat() anymore.Wayne Davison2005-01-191-8/+2
* Don't call do_lstat() unless SUPPORT_LINKS is defined.Wayne Davison2004-12-131-2/+8
* Only output major/minor info for a character/block device, not forWayne Davison2004-09-231-1/+1
* Whitespace tweaks.Wayne Davison2004-05-151-10/+9
* Silence compiler warnings on Solaris.Wayne Davison2004-04-091-3/+5
* Removed debug code.Wayne Davison2004-04-091-4/+0
* Added some test code to assist in the remote debugging of the buildWayne Davison2004-04-091-0/+4
* If we're listing a device, output the major and minor device numbers.Wayne Davison2004-04-091-13/+14
* Silence a compiler warning on Sun OS systems.Wayne Davison2004-01-041-4/+3
* Changed main() definition to avoid an extra prototype being putWayne Davison2003-09-101-1/+2
* Declare preserve_perms for latest syscall.o.Wayne Davison2003-01-211-0/+1
* long int and signedness fix from Nelson BeebeMartin Pool2002-04-091-2/+2
* Clean up comments for Doxygen.Martin Pool2002-04-081-4/+2
* Must use STRUCT_STAT not "struct stat" to be compatible with otherMartin Pool2002-02-181-1/+1
* Merge ChangeSet@1.12: tls now shows number of links to a file to aid in testi...Martin Pool2002-01-111-2/+3
* Readlink(2) does not nul-terminate the output buffer, so we wereMartin Pool2001-12-141-1/+7
* const-cast required for silly UNICOS headersMartin Pool2001-12-021-1/+2
* Show symlink targetsMartin Pool2001-11-271-2/+7
* mtime and ownership of symlinks can be random, so don't print them.Martin Pool2001-11-271-16/+28
* The size of anything but a regular file is probably not worth thinkingMartin Pool2001-11-271-3/+6
* Also list permissions, ownership, size, and mtime.Martin Pool2001-11-271-26/+41