summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.4pre2v3.2.4pre2Wayne Davison2022-01-151-1/+1
* Preparing for release of 3.2.4pre1v3.2.4pre1Wayne Davison2022-01-021-1/+1
* Support --crtimes on Cygwin.Wayne Davison2021-07-081-1/+1
* Make gcc die on init overflow of an array.Wayne Davison2020-09-291-1/+2
* Add --crtimes option.Wayne Davison2020-07-221-2/+25
* Some indentation fixes.Wayne Davison2020-06-131-7/+3
* Some var cleanup; move test-util vars into t_stub.c.Wayne Davison2020-04-261-5/+0
* Update a few more copyright years.Wayne Davison2020-04-251-1/+1
* Change --set-notime to --open-noatime.Wayne Davison2020-04-231-1/+1
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-29/+47
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Silence fall-through warnings.Wayne Davison2019-01-041-1/+1
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-101-0/+2
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* 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