set network file descriptors non-blocking before starting main rsync
[rsync/rsync.git] / rsync.c
1998-06-03 Andrew Tridgellif the user passes a block size on the command line...
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-30 Andrew Tridgellcosmetic fix.
1998-05-28 Andrew Tridgelluse Realloc instead of realloc
1998-05-28 Andrew Tridgelldon't do recursive deletion if the recurse option is...
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-27 Andrew Tridgellfixed a race condition in the --delete handling code...
1998-05-23 Andrew Tridgell- don't allow chown for the group of a file if running...
1998-05-22 Andrew Tridgellfix shadowed variable
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-11 Andrew Tridgellfixed a bug in the new . filename code
1998-05-10 Andrew Tridgellchanged the name of the temporary filename to include...
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-07 Andrew Tridgellsome large systematic changes to make socket conversion...
1998-05-06 Andrew Tridgellhandle broken readdir() on Solaris 2.6 (it returns...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-17 Andrew Tridgellrevamped the -delete code. The last few bugs with it...
1998-04-13 Andrew Tridgellfixed a bug in the handling of -R with --delete
1998-04-05 Andrew Tridgellhandle sparse files more efficiently
1998-04-05 Andrew Tridgella couple more system calls wrapped in syscall.c
1998-03-27 Andrew TridgellSolaris uses EEXIST instead of ENOTEMPTY.
1998-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
1998-03-26 Andrew Tridgellif rsync fails to update the group of a file but nothin...
1998-03-25 Andrew Tridgell- on systems (such as intel linux) where off_t is 32...
1998-03-25 Andrew Tridgelladded a --force option.
1998-03-25 Andrew Tridgelldon't show basedir in printed path (a aesthetic change...
1998-03-24 Andrew Tridgelladded chmod() and chown() to syscall.c
1998-03-23 Andrew Tridgelladded wrappers around all the system calls that can...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1998-03-23 Andrew Tridgellif the file changes during transfer then don't loop...
1998-03-23 Andrew Tridgelldon't adapt the block size to above half the chunk...
1998-03-23 Andrew Tridgell- keep a list of pids and send them a SIGUSR1 for clean...
1998-03-23 Andrew Tridgella large change to make rsync much more memory efficient...
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-06 Andrew Tridgell*** empty log message ***
1997-12-31 Andrew Tridgellsimplified the logic of whether to skip a file or not...
1997-12-30 Andrew Tridgellbuffer overflow patches from mhpower@mit.edu (Matt...
1997-12-28 Andrew Tridgell- added a debug message
1997-12-17 Andrew Tridgell*** empty log message ***
1997-12-16 Andrew Tridgellhandle things more grecefully when one machine supports...
1997-12-16 Andrew Tridgellfixed a bug in the handling of the new --relative optio...
1997-12-16 Andrew Tridgellfixed a nasty bug in the handling of the --delete optio...
1997-12-15 Andrew Tridgellprocess directory permissions and times ater hard links...
1997-12-15 Andrew Tridgellsome people are now using rsync as a public server...
1997-12-15 Andrew Tridgellseveral changes:
1997-12-15 rsync-bugsminor cleanups (unused variables etc)
1997-12-15 Andrew Tridgelladded a --relative (== -R) option. This is what Anthony...
1997-04-11 Paul Mackerrasminor bugfixes
1996-10-01 Andrew Tridgell- check for sys/select.h
1996-10-01 Andrew Tridgell- detect presence of remsh and use it instead of rsh
1996-07-12 Andrew Tridgelladd warning if corruption detected
1996-07-05 Andrew Tridgell*** empty log message ***
1996-07-04 Andrew Tridgell*** empty log message ***
1996-07-03 Paul MackerrasAdded in-stream deflate compression for file reconstruc...
1996-07-03 Andrew Tridgellcheck for null unmap
1996-07-02 Andrew Tridgelladded resend logic
1996-07-01 Andrew Tridgell*** empty log message ***
1996-07-01 Andrew Tridgelladded hooks for compression in token.c
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-27 Andrew Tridgelladded csum-length option
1996-06-27 Andrew Tridgell- improved filename packing
1996-06-27 Paul MackerrasFix bug where the --delete option was deleting files...
1996-06-26 Andrew Tridgelladded support for non-mmap operation
1996-06-26 Andrew Tridgellmore byte efficient flist routines
1996-06-26 Andrew Tridgellwent to full non-blocking writes for the send_files...
1996-06-25 Andrew Tridgelladded "created dir" message
1996-06-25 Andrew Tridgellfixed a bug where unmap could be called with a NULL...
1996-06-22 Andrew Tridgelladd SIGNAL_CAST
1996-06-22 Andrew TridgellInitial revision