Call clean_flist() with its new "collapse_dot_dot" arg.
[rsync/rsync.git] / util.c
2004-08-12 Wayne DavisonOne (hopefully) last change to the sanitize_path()...
2004-08-12 Wayne DavisonSimplified sanitize_path() logic a little.
2004-08-12 Wayne DavisonImproved a comment.
2004-08-11 Wayne Davison- Call sanitize_path() with updated args.
2004-08-09 Wayne DavisonMade robust_rename() return a 1 if it had to copy the...
2004-08-07 Wayne DavisonFixed a bug in clean_fname() that could sometimes leave...
2004-08-06 Wayne DavisonMade clean_fname() return the length of the string.
2004-08-06 Wayne DavisonAn improved clean_fname() routine that is more efficien...
2004-08-05 Wayne DavisonMerged alloc_sanitize_path() into sanitize_path(),...
2004-07-31 Wayne DavisonDon't allow a --partial-dir setting to overwrite a...
2004-07-29 Wayne DavisonAdded the new --partial-dir option.
2004-07-26 Wayne DavisonAllow safe_fname() to tweak up to two name at a time.
2004-07-26 Wayne DavisonUse safe_fname() in full_fname().
2004-07-26 Wayne DavisonAdded safe_fname() that converts any newlines in a...
2004-06-09 Wayne DavisonAllow the argv list the daemon uses for globbing its...
2004-06-05 Wayne DavisonNeatened up some of the glob-expand code and made a...
2004-05-24 Wayne DavisonGot rid of a superfluous call to gettimeofday().
2004-05-24 Wayne DavisonMade full_fname()'s char-pointer arg const.
2004-05-23 Wayne DavisonImproved the depth calculation in sanitize_path() so...
2004-05-21 Wayne DavisonMoved a few externs.
2004-05-15 Wayne DavisonChanged rprintf() calls that included strerror() to...
2004-05-08 Wayne DavisonChanged the non-globbing version of glob_expand_one...
2004-04-27 Wayne DavisonIn copy_file(), check len < 0 before checking the close...
2004-04-27 Wayne DavisonCheck the return code from close() and output an error...
2004-04-27 Wayne DavisonGot rid of a debug-output statement.
2004-04-22 Wayne DavisonRestore the old include behavior where a command-line...
2004-04-22 Wayne DavisonNo need to pass a debug string to check_exclude() anymore.
2004-04-17 Wayne DavisonFixed alloc_sanitize_path()'s handling of a rootdir...
2004-04-14 Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14 Wayne DavisonAdded a description arg to check_exclude().
2004-03-27 Wayne DavisonAdded alloc_sanitize_path().
2004-02-17 Wayne DavisonMoved the EXDEV handling into robust_rename().
2004-02-07 Wayne DavisonMade a couple comments a little clearer.
2004-02-04 Wayne DavisonFixed a dropped '-'.
2004-02-03 Wayne DavisonSome indentation fixes and the removal of some superflu...
2004-02-03 Wayne DavisonModified sizeof usage and eliminated trailing whitespace.
2004-02-02 Wayne DavisonUse "%H:%M:%S" instead of "%T" in strftime() call since...
2004-01-21 Wayne DavisonImproved a couple comments.
2004-01-20 Wayne Davison- Changed push_dir() to not take a "save" arg and to...
2004-01-20 Wayne DavisonAdded stringjoin() and pathjoin().
2004-01-02 Wayne DavisonNo need to conditionally-compile EINTR code -- no other...
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-11 Wayne DavisonAdded a new function, full_fname(), that makes a filena...
2003-07-01 Wayne DavisonModified the glob_expand_one() function to check the...
2003-01-19 Wayne DavisonOptimized unsafe_symlink() to avoid malloc/free calls.
2003-01-15 Wayne DavisonMake unsafe_symlink() take const args so that we don...
2002-04-11 Martin PoolTry to fix ctype issues by always calling these functio...
2002-04-09 Martin PoolCorrection from Nelson Beebe: argument to functions...
2002-04-08 Martin PoolDoc.
2002-04-08 Martin PoolDoc.
2002-04-08 Martin PoolSplit code out into separate files and remove some...
2002-04-08 Martin PoolRearrange code slightly to avoid util.c depending on...
2002-04-08 Martin PoolDocument unsafe_symlink().
2002-04-08 Martin PoolClean up comments for Doxygen.
2002-03-20 Martin PoolPatch from Paul Haas:
2002-03-15 Martin PoolIf we've finished transferring a file, show the time...
2002-02-23 Martin Poolprint_child_argv can be static.
2002-02-18 Martin PoolAdd -vvv trace statement to set_modtime to help with...
2002-02-07 David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-02-05 Martin PoolOnly print the command used to open connections with...
2002-01-25 Martin PoolMore signedness fixes; should be harmless.
2002-01-24 Martin PoolShow command used to start connection child.
2002-01-24 Martin Poolindent -kr -i8
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2002-01-15 Martin PoolRemove unused variable.
2001-12-02 Martin PoolFix FP usage.
2001-12-02 Martin PoolOops, units bug.
2001-12-02 Martin PoolShow time-remaining as hh:mm:ss.
2001-12-02 Martin PoolImproved estimation algorithm for time-to-complete.
2001-12-02 Martin PoolAlso estimate time remaining.
2001-12-02 Martin PoolProgress indicator now shows estimated rate of transfer...
2001-08-14 Martin PoolMerge across rsync+ patch; add a little documentation...
2001-08-06 Martin PoolTry to fix "infinite loop" warning on AIX and other...
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2000-11-09 Martin PoolDrop dead variable.
2000-09-06 Andrew Tridgelladded --modify-window option from David Bolen <db3l...
2000-08-19 Andrew Tridgelladded msleep() function
2000-08-16 Andrew Tridgellfixed timing problem with cleanup and io_flush() by...
2000-06-24 Andrew Tridgelladded insure debug support
2000-06-23 Andrew Tridgelladded some comments on blocking-io
2000-06-23 Andrew Tridgelladded --blocking-io option
2000-04-09 Andrew Tridgella very simple fix - if I'd only thought if it last...
2000-03-30 Andrew Tridgellwent back to non-blokcing IO
2000-01-28 Andrew Tridgellswitch to using socketpair instead of pipe if possible...
2000-01-25 Andrew Tridgellpatch from David Murn to make sure the final 100% is...
2000-01-23 Andrew Tridgellremoved u_sleep() as it is no longer used anywhere
1999-12-29 David DykstraDefine the WEXITSTATUS macro for systems that don't...
1999-12-09 Andrew Tridgellfixed a bug with waitpid() - I'd forgotten about WEXITS...
1999-11-15 Andrew Tridgellremoved old non-blocking fd code (a hangover from a...
1999-10-25 Andrew Tridgelluse do_open() instead of open() in several places to...
1999-07-09 David DykstraAdd a couple clarifying points to the sanitize_path...
1999-07-09 David DykstraFix significant security holes with "use chroot = no...
1999-03-11 David DykstraWhen a file cannot be deleted because of ETXTBSY (in...
1999-02-03 David DykstraMove the initialization of push_dir, which calls getcwd...
1998-11-24 David DykstraChange sanitize_path() function to not malloc a copy...
1998-11-17 David DykstraApply sanitize_paths() to glob expansions when use...
1998-11-15 Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
next