summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-08Doc rsync_panic_handler()Martin Pool1-0/+8
2002-04-08Clean up prototype.Martin Pool1-3/+2
2002-04-08Allow panic_action to be configured through environment variable RSYNC_PANIC_...Martin Pool1-3/+14
2002-04-08Split code out into separate files and remove some global variables toMartin Pool1-2/+1
2002-04-08Rearrange code slightly to avoid util.c depending on main.c.Martin Pool1-1/+7
2002-03-27If configured with --enable-maintainer-mode, then on receipt of aMartin Pool1-0/+39
2002-03-27Improved network error handling. (Greg A. Woods)Martin Pool1-3/+5
2002-03-22Doc.Martin Pool1-3/+3
2002-03-19Previous solution for --no-whole-file would probably break whenMartin Pool1-6/+0
2002-02-23Add UNUSED macro that expands to a parameter attribute annotation onMartin Pool1-3/+3
2002-02-23Doc.Martin Pool1-0/+3
2002-02-19rsync prefix on mkdir and pushdir error messages.Martin Pool1-3/+4
2002-02-18Ignore SIGPIPE and allow EPIPE to get through to the program so thatMartin Pool1-1/+4
2002-02-06Make batch mode actually work and add man page documentation. From Jos Backus.David Dykstra1-32/+31
2002-02-05Add --no-whole-file and --no-blocking-io optionsDavid Dykstra1-3/+5
2002-01-25Add dummy show_flist_stats().Martin Pool1-0/+1
2002-01-23Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batchMartin Pool1-1/+3
2002-01-11Better mallinfo() output in --statsMartin Pool1-2/+13
2002-01-11Look for mallinfo() and use it to displayMartin Pool1-1/+28
2001-08-15Fix a bug introduced in 1.119, whereby strings likeMartin Pool1-5/+26
2001-08-15Fix casts when some variables are printed out.Martin Pool1-2/+3
2001-08-15Drop dead variables introduced in rsync+ patch.Martin Pool1-2/+0
2001-08-14Merge across rsync+ patch; add a little documentation to the manpage. More d...Martin Pool1-8/+50
2001-08-06Try to fix "infinite loop" warning on AIX and other compilers. (WeMartin Pool1-1/+2
2001-07-17reap children in sigchld handlerAndrew Tridgell1-0/+3
2001-06-26applied simple nohang patch from Wayne DavisonAndrew Tridgell1-4/+4
2001-05-29Make --whole-file the default when source and target are on the local machine.David Dykstra1-0/+3
2001-03-23improved error handling again. Now we report messages for the remoteAndrew Tridgell1-18/+14
2001-03-22new error handling systemAndrew Tridgell1-3/+7
2001-03-16Doc.Martin Pool1-1/+1
2001-02-23Change from getopt to popt.Martin Pool1-7/+9
2001-02-21Doc.Martin Pool1-1/+18
2000-11-02Add some comments.Martin Pool1-2/+14
2000-10-31fix bug in handling of :Andrew Tridgell1-1/+1
2000-10-19don't clobber argv[0], so ps shows the right thingAndrew Tridgell1-4/+5
2000-10-10Clearer "nothing to do" message.Martin Pool1-1/+3
2000-08-29detect list_only a bit earlierAndrew Tridgell1-4/+11
2000-08-19got rid of some unused variablesAndrew Tridgell1-1/+0
2000-08-19sleep for a smaller time while waiting for a process to exitAndrew Tridgell1-1/+1
2000-08-16fixed timing problem with cleanup and io_flush() by using non-blockingAndrew Tridgell1-0/+13
2000-07-29fix from T.J.Adye@rl.ac.uk for final goodbye message with new protocolAndrew Tridgell1-0/+5
2000-07-29optimisations from Rich Salz <rsalz@caveosystems.com>Andrew Tridgell1-1/+3
2000-06-24if the remote shell is rsh then use blocking IOAndrew Tridgell1-0/+4
2000-04-09use 1 second sleeps in the sleep loop as some OSes (NT for example)Andrew Tridgell1-3/+4
2000-03-30went back to non-blokcing IOAndrew Tridgell1-0/+8
2000-01-30another hang-at-end fix. It looks like we are more sensiitive toAndrew Tridgell1-3/+13
2000-01-29damn.Andrew Tridgell1-0/+12
2000-01-29move the read only daemon test to after the protocol setupAndrew Tridgell1-0/+9
2000-01-29damn!Andrew Tridgell1-4/+4
2000-01-28- switched on multiplexing for all connections, not just daemonAndrew Tridgell1-0/+8