aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use "#if" (not "#ifdef") for configure-defined macros.Wayne Davison2005-01-281-1/+1
* - Output the new flist time stats (when available).Wayne Davison2005-01-271-0/+20
* Needed to call add_cvs_excludes() from one more code path.Wayne Davison2005-01-251-0/+2
* Renamed several exclude-related functions/variables using newWayne Davison2005-01-251-4/+4
* Moved a call to add_cvs_exclude() from the delete code to one code-Wayne Davison2005-01-241-0/+2
* Go back to requiring -r for deletes to happen.Wayne Davison2005-01-231-2/+1
* - Use the new delete_before var.Wayne Davison2005-01-221-8/+10
* Mustn't override a user-specified list_only value.Wayne Davison2005-01-221-3/+2
* Got rid of an unneeded assert().Wayne Davison2005-01-171-3/+1
* We also need the "name pipe" from the generator to the receiverWayne Davison2005-01-141-1/+2
* Moved the reading of the final MSG_DONE message from here toWayne Davison2005-01-101-1/+0
* Switching to a better rsync_port fix.Wayne Davison2004-12-081-4/+2
* Set default port value for a :: file-spec without a port number.Wayne Davison2004-12-061-2/+4
* The compare_dest variable changed.Wayne Davison2004-11-271-2/+2
* Fixed a socket-data conflict when verbosity is >= 2 and theWayne Davison2004-11-201-4/+13
* Call set_msg_fd_in() during the early phase of being a client senderWayne Davison2004-11-201-0/+3
* Tweaked the error code for a pipe() failure.Wayne Davison2004-11-131-2/+2
* Die with an appropriate error if do_fork() fails.Wayne Davison2004-11-131-1/+6
* Checking in the g2r-basis-filename patch that ensures that the receiverWayne Davison2004-11-031-4/+17
* Improved an error message by using rsyserr().Wayne Davison2004-10-071-1/+1
* Set our stderr output to blocking I/O to avoid any loss of output.Wayne Davison2004-09-291-0/+10
* - 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