summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Restore UNUSED() macro (the prior problems that prompted me to removeWayne Davison2004-06-094-8/+18
* Needed to enclose the new symlink-warning code in anWayne Davison2004-06-091-4/+10
* Renamed read_unbuffered() to readfd_unbuffered() so that it matchesWayne Davison2004-06-091-6/+5
* - Made the maximum-fd computation prior to a select() use the same idiomWayne Davison2004-06-081-40/+38
* Improved a comment in read_msg_fd() and made the byte-reading codeWayne Davison2004-06-081-20/+17
* Improved rwrite() in two ways:Wayne Davison2004-06-071-43/+37
* Increase the size of the message-receving buffer for errorWayne Davison2004-06-071-2/+2
* Changed a few FINFO messages to FLOG.Wayne Davison2004-06-071-6/+6
* Got rid of some am_daemon games in option_error().Wayne Davison2004-06-071-5/+0
* Updated some exclude information that has changed.Wayne Davison2004-06-071-33/+26
* Don't report a "file vanished" error if a symlink points to nowhereWayne Davison2004-06-071-25/+28
* Updated a couple things.Wayne Davison2004-06-061-8/+2
* Tell folks to go to the bug-tracking page to report bugs.Wayne Davison2004-06-061-4/+3
* - Got rid of some useless calls to msg_list_push().Wayne Davison2004-06-061-12/+16
* If the user specifies a small io_timeout value, lower select_timeout.Wayne Davison2004-06-061-2/+8
* Make sure our select calls don't sleep for over one minute at a time,Wayne Davison2004-06-061-9/+7
* Don't use single-line "if (condition) statement;" idiom.Wayne Davison2004-06-061-16/+21
* Mention changes to the patches dir.Wayne Davison2004-06-051-0/+3
* Neatened up some of the glob-expand code and made a few otherWayne Davison2004-06-051-39/+44
* Some superficial code tweaks.Wayne Davison2004-06-051-41/+34
* Mentioned new --keep-dirlinks option.Wayne Davison2004-06-051-0/+4
* New --keep-dirlinks option.Wayne Davison2004-06-053-3/+24
* Mention new SSH_* vars.Wayne Davison2004-06-031-0/+3
* The daemon-over-ssh code now looks for $SSH_CONNECTION and $SSH2_CLIENTWayne Davison2004-06-031-12/+10
* - Added older news from NEWS file.Wayne Davison2004-06-011-0/+239
* Moved older news to OLDNEWS.Wayne Davison2004-06-011-246/+8
* Got rid of an unneeded character pointer in send_file_entry().Wayne Davison2004-05-291-2/+2
* Mention the --bwlimit change.Wayne Davison2004-05-281-0/+4
* Improvements to make --bwlimit work better.Wayne Davison2004-05-271-6/+38
* Set a new variable, bwlimit_writemax, based on the value of the bwlimitWayne Davison2004-05-271-0/+7
* Got rid of a superfluous call to gettimeofday().Wayne Davison2004-05-241-1/+0
* The various include/exclude options are not used on the server side,Wayne Davison2004-05-241-4/+8
* Made full_fname()'s char-pointer arg const.Wayne Davison2004-05-241-1/+1
* - Properly quote the $excl references.Wayne Davison2004-05-241-5/+8
* Improved the depth calculation in sanitize_path() so that it properlyWayne Davison2004-05-231-2/+5
* Moved a couple lines.Wayne Davison2004-05-221-2/+2
* A few minor improvements to the existing items.Wayne Davison2004-05-221-4/+7
* Fixed a typo in the sending of the --checksum-seed option to the server.Wayne Davison2004-05-221-1/+1
* Fixed the comment for get_exclude_tok().Wayne Davison2004-05-221-4/+3
* Tweaked the alloc/realloc code in flist_expand().Wayne Davison2004-05-211-8/+4
* Tell rsync to preserve permissions.Wayne Davison2004-05-211-1/+1
* Another new option.Wayne Davison2004-05-211-0/+2
* Got rid of a compiler warning (which was only output by certainWayne Davison2004-05-211-1/+1
* Added the --checksum-seed option.Wayne Davison2004-05-212-0/+23
* - Improved option_error() to make sure that the user sees the error inWayne Davison2004-05-211-12/+11
* Document a couple more changes.Wayne Davison2004-05-211-0/+6
* If --backup was specified without a --backup-dir, don't preserve theWayne Davison2004-05-211-4/+7
* Moved a few externs.Wayne Davison2004-05-211-7/+7
* Changed sum_init() to take a seed value as an arg instead of alwaysWayne Davison2004-05-214-8/+10
* - Mention the change to the daemon-mode's exclude handling.Wayne Davison2004-05-191-3/+9