summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-10Dropped support for protocol versions less than 20 (2.3.0J.W. Schultz1-10/+2
2004-02-09Die if we overflowed the args[] array when building up the remoteWayne Davison1-6/+11
2004-02-06Added a total memory allocated (allmem) line toJ.W. Schultz1-0/+2
2004-02-05Cause all three processes to report memory stats when -vv --statsJ.W. Schultz1-0/+4
2004-02-04Use MY_UID() instead of getuid().Wayne Davison1-1/+1
2004-02-02- Call init_flist().Wayne Davison1-7/+2
2004-01-27Set the am_generator flag. Use who_am_i().Wayne Davison1-3/+5
2004-01-27Cast getpid() to a long for output.Wayne Davison1-4/+8
2004-01-25Tweaked a comment.Wayne Davison1-1/+1
2004-01-20Use new push_dir() syntax.Wayne Davison1-5/+5
2004-01-20Find last '@' in the user@site string, just in case the username hasWayne Davison1-1/+1
2004-01-17Got rid of an extra call to io_start_buffering_out().Wayne Davison1-1/+0
2004-01-17Unified the externs.Wayne Davison1-45/+27
2004-01-15- Call io_flush() with its new FULL_FLUSH/NORMAL_FLUSH arg.Wayne Davison1-31/+22
2004-01-02Applying my updated version of Craig Barratt's buffered I/O patch.Wayne Davison1-1/+9
2004-01-02Got rid of /* dw */ comments.Wayne Davison1-3/+3
2003-12-20Output a newline before the heap statistics.Wayne Davison1-1/+1
2003-12-17Backed out the RSYNC_RSH_IO support for now.Wayne Davison1-11/+7
2003-12-16We now support an environment variable named RSYNC_RSH_IO which lets theWayne Davison1-26/+30
2003-12-16Improved the default-blocking-I/O code to discern rsh from sshWayne Davison1-2/+9
2003-09-11Improved file-related error messages by using the newWayne Davison1-9/+10
2003-09-09Changed "remote_version" to "protocol_version".Wayne Davison1-11/+7
2003-08-22Made the UNUSED(parameter) macro calls read a little nicer.Wayne Davison1-4/+7
2003-07-04Use "return" at the end of main() to silence some compilers.Wayne Davison1-2/+1
2003-04-24Made my last change a little better.Wayne Davison1-3/+2
2003-04-24If the user specifies a trailing slash on the destination, make sureWayne Davison1-1/+3
2003-04-18Made a slight tweak to the previous --stats change.Wayne Davison1-3/+2
2003-04-17Only display the malloc stats if we're at least double-verbose (andWayne Davison1-3/+4
2003-03-30Support the new --files-from option.Wayne Davison1-16/+38
2003-03-21- Fixed lots of line-indentation problems, including a really huge sectionWayne Davison1-162/+151
2003-01-28Remove the Cygwin msleep(100) before the generator kills the receiver,David Dykstra1-4/+0
2003-01-28Ack! I had accidentally ifdefed out the kill from the generator to theDavid Dykstra1-1/+1
2003-01-28Change so the delay before generator signals receiver is only done on Cygwin.David Dykstra1-0/+2
2003-01-27Insert a 100ms sleep just before sending the USR2 signal to theDavid Dykstra1-0/+2
2003-01-10Reset the io_error_fd right before the generator kills off the receiverWayne Davison1-0/+1
2003-01-09Fixed bug that caused rsync to lose exit status of its child processes.David Dykstra1-2/+45
2002-08-01Don't pass "-l user" to the remote shell if we're starting a server-daemonWayne Davison1-2/+10
2002-08-01Allow the rsync:// URL syntax in the destination field.Wayne Davison1-2/+22
2002-08-01Handle the new server-daemon via remote-shell mode.Wayne Davison1-9/+34
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