patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
[rsync/rsync.git] / main.c
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-29 Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-28 Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-10-26 David DykstraAdd "use chroot" and "pid file" rsyncd.conf options...
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-19 Andrew Tridgell- close stdout and stderr and reopen then as /dev/null...
1998-07-17 Andrew Tridgellcheck whether there is a / before a : in the rsync...
1998-07-17 Andrew Tridgellfixed a problem with rsync buffering the debug output...
1998-07-17 Andrew Tridgellremove a useless debug message
1998-07-02 Andrew Tridgell- use explicit flushes instead of setlinebuf. I've...
1998-07-02 Andrew Tridgell- don't show "created directory" message unless verbose...
1998-07-02 Andrew Tridgellenable output buffering in the recv generator. This...
1998-07-01 Andrew Tridgelladded a --partial option which tells rsync to keep...
1998-06-18 Andrew Tridgellset network file descriptors non-blocking before starti...
1998-06-02 Andrew Tridgelladded some fflush() calls to make sure the statistics...
1998-06-01 Andrew Tridgelladded --stats option for verbose stats on the file...
1998-05-29 Andrew Tridgellreplaced chdir and getcwd calls with push_dir/pop_dir...
1998-05-27 Andrew Tridgellheaps of cleanup in the io code.
1998-05-26 Andrew Tridgellformatting changes
1998-05-18 Andrew Tridgellfixed a bug in the glob expansion code (pointed out by
1998-05-18 Andrew Tridgellhandle rsh clients that don't like half-open connections
1998-05-18 Andrew Tridgellthis is a large commit which adds io multiplexing,...
1998-05-17 Andrew Tridgellif f_in == f_out then don't close one of them
1998-05-17 Andrew Tridgellclose some unnecessary file descriptors in do_recv()
1998-05-17 Andrew Tridgellmoved usage mesage after am_daemon test (I'd broken...
1998-05-17 Andrew Tridgellclose the other half of the pipe in do_recv(). This...
1998-05-16 Andrew Tridgellcheck for right number of arguments _after_ the option...
1998-05-16 Andrew Tridgell- print the stats at the right place when uploading...
1998-05-16 Andrew Tridgell- distinguish downloads and uploads in the syslog messages
1998-05-15 Andrew Tridgelluse strlcat() strlcpy() and slprintf() whenever possibl...
1998-05-14 Andrew Tridgellsyslog some stats
1998-05-13 Andrew Tridgelladded globbing support in the rsync daemon. This will...
1998-05-13 Andrew Tridgellcheck argc and show usage if no args
1998-05-10 Andrew Tridgellthe statistics reporting was the wrong way around for...
1998-05-10 Andrew Tridgelluse syslog instead of /var/adm/rsyncd.log
1998-05-10 Andrew Tridgellsplit the options parsing code into options.c
1998-05-10 Andrew Tridgellcleanup code a bit
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-07 Andrew Tridgellsome code cleanup in preparation for a cleaner client...
1998-05-06 Andrew Tridgelluse floating point for printout of stats - this wrks...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-04-13 Andrew Tridgellnot quite so many decimal places in "speedup" :-)
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-03-26 Andrew Tridgell- added an internal io_error flag. Whenever an io error...
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 Tridgellfixed the problem where you couldn't specify multiple...
1998-03-23 Andrew Tridgelltest for "long long" and %lld in configure.
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgell- keep a list of pids and send them a SIGUSR1 for clean...
1998-01-13 Andrew Tridgell*** empty log message ***
1998-01-13 Andrew Tridgell*** empty log message ***
1997-12-30 Andrew Tridgellfixed the --suffix option. It wasn't being propogated...
1997-12-28 Andrew Tridgell- fixed spelling errors in man page
1997-12-17 Andrew Tridgell*** empty log message ***
1997-12-16 Andrew Tridgellhandle things more grecefully when one machine supports...
1997-12-16 Andrew Tridgell- check for setlinebuf() in autoconf. Apparently HPUX...
1997-12-15 Andrew Tridgellprocess directory permissions and times ater hard links...
1997-12-15 Andrew Tridgellsetup line buffering for debug messages
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-05 Andrew Tridgell*** empty log message ***
1996-07-03 Andrew Tridgell- fixed file time bug
1996-07-03 Paul MackerrasAdded in-stream deflate compression for file reconstruc...
1996-07-02 Andrew Tridgellsave some more bytes by making the checksum smaller
1996-07-01 Andrew Tridgell*** empty log message ***
1996-07-01 Andrew Tridgelladded hooks for compression in token.c
1996-06-30 Andrew Tridgelladded checksum seed
1996-06-30 Andrew Tridgell- hard links
1996-06-28 Andrew Tridgellfixed sighup handling
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-26 Andrew Tridgellmore byte efficient flist routines
1996-06-26 Andrew Tridgelladded SIGPIPE catch
1996-06-25 Andrew Tridgelladded "created dir" message
1996-06-22 Andrew Tridgelladd SIGNAL_CAST
1996-06-22 Andrew TridgellInitial revision