indent -kr -i8
[rsync/rsync.git] / util.c
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,...
1998-05-16 Andrew Tridgellfixed handling of vsprintf on SunOS
1998-05-15 Andrew Tridgellgot rid of "EOF in map_ptr" problem. If a file shrinks...
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-15 Andrew Tridgellallow the specification of multiple filenames (with...
1998-05-14 Andrew Tridgellmake host access controls case insensitive
1998-05-13 Andrew Tridgellremoved a debug line
1998-05-13 Andrew Tridgelladded globbing support in the rsync daemon. This will...
1998-05-13 Andrew Tridgellimproved max connections code. Now use fcntl instead...
1998-05-13 Andrew Tridgelladded two new options "max connections" and "lock file"
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-10 Andrew Tridgellchange to allow names or numbers to be used for uid...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-09 Andrew Tridgellfirst vesrion of working socket based It still needs...
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgellhandle mmap() failures
1998-05-06 Andrew Tridgelladd support for lseek64() under solaris 2.6
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-05 Andrew Tridgella couple more system calls wrapped in syscall.c
1998-04-05 Andrew Tridgellin local->local mode don't use exec to start the "remot...
1998-04-01 Andrew Tridgellfixed a string termination bug in the uidlist handling...
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23 Andrew Tridgell- keep a list of pids and send them a SIGUSR1 for clean...
1998-03-23 Andrew Tridgellfor systems with a broken select use u_sleep() to ensur...
1998-01-27 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1997-12-15 Andrew Tridgelladded a --relative (== -R) option. This is what Anthony...
1997-12-15 Andrew Tridgelladded some more debug info to the "EOF in map_ptr"...
1997-07-10 Andrew Tridgellminor updates
1996-07-01 Andrew Tridgell*** empty log message ***
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-28 Andrew Tridgell- handle no mmap for munmap
1996-06-26 Andrew Tridgelladded support for non-mmap operation
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-25 Andrew Tridgell*** empty log message ***
1996-06-25 Andrew Tridgelladded comments
1996-06-25 Andrew Tridgelladded "created dir" message
1996-06-25 Andrew Tridgellparanoid check for null buffer in unmap
next