summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create SECURITY.mdWayne Davison2020-09-021-0/+12
|
* Setup for 3.2.4dev.Wayne Davison2020-08-272-1/+16
|
* Simplify the compat logic for local_serverWayne Davison2020-08-272-52/+65
| | | | | | Change the logic in compat.c to construct the client_info string value for a local copy so that the various checks of the string don't need to make an exception for local_server.
* rsync-ssl: Verify the hostname in the certificate when using openssl.Matt McCutchen2020-08-261-1/+1
|
* Add some comments about protocol versions.Wayne Davison2020-08-071-4/+14
|
* Simplify where version.h is included.Wayne Davison2020-08-063-3/+3
|
* Preparing for release of 3.2.3v3.2.3Wayne Davison2020-08-063-8/+8
|
* Tweak a comment.Wayne Davison2020-08-051-2/+2
|
* Change fetch depth.Wayne Davison2020-08-031-0/+2
|
* Don't use --always to ensure a tag is in gitver.Wayne Davison2020-08-031-1/+1
|
* Avoid a build fail when git isn't installed.Wayne Davison2020-08-031-2/+3
|
* Make my_alloc(NULL) use malloc instead of calloc.Wayne Davison2020-08-033-9/+9
|
* Use touch for proto.h-tstamp since one awk wasn't updating mtime.Wayne Davison2020-08-031-1/+1
|
* Move SUPPORT_ATIMES to rsync.h.Wayne Davison2020-08-032-4/+4
|
* Create usage.c for smaller awk-dep rebuilds.Wayne Davison2020-08-034-240/+264
|
* Use RSYNC_GITVER in more outputWayne Davison2020-08-033-4/+9
|
* A couple more mkgitver tweaksWayne Davison2020-08-031-2/+2
| | | | | - Support git worktree checkouts (has non-dir .git) - Use --always for someone who may be missing a tag.
* Use --abbrev=8 instead of --tags.Wayne Davison2020-08-011-1/+1
|
* Put git version in a file for between-release versioning.Wayne Davison2020-08-014-2/+20
|
* Don't make .PHONY the first target in a Makefile.Wayne Davison2020-07-302-2/+2
|
* Make configure less annoyingWayne Davison2020-07-303-18/+59
| | | | | - Improve configure's notifications around the new features. - Improve the info about man page generation and fetching.
* Some Makefile improvements.Wayne Davison2020-07-292-13/+9
| | | | | | - Improve distclean. - Remove proto.h from GENFILES (we don't need to distribute it). - Improve finddead target.
* Tweak a comment.Wayne Davison2020-07-291-2/+2
|
* INSTALL changes, including some Fedora packages.Wayne Davison2020-07-291-8/+17
|
* Preparing for release of 3.2.3pre1v3.2.3pre1Wayne Davison2020-07-272-7/+7
|
* Need 3.2.3 line in table & tweak to release script.Wayne Davison2020-07-272-1/+2
|
* A couple more NEWS updates.Wayne Davison2020-07-271-0/+5
|
* Set LANG to C to help with some remote build hosts.Wayne Davison2020-07-271-0/+2
|
* Use linkat() if availableWayne Davison2020-07-272-2/+15
| | | | | Some OSes have a more capable linkat() function that can hard-link syslinks, so use linkat() when it is available.
* Add a few more skip-compress suffixes.Wayne Davison2020-07-271-0/+36
|
* Make the `--append*` options have more warnings.Wayne Davison2020-07-271-21/+22
|
* Don't allow a completely empty source arg.Wayne Davison2020-07-272-0/+10
|
* Mention an implied option.Wayne Davison2020-07-271-0/+3
|
* Replace a couple calloc() calls with new_array0().Wayne Davison2020-07-261-5/+3
|
* Complain about a missing/non-dir `--temp-dir`.Wayne Davison2020-07-262-0/+21
|
* Don't include config.h in proto.h rule.Wayne Davison2020-07-261-1/+1
|
* Mention awk/gawk/nawk dependency.Wayne Davison2020-07-261-7/+8
|
* Mention `--protect-args` in `--chown` info.Wayne Davison2020-07-261-1/+4
|
* Fix issue where rdev major could get out of syncWayne Davison2020-07-262-4/+9
| | | | | | If the receiving side read a hard-linked device, it needs to set the value of rdev_major to the value it snags from the hard-linked data because the sender set their rdev_major value for that file entry.
* Have release script use patch-update --make (not --shell)Wayne Davison2020-07-251-4/+4
|
* Fix a grammar error.Wayne Davison2020-07-251-1/+1
|
* More spelling fixes.Wayne Davison2020-07-252-23/+23
|
* Fix some spelling errors.Wayne Davison2020-07-251-6/+6
|
* Change new stderr options to `--stderr=MODE`.Wayne Davison2020-07-253-28/+48
|
* Change daemon variable & simplify some option codeWayne Davison2020-07-254-26/+22
| | | | | | | | | - Rename daemon_over_rsh -> daemon_connection since it is also used to indicate if a non-rsh daemon connection is active. - Move the daemon-over-rsh exception out of server_options() to the one caller that needs that behavior. - Don't allow noop_io_until_death() to be short-circuited when talking to a daemon over a socket, because it can't send errors via stderr.
* Tweak NEWS & src_file().Wayne Davison2020-07-242-5/+4
|
* Add `--errors2stderr` & `--msgs2protocol` options.Wayne Davison2020-07-243-28/+41
|
* Handle the first run of configure; prefer gmake.Wayne Davison2020-07-241-2/+6
|
* Change smart-rebuild to smart-make.Wayne Davison2020-07-242-6/+6
|
* Fix the setting of $make.Wayne Davison2020-07-241-2/+4
|