More tweaks for Actions.
[rsync.git] / util.c
2021-02-25 Wayne DavisonRename util.c to util1.c
2020-07-27 Wayne DavisonReplace a couple calloc() calls with new_array0().
2020-07-13 Wayne DavisonCheck for overflow the right way.
2020-06-26 Wayne DavisonSome memory allocation improvements
2020-06-25 Wayne DavisonTweak alloc args to size_t w/proper realloc order.
2020-06-14 Wayne DavisonSome indentation fixes.
2020-06-13 Wayne DavisonFix overzealous setting of mtime & tweak time comparisons
2020-06-04 Wayne DavisonFix change_dir() leaving appended slash in curr_dir...
2020-05-29 Wayne DavisonSilence gcc7.1 warnings about snprintf().
2020-04-30 Wayne DavisonA resumed partial-dir file is transferred in-place.
2020-04-26 Wayne DavisonChange do_setattrlist_times() to use an stp arg.
2020-04-23 Wayne DavisonAdded --atimes and --set-noatime options.
2020-04-16 Wayne DavisonSpelling fixes from a Fossies run done by Jens.
2020-04-09 Wayne DavisonSet Copyright years and make them easier to update
2020-04-06 Wayne DavisonTweak some indentation.
2019-03-16 Wayne DavisonTweak the copyright year.
2019-01-15 Wayne DavisonAvoid leaving a file open on error return.
2019-01-08 Wayne DavisonMake sure that some memory zeroing always happens.
2019-01-04 Wayne DavisonSilence fall-through warnings.
2018-01-15 Wayne DavisonTweak copyright date.
2017-10-29 Wayne DavisonDon't overflow an allocated dest buf when input path...
2017-08-31 Wayne DavisonAdd nanosecond mtime support for Mac OS X.
2016-10-10 Wayne DavisonSupport --sparse combined with --preallocate or --inplace.
2016-04-17 Wayne DavisonSupport only splitting users/groups on commas.
2016-01-24 Wayne DavisonAdd support for comparing nanoseconds on the receiver.
2015-12-21 Wayne DavisonImprove the comment a bit more.
2015-12-18 Wayne DavisonDocument expand_item_list's args & make sure incr=...
2015-08-24 Wayne DavisonChange daemon's gid list to use an "item_list".
2015-08-24 Wayne DavisonImprove make_path() error return for non-dir element.
2015-08-08 Wayne DavisonUpdate the copyright year.
2014-06-16 Wayne DavisonMake sure cmp_time() doesn't mess up due to a time_t...
2014-04-13 Wayne DavisonReceiver now rejects invalid filenames in filelist.
2014-01-26 Wayne DavisonBump the year to 2014.
2013-12-23 Wayne DavisonFix a few issues with make_path().
2013-06-11 Wayne DavisonMove some code from util.c to util2.c and add sum_as_hex().
2013-06-02 Wayne DavisonFix module-name splitting with --protect-args.
2013-05-19 Wayne DavisonFix msleep() if time goes backwards. Fixes bug 9789.
2013-01-19 Wayne DavisonUpdate copyright year.
2012-10-07 Wayne DavisonFix bogus "vanished file" with "./" prefixes.
2011-10-08 Wayne DavisonTest asprintf() failure with < 0, not <= 0.
2011-10-08 Wayne DavisonLet's cast getpid() to an int instead of a long for...
2011-05-07 Wayne DavisonMention the number of child args.
2011-04-22 Wayne DavisonAvoid adding a slash to path '/'.
2011-04-05 Wayne DavisonApplying the preallocate patch.
2010-08-26 Wayne DavisonMove time setting to syscall.c and add syscall fallback.
2010-08-26 Wayne DavisonAdd --omit-link-times and use CAN_SET_SYMLINK_TIMES...
2010-08-21 Wayne DavisonAvoid a non-writable-by-the-user file when copying...
2010-04-30 Wayne DavisonMay as well use do_mkdir() directly these days.
2010-04-24 Matt McCutchenDon't set the umask to 0 any more: it's ugly and pointless.
2009-12-12 Wayne DavisonThis should fix another checker warning.
2009-10-20 Wayne DavisonMoved a few group-related functions with some minor...
2009-09-07 Wayne DavisonAdd support for transferring & setting nsec time values.
2009-09-07 Wayne DavisonAlways use lutimes() if it is available.
2009-05-23 Wayne DavisonUse typedefs for the filter structures.
2009-05-07 Wayne DavisonEnhance name_to_{u,g}id() to optionally parse numbers...
2009-04-11 Wayne DavisonMore backup improvements:
2009-03-03 Wayne DavisonImproved the unsafe_symlink() code to not get fooled...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-11-15 Wayne DavisonChange clean_fname() to keep "//" at the start for...
2008-11-10 Wayne DavisonFixed a bunch of "warn_unused_result" compiler warnings.
2008-09-27 Wayne DavisonMoved the flist_ndx_{push,pop}() routines from io.c...
2008-09-11 Wayne DavisonConvey the cleaned-up module-path to the user in all...
2008-09-02 Wayne DavisonSplit up the ifuncs.h file into 3 .h files.
2008-09-01 Wayne DavisonOutput numbers in 3-digit groups by default (e.g. 1...
2008-08-02 Wayne DavisonFixed a couple minor problems in util.c:
2008-07-17 Wayne DavisonMoving big_num() into lib/compat.c so tls.c can use it.
2008-07-17 Wayne DavisonChanged human_num() to big_num() with an extra arg...
2008-07-14 Wayne DavisonAdded the --info=FLAGS an --debug=FLAGS options, which...
2008-05-17 Wayne DavisonFixed several issues with preserving xattrs when using...
2008-05-17 Wayne DavisonPreserve the right errno value when trying adjunct...
2008-04-12 Wayne DavisonFix a file-globbing bug in the daemon when chroot is on.
2008-04-08 Wayne DavisonFixed a potential overflow issue with realloc() that...
2008-03-30 Wayne DavisonImproved the chdir() code:
2008-03-24 Wayne DavisonDon't send daemon-config filter-action messages back...
2008-03-22 Wayne DavisonMade the filename arg-parsing code skip args that have...
2008-03-22 Wayne DavisonImproved ENSURE_MEMSPACE() macro and use it in more...
2008-03-21 Wayne DavisonMake glob_expand() return an indicator if the glob...
2008-03-21 Wayne DavisonA couple improvements to the new arg-globbing code:
2008-03-21 Wayne DavisonChanged the arg-globbing routine to use a custom arg...
2008-03-21 Wayne DavisonSome improvements to the file-name cleaning code:
2008-03-20 Wayne DavisonChanged the name of the server_filter_list to be
2008-03-20 Wayne DavisonFixed a bug in the truncating of daemon-excluded paths.
2008-03-18 Wayne DavisonImproved arg-path checking so that wildcards can't...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-16 Wayne DavisonA few minor changes, including better push_dir()/pop_di...
2008-02-10 Wayne DavisonOne more fix in set_modtime() when we get ENOSYS on...
2007-12-30 Wayne DavisonSome minor tweaking to name_to_uid() and name_to_gid().
2007-12-17 Wayne DavisonOnly ignore ENOSYS error from lutimes().
2007-12-15 Wayne DavisonMake push_dir() output where we are when verbosity...
2007-11-22 Wayne DavisonNew logging categories added to allow differentiation...
2007-11-21 Wayne DavisonGot rid of the unused symlink parameter to sanitize_path().
2007-11-02 Wayne DavisonThe HAVE_UTIMBUF define changed to HAVE_STRUCT_UTIMBUF.
2007-10-31 Wayne DavisonChanged clean_fname() to take a flag int instead of...
2007-10-29 Wayne DavisonMy version of Matt's cleanup patch from bug 5051. ...
2007-09-23 Wayne DavisonAdded an option to copy_file() that tells it to try...
2007-09-22 Wayne DavisonMoved inline functions from rsync.h into ifuncs.h.
2007-09-16 Wayne DavisonChanged print_child_argv() to take its prefix message...
2007-09-09 Wayne Davison- Made glob_expand_one() public.
2007-09-03 Wayne DavisonTweaked _new_array() to handle new use_calloc parameter.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
next