Check the return code from close() and output an error if it
[rsync/rsync.git] / util.c
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...
1998-11-06 David DykstraChange sanitize_path() to not use clean_fname() because...
1998-11-03 David DykstraCall clean_fname() in sanitize_path() to catch some...
1998-11-03 Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-02 Andrew Tridgellif no local destination is provided for the transfer...
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-10-26 David DykstraAdd --compare-dest option which enables specifying...
1998-09-09 Andrew Tridgellhandle sstem (sco 3) with glob but not glob.h
1998-09-09 Andrew Tridgelladded finddead target, removed dead code and made some...
1998-08-27 Andrew Tridgella couple of changes to where the nonblocking settings...
1998-07-20 Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-17 Andrew Tridgelladded the --safe-links option to disallow symlinks...
1998-07-02 Andrew Tridgelloutput progress % every 1k instead of every 1%, this...
1998-07-02 Andrew Tridgelladded --progress option which shows the progress of...
1998-06-18 Andrew Tridgellput set_nonblocking() code back in.
1998-06-01 Andrew Tridgellreplace calls to strcmp() with a u_strcmp() function...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-26 Andrew Tridgellcheck for munmap as well as mmap. NextStep only has...
1998-05-22 Andrew Tridgellneed a ifdef around some mmap code
1998-05-21 Andrew Tridgelluse mmap() for files of any size. This should be much...
1998-05-18 Andrew Tridgellfixed a bug in the glob expansion code (pointed out by
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
next