summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Restore the old include behavior where a command-line include couldWayne Davison2004-04-221-1/+1
* No need to pass a debug string to check_exclude() anymore.Wayne Davison2004-04-221-2/+1
* Fixed alloc_sanitize_path()'s handling of a rootdir == "/" (the oldWayne Davison2004-04-171-5/+11
* Updated the exclude-list code to handle the new linked-listWayne Davison2004-04-141-3/+3
* Added a description arg to check_exclude().Wayne Davison2004-04-141-1/+2
* Added alloc_sanitize_path().Wayne Davison2004-03-271-0/+28
* Moved the EXDEV handling into robust_rename().Wayne Davison2004-02-171-10/+25
* Made a couple comments a little clearer.Wayne Davison2004-02-071-5/+5
* Fixed a dropped '-'.Wayne Davison2004-02-041-1/+1
* Some indentation fixes and the removal of some superfluous parens.Wayne Davison2004-02-031-36/+39
* Modified sizeof usage and eliminated trailing whitespace.Wayne Davison2004-02-031-31/+30
* Use "%H:%M:%S" instead of "%T" in strftime() call since it looks to beWayne Davison2004-02-021-1/+1
* Improved a couple comments.Wayne Davison2004-01-211-3/+7
* - Changed push_dir() to not take a "save" arg and to return 1 or 0Wayne Davison2004-01-201-23/+27
* Added stringjoin() and pathjoin().Wayne Davison2004-01-201-0/+52
* No need to conditionally-compile EINTR code -- no other files do this.Wayne Davison2004-01-021-7/+1
* Merged in the security fixes from 2.5.7.Wayne Davison2003-12-061-7/+20
* Added a new function, full_fname(), that makes a filename more completeWayne Davison2003-09-111-0/+46
* Modified the glob_expand_one() function to check the args against theWayne Davison2003-07-011-15/+36
* Optimized unsafe_symlink() to avoid malloc/free calls.Wayne Davison2003-01-191-24/+17
* Make unsafe_symlink() take const args so that we don't get anyWayne Davison2003-01-151-5/+5
* Try to fix ctype issues by always calling these functions asMartin Pool2002-04-111-2/+2
* Correction from Nelson Beebe: argument to functions such as isspace()Martin Pool2002-04-091-1/+2
* Doc.Martin Pool2002-04-081-3/+14
* Doc.Martin Pool2002-04-081-17/+18
* Split code out into separate files and remove some global variables toMartin Pool2002-04-081-256/+37
* Rearrange code slightly to avoid util.c depending on main.c.Martin Pool2002-04-081-4/+5
* Document unsafe_symlink().Martin Pool2002-04-081-0/+12
* Clean up comments for Doxygen.Martin Pool2002-04-081-71/+106
* Patch from Paul Haas:Martin Pool2002-03-201-6/+26
* If we've finished transferring a file, show the time taken; otherwiseMartin Pool2002-03-151-1/+8
* print_child_argv can be static.Martin Pool2002-02-231-1/+1
* Add -vvv trace statement to set_modtime to help with Debian bugMartin Pool2002-02-181-2/+10
* Remove the "rsync:" prefixes on FINFO messages. Return the "building fileDavid Dykstra2002-02-071-1/+1
* Only print the command used to open connections with -vv, not just -v.Martin Pool2002-02-051-1/+1
* More signedness fixes; should be harmless.Martin Pool2002-01-251-1/+1
* Show command used to start connection child.Martin Pool2002-01-241-0/+24
* indent -kr -i8Martin Pool2002-01-241-49/+49
* Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batchMartin Pool2002-01-231-4/+1
* Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --Martin Pool2002-01-231-3/+3
* Remove unused variable.Martin Pool2002-01-151-2/+2
* Fix FP usage.Martin Pool2001-12-021-2/+2
* Oops, units bug.Martin Pool2001-12-021-1/+1
* Show time-remaining as hh:mm:ss.Martin Pool2001-12-021-11/+6
* Improved estimation algorithm for time-to-complete.Martin Pool2001-12-021-2/+4
* Also estimate time remaining.Martin Pool2001-12-021-5/+15
* Progress indicator now shows estimated rate of transfer (e.g. kB/s).Martin Pool2001-12-021-10/+66
* Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool2001-08-141-1/+5
* Try to fix "infinite loop" warning on AIX and other compilers. (WeMartin Pool2001-08-061-4/+10
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-071-33/+5