Make batch mode actually work and add man page documentation. From Jos Backus.
[rsync/rsync.git] / main.c
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-02-05 David DykstraAdd --no-whole-file and --no-blocking-io options
2002-01-25 Martin PoolAdd dummy show_flist_stats().
2002-01-23 Martin PoolPatch from Jos Backus -- Fix breakage from dev_t to...
2002-01-11 Martin PoolBetter mallinfo() output in --stats
2002-01-11 Martin PoolLook for mallinfo() and use it to display
2001-08-15 Martin PoolFix a bug introduced in 1.119, whereby strings like
2001-08-15 Martin PoolFix casts when some variables are printed out.
2001-08-15 Martin PoolDrop dead variables introduced in rsync+ patch.
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-07-17 Andrew Tridgellreap children in sigchld handler
2001-06-26 Andrew Tridgellapplied simple nohang patch from Wayne Davison
2001-05-29 David DykstraMake --whole-file the default when source and target...
2001-03-23 Andrew Tridgellimproved error handling again. Now we report messages...
2001-03-22 Andrew Tridgellnew error handling system
2001-03-16 Martin PoolDoc.
2001-02-23 Martin PoolChange from getopt to popt.
2001-02-21 Martin PoolDoc.
2000-11-02 Martin PoolAdd some comments.
2000-10-31 Andrew Tridgellfix bug in handling of :
2000-10-19 Andrew Tridgelldon't clobber argv[0], so ps shows the right thing
2000-10-10 Martin PoolClearer "nothing to do" message.
2000-08-29 Andrew Tridgelldetect list_only a bit earlier
2000-08-19 Andrew Tridgellgot rid of some unused variables
2000-08-19 Andrew Tridgellsleep for a smaller time while waiting for a process...
2000-08-16 Andrew Tridgellfixed timing problem with cleanup and io_flush() by...
2000-07-29 Andrew Tridgellfix from T.J.Adye@rl.ac.uk for final goodbye message...
2000-07-29 Andrew Tridgelloptimisations from Rich Salz <rsalz@caveosystems.com>
2000-06-24 Andrew Tridgellif the remote shell is rsh then use blocking IO
2000-04-09 Andrew Tridgelluse 1 second sleeps in the sleep loop as some OSes...
2000-03-30 Andrew Tridgellwent back to non-blokcing IO
2000-01-30 Andrew Tridgellanother hang-at-end fix. It looks like we are more...
2000-01-29 Andrew Tridgelldamn.
2000-01-29 Andrew Tridgellmove the read only daemon test to after the protocol...
2000-01-29 Andrew Tridgelldamn!
2000-01-28 Andrew Tridgell- switched on multiplexing for all connections, not...
2000-01-28 Andrew Tridgellswitch to using socketpair instead of pipe if possible...
2000-01-24 Andrew Tridgellmoved file deletion to before the fork() to prevent...
2000-01-23 Andrew Tridgelladded some really ugly code to allow errors to propogate to
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-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1999-04-06 Andrew Tridgellhandle the case of an empty file list in get_local_name
1999-04-06 Andrew Tridgelldon't abort the server side if the file list is empty...
1999-03-15 David DykstraChanged the protocol version to 20 so that --stats...
1999-02-22 David DykstraAdd --delete-excluded option to delete files on the...
1999-02-18 David DykstraChanged --stats implementation to work without -v in...
1999-02-10 David DykstraA slight compensation I had just added for total bytes...
1999-02-10 David DykstraAllow --stats to work without -v.
1999-02-09 David DykstraAdd --quiet/-q option. Contributed by Rich Salz salzr...
1999-02-03 David DykstraMove the initialization of push_dir, which calls getcwd...
1999-01-11 David DykstraFix segmentation fault when using -vvv. Suggested...
1998-11-15 Andrew Tridgelllog filename(line) in exit_cleanup() to make tracking...
1998-11-03 David DykstraAdd support for optional ":PORT" in rsync URL.
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" :-)
next