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