summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for release of 3.2.0v3.2.0Wayne Davison2020-06-194-8/+8
* Simplify a variable.Wayne Davison2020-06-191-7/+6
* Yes, we know we're discarding a return value.Wayne Davison2020-06-191-3/+3
* Simple change to recv_token().Wayne Davison2020-06-191-11/+4
* Prevent unnecessary xattr warning by reordering header inclusion. (#22)Holger Hoffstätte2020-06-192-3/+4
* A few minor man page tweaks.Wayne Davison2020-06-191-21/+20
* More non-breaking space/dash improvementsWayne Davison2020-06-181-15/+22
* Use `-⁠` instead of `‑`Wayne Davison2020-06-181-2/+2
* Comment must be indented to avoid ending the list item.Wayne Davison2020-06-181-2/+2
* Handle a missing c++ too.Wayne Davison2020-06-181-10/+15
* Make SIMD enabled by default again (for x86_64)Wayne Davison2020-06-183-8/+8
* Check extra rounding using an int64.Wayne Davison2020-06-181-2/+2
* We need to use nawk or gawk on Solaris, not their weird awk.Wayne Davison2020-06-182-3/+5
* Complain if we can't enable simd on non-x86_64.Wayne Davison2020-06-181-0/+4
* Fix clang check.Wayne Davison2020-06-181-1/+1
* Get rid of useless -e with sed.Wayne Davison2020-06-181-1/+1
* x86-64 SIMD build fixes (#20)Chainfire2020-06-182-113/+243
* Use documentation to extract 2 more .h listsWayne Davison2020-06-187-21/+88
* Make the g++ check more lenient.Wayne Davison2020-06-181-4/+7
* A few minor man page improvements.Wayne Davison2020-06-171-3/+14
* Enhance compatibility with older python3 versions.Wayne Davison2020-06-171-2/+2
* A couple more NEWS tweaks.Wayne Davison2020-06-171-6/+6
* Preparing for release of 3.2.0pre3v3.2.0pre3Wayne Davison2020-06-172-5/+5
* Be a little more explicit with override info.Wayne Davison2020-06-172-2/+8
* add a systemd socket unit for rsyncChristian Hesse2020-06-172-0/+35
* update rsync systemd unit, add more security featuresChristian Hesse2020-06-171-0/+18
* Change SIMD back to disabled unless requested.Wayne Davison2020-06-163-11/+5
* Some fixes after compiling on cygwin.Wayne Davison2020-06-163-10/+11
* Update config.guess & config.sub.Wayne Davison2020-06-162-1671/+1808
* Have --disable-md2man affect the Makefile.Wayne Davison2020-06-162-1/+3
* Fix /usr/bin/env with script args.Wayne Davison2020-06-165-5/+5
* Use /usr/bin/env for increased portability.Wayne Davison2020-06-1628-28/+28
* A few more NEWS tweaks.Wayne Davison2020-06-161-7/+14
* enh(configure) Promote OpenSSL crypto lib supportbenrubson2020-06-161-3/+12
* A few more trivial tweaks.Wayne Davison2020-06-161-4/+3
* Fix `md2man --test` on a fresh checkout.Wayne Davison2020-06-162-30/+38
* Add g++ failure info; add mention of SSL rsyncd examples.Wayne Davison2020-06-162-0/+3
* Only complain about lack of g++ on linux for now.Wayne Davison2020-06-161-2/+9
* Add configure check for md2man functioning; split long error lines.Wayne Davison2020-06-161-7/+41
* Change configure to make new features more likely to get included in a build.Wayne Davison2020-06-162-12/+38
* Fix bug in CXXFLAGS tweak.Wayne Davison2020-06-161-5/+2
* Remove the new $< use from the Makefile.Wayne Davison2020-06-161-4/+4
* Tweak my email.Wayne Davison2020-06-162-3/+3
* More spelling fixes from FossiesWayne Davison2020-06-165-11/+11
* Turn help-from-md into an awk script.Wayne Davison2020-06-153-33/+41
* Avoid -e option to sed for BSD.Wayne Davison2020-06-151-7/+6
* A few small tweaks.Wayne Davison2020-06-154-4/+12
* Preparing for release of 3.2.0pre2v3.2.0pre2Wayne Davison2020-06-152-5/+5
* Fixed setting of rsync_lastver var.Wayne Davison2020-06-151-3/+4
* Document how to setup rsyncd behind a TLS proxy.Wayne Davison2020-06-151-7/+53