summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* More backup improvements:Wayne Davison2009-04-111-29/+69
* Improved the unsafe_symlink() code to not get fooled by extra '/' charsWayne Davison2009-03-031-30/+25
* Update the copyright year.Wayne Davison2009-01-031-1/+1
* Change clean_fname() to keep "//" at the start for cygwin.Wayne Davison2008-11-151-3/+11
* Fixed a bunch of "warn_unused_result" compiler warnings.Wayne Davison2008-11-091-1/+4
* Moved the flist_ndx_{push,pop}() routines from io.c into util.c.Wayne Davison2008-09-261-0/+33
* Convey the cleaned-up module-path to the user in all cases.Wayne Davison2008-09-111-0/+28
* Split up the ifuncs.h file into 3 .h files.Wayne Davison2008-09-011-0/+2
* Output numbers in 3-digit groups by default (e.g. 1,234,567).Wayne Davison2008-09-011-17/+1
* Fixed a couple minor problems in util.c:Wayne Davison2008-08-011-3/+7
* Moving big_num() into lib/compat.c so tls.c can use it.Wayne Davison2008-07-171-43/+0
* Changed human_num() to big_num() with an extra arg so that it canWayne Davison2008-07-171-10/+10
* Added the --info=FLAGS an --debug=FLAGS options, which allowsWayne Davison2008-07-131-5/+4
* Fixed several issues with preserving xattrs when using --backup.Wayne Davison2008-05-171-0/+8
* Preserve the right errno value when trying adjunct functions duringWayne Davison2008-05-171-7/+28
* Fix a file-globbing bug in the daemon when chroot is on.Wayne Davison2008-04-111-1/+1
* Fixed a potential overflow issue with realloc() that Sebastian KrahmerWayne Davison2008-04-081-2/+5
* Improved the chdir() code:Wayne Davison2008-03-301-35/+19
* Don't send daemon-config filter-action messages back to the user.Wayne Davison2008-03-241-3/+3
* Made the filename arg-parsing code skip args that have excluded pathWayne Davison2008-03-221-14/+7
* Improved ENSURE_MEMSPACE() macro and use it in more places in glob code.Wayne Davison2008-03-221-13/+6
* Make glob_expand() return an indicator if the glob had no matches.Wayne Davison2008-03-211-7/+13
* A couple improvements to the new arg-globbing code:Wayne Davison2008-03-211-45/+52
* Changed the arg-globbing routine to use a custom arg-globbing algorithmWayne Davison2008-03-201-87/+146
* Some improvements to the file-name cleaning code:Wayne Davison2008-03-201-22/+28
* Changed the name of the server_filter_list to beWayne Davison2008-03-201-12/+11
* Fixed a bug in the truncating of daemon-excluded paths.Wayne Davison2008-03-201-5/+3
* Improved arg-path checking so that wildcards can't be used toWayne Davison2008-03-181-9/+38
* Include 2008 in the copyright years.Wayne Davison2008-03-011-1/+1
* A few minor changes, including better push_dir()/pop_dir() verbosity.Wayne Davison2008-02-151-2/+5
* One more fix in set_modtime() when we get ENOSYS on a symlink.Wayne Davison2008-02-101-2/+2
* Some minor tweaking to name_to_uid() and name_to_gid().Wayne Davison2007-12-291-14/+10
* Only ignore ENOSYS error from lutimes().Wayne Davison2007-12-161-2/+3
* Make push_dir() output where we are when verbosity is high.Wayne Davison2007-12-151-0/+3
* New logging categories added to allow differentiation betweenWayne Davison2007-11-221-8/+8
* Got rid of the unused symlink parameter to sanitize_path().Wayne Davison2007-11-201-28/+5
* The HAVE_UTIMBUF define changed to HAVE_STRUCT_UTIMBUF.Wayne Davison2007-11-021-1/+1
* Changed clean_fname() to take a flag int instead of a BOOL. AddedWayne Davison2007-10-311-10/+19
* My version of Matt's cleanup patch from bug 5051. This makesWayne Davison2007-10-291-14/+17
* Added an option to copy_file() that tells it to try to make aWayne Davison2007-09-231-6/+6
* Moved inline functions from rsync.h into ifuncs.h.Wayne Davison2007-09-221-0/+1
* Changed print_child_argv() to take its prefix message as an arg.Wayne Davison2007-09-161-3/+3
* - Made glob_expand_one() public.Wayne Davison2007-09-091-18/+18
* Tweaked _new_array() to handle new use_calloc parameter.Wayne Davison2007-09-031-2/+2
* Tweaking the license text a bit more.Wayne Davison2007-07-101-2/+3
* Switching to GPL 3.Wayne Davison2007-07-071-3/+2
* Use module_dir instead of lp_path().Wayne Davison2007-07-021-3/+6
* The ACL support has arrived! This version has a brand new protocolWayne Davison2007-03-111-0/+28
* Further modifications to the copyright comment section.Wayne Davison2007-02-041-4/+3
* Got rid of an incorrect comment.Wayne Davison2006-11-281-1/+0