summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Added the new --partial-dir option.Wayne Davison2004-07-291-0/+61
* Allow safe_fname() to tweak up to two name at a time.Wayne Davison2004-07-261-3/+6
* Use safe_fname() in full_fname().Wayne Davison2004-07-261-0/+1
* Added safe_fname() that converts any newlines in a name into '?'s.Wayne Davison2004-07-261-0/+21
* Allow the argv list the daemon uses for globbing its args to grow.Wayne Davison2004-06-091-8/+21
* Neatened up some of the glob-expand code and made a few otherWayne Davison2004-06-051-39/+44
* Got rid of a superfluous call to gettimeofday().Wayne Davison2004-05-241-1/+0
* Made full_fname()'s char-pointer arg const.Wayne Davison2004-05-241-1/+1
* Improved the depth calculation in sanitize_path() so that it properlyWayne Davison2004-05-231-2/+5
* Moved a few externs.Wayne Davison2004-05-211-7/+7
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-14/+9
* Changed the non-globbing version of glob_expand_one() so that itWayne Davison2004-05-081-4/+7
* In copy_file(), check len < 0 before checking the close() return values.Wayne Davison2004-04-271-6/+8
* Check the return code from close() and output an error if itWayne Davison2004-04-271-7/+15
* Got rid of a debug-output statement.v2.6.1Wayne Davison2004-04-271-1/+0
* 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