summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Added the ability to parse a literal IPv6 address in an "rsync:" URLWayne Davison2004-09-171-13/+23
* In get_local_name(), if we would have created the destination dir butWayne Davison2004-08-051-3/+7
* Reset copy_links in the receiver.Wayne Davison2004-07-311-0/+5
* Changed "wrote"/"written" to "sent" and "read" to "received" inWayne Davison2004-07-311-3/+3
* Call the new close_multiplexing_in() function in the generator.Wayne Davison2004-07-291-1/+2
* Call read_stream_flags() as soon as we open the batch file forWayne Davison2004-07-241-0/+2
* Added a comment.Wayne Davison2004-07-231-2/+3
* Setup for read_batch mode a little differently:Wayne Davison2004-07-211-15/+14
* A couple am_sender checks (one negated) were not needed.Wayne Davison2004-07-211-2/+2
* Changed write_batch_argvs_file() to new write_batch_shell_file()Wayne Davison2004-07-191-6/+3
* - Got rid of the arg to the io_start_multiplex_{in,out}() calls.Wayne Davison2004-07-171-9/+12
* Allow --read-batch=- to indicate stdin.Wayne Davison2004-07-151-1/+5
* We no longer refer to a batch "prefix".Wayne Davison2004-07-151-4/+4
* My modified version of Chris Shoemaker's improved batch-file handling.Wayne Davison2004-07-151-42/+80
* We now conditionally turn on whole_file in do_cmd() right beforeWayne Davison2004-07-131-0/+5
* Some simple whitespace tweaks.Wayne Davison2004-06-301-3/+3
* A few more improvements to the anti-overflow args[] checking.Wayne Davison2004-06-281-9/+10
* Make sure that do_cmd() doesn't overflow its arg-pointer arrayWayne Davison2004-06-281-2/+7
* Some trivial format tweaks.Wayne Davison2004-06-201-4/+8
* Some helpful comments from Chris Shoemaker.Wayne Davison2004-06-181-10/+11
* Make sure that keep_dirlinks is turned off for the sender.Wayne Davison2004-06-111-1/+5
* Removed some excessive parens.Wayne Davison2004-06-091-1/+1
* Added the "write only" option to the daemon config file.Wayne Davison2004-05-191-0/+6
* Changed rprintf() calls that included strerror() to use rsyserr().Wayne Davison2004-05-151-10/+9
* Changing if (!write_batch) in front of send_exclude_list() toWayne Davison2004-05-151-3/+2
* Dropped support for protocol versions less than 20 (2.3.0J.W. Schultz2004-02-101-10/+2
* Die if we overflowed the args[] array when building up the remoteWayne Davison2004-02-091-6/+11
* Added a total memory allocated (allmem) line toJ.W. Schultz2004-02-061-0/+2
* Cause all three processes to report memory stats when -vv --statsJ.W. Schultz2004-02-051-0/+4
* Use MY_UID() instead of getuid().Wayne Davison2004-02-041-1/+1
* - Call init_flist().Wayne Davison2004-02-021-7/+2
* Set the am_generator flag. Use who_am_i().Wayne Davison2004-01-271-3/+5
* Cast getpid() to a long for output.Wayne Davison2004-01-271-4/+8
* Tweaked a comment.Wayne Davison2004-01-251-1/+1
* Use new push_dir() syntax.Wayne Davison2004-01-201-5/+5
* Find last '@' in the user@site string, just in case the username hasWayne Davison2004-01-201-1/+1
* Got rid of an extra call to io_start_buffering_out().Wayne Davison2004-01-171-1/+0
* Unified the externs.Wayne Davison2004-01-171-45/+27
* - Call io_flush() with its new FULL_FLUSH/NORMAL_FLUSH arg.Wayne Davison2004-01-151-31/+22
* Applying my updated version of Craig Barratt's buffered I/O patch.Wayne Davison2004-01-021-1/+9
* Got rid of /* dw */ comments.Wayne Davison2004-01-021-3/+3
* Output a newline before the heap statistics.Wayne Davison2003-12-201-1/+1
* Backed out the RSYNC_RSH_IO support for now.Wayne Davison2003-12-171-11/+7
* We now support an environment variable named RSYNC_RSH_IO which lets theWayne Davison2003-12-161-26/+30
* Improved the default-blocking-I/O code to discern rsh from sshWayne Davison2003-12-161-2/+9
* Improved file-related error messages by using the newWayne Davison2003-09-111-9/+10
* Changed "remote_version" to "protocol_version".Wayne Davison2003-09-091-11/+7
* Made the UNUSED(parameter) macro calls read a little nicer.Wayne Davison2003-08-221-4/+7
* Use "return" at the end of main() to silence some compilers.Wayne Davison2003-07-041-2/+1
* Made my last change a little better.Wayne Davison2003-04-241-3/+2