summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Some memory allocation improvementsWayne Davison2020-06-251-25/+13
* Tweak alloc args to size_t w/proper realloc order.Wayne Davison2020-06-241-1/+1
* Some indentation fixes.Wayne Davison2020-06-131-9/+4
* Fix overzealous setting of mtime & tweak time comparisonsWayne Davison2020-06-131-23/+10
* Fix change_dir() leaving appended slash in curr_dir on failure.Wayne Davison2020-06-041-0/+2
* Silence gcc7.1 warnings about snprintf().Wayne Davison2020-05-291-2/+2
* A resumed partial-dir file is transferred in-place.Wayne Davison2020-04-291-0/+5
* Change do_setattrlist_times() to use an stp arg.Wayne Davison2020-04-251-1/+1
* Added --atimes and --set-noatime options.Wayne Davison2020-04-231-19/+16
* Spelling fixes from a Fossies run done by Jens.Wayne Davison2020-04-151-1/+1
* Set Copyright years and make them easier to updateWayne Davison2020-04-091-1/+1
* Tweak some indentation.Wayne Davison2020-04-051-5/+5
* Tweak the copyright year.Wayne Davison2019-03-161-1/+1
* Avoid leaving a file open on error return.Wayne Davison2019-01-151-0/+1
* Make sure that some memory zeroing always happens.Wayne Davison2019-01-081-0/+8
* Silence fall-through warnings.Wayne Davison2019-01-041-4/+0
* Tweak copyright date.Wayne Davison2018-01-141-1/+1
* Don't overflow an allocated dest buf when input path is empty.Wayne Davison2017-10-291-4/+4
* Add nanosecond mtime support for Mac OS X.Wayne Davison2017-08-311-0/+10
* Support --sparse combined with --preallocate or --inplace.Wayne Davison2016-10-101-13/+4
* Support only splitting users/groups on commas.Wayne Davison2016-04-171-0/+35
* Add support for comparing nanoseconds on the receiver.Wayne Davison2016-01-241-6/+11
* Improve the comment a bit more.Wayne Davison2015-12-211-0/+2
* Document expand_item_list's args & make sure incr==0 works OK.Wayne Davison2015-12-181-2/+10
* Change daemon's gid list to use an "item_list".Wayne Davison2015-08-241-1/+1
* Improve make_path() error return for non-dir element.Wayne Davison2015-08-231-2/+4
* Update the copyright year.Wayne Davison2015-08-081-1/+1
* Make sure cmp_time() doesn't mess up due to a time_t overflow.Wayne Davison2014-06-151-7/+8
* Receiver now rejects invalid filenames in filelist.Wayne Davison2014-04-131-4/+10
* Bump the year to 2014.Wayne Davison2014-01-261-1/+1
* Fix a few issues with make_path().Wayne Davison2013-12-231-4/+18
* Move some code from util.c to util2.c and add sum_as_hex().Wayne Davison2013-06-111-60/+0
* Fix module-name splitting with --protect-args.Wayne Davison2013-06-021-0/+6
* Fix msleep() if time goes backwards. Fixes bug 9789.Wayne Davison2013-05-191-0/+2
* Update copyright year.Wayne Davison2013-01-191-1/+1
* Fix bogus "vanished file" with "./" prefixes.Wayne Davison2012-10-071-3/+5
* Test asprintf() failure with < 0, not <= 0.Wayne Davison2011-10-081-2/+2
* Let's cast getpid() to an int instead of a long for snprintf().Wayne Davison2011-10-081-3/+5
* Mention the number of child args.Wayne Davison2011-05-071-1/+3
* Avoid adding a slash to path '/'.Wayne Davison2011-04-221-2/+3
* Applying the preallocate patch.Wayne Davison2011-04-041-0/+36
* Move time setting to syscall.c and add syscall fallback.Wayne Davison2010-08-261-35/+42
* Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.Wayne Davison2010-08-261-9/+4
* Avoid a non-writable-by-the-user file when copying xattrs.Wayne Davison2010-08-211-0/+5
* May as well use do_mkdir() directly these days.Wayne Davison2010-04-301-7/+0
* Don't set the umask to 0 any more: it's ugly and pointless.Matt McCutchen2010-04-241-15/+3
* This should fix another checker warning.Wayne Davison2009-12-121-2/+2
* Moved a few group-related functions with some minor tweaks;Wayne Davison2009-10-201-32/+0
* Add support for transferring & setting nsec time values.Wayne Davison2009-09-071-3/+12
* Always use lutimes() if it is available.Wayne Davison2009-09-071-8/+7