summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename lsh -> lsh.sh.Wayne Davison2013-06-095-4/+4
* Updating NEWS with the latest changes.Wayne Davison2013-06-091-3/+69
* Allow --password-file=- for a stdin-supplied password.Wayne Davison2013-06-092-22/+30
* Fix module-name splitting with --protect-args.Wayne Davison2013-06-022-0/+7
* Tweak --checksum-seed docs.Wayne Davison2013-06-022-9/+10
* Avoid preallocation on inplace file that is already long enough.Wayne Davison2013-06-021-1/+1
* Look for got_kill_signal in a couple more spots.Wayne Davison2013-05-281-6/+16
* Improve logic of code vs exit_code (etc.) in cleanup.Wayne Davison2013-05-261-21/+21
* Forward a MSG_ERROR_EXIT value to generator too.Wayne Davison2013-05-261-1/+1
* Avoid I/O via signal-handler thread.Wayne Davison2013-05-263-1/+34
* Improve iconvbufs() to do more buffer size checks.Wayne Davison2013-05-191-0/+7
* Fix msleep() if time goes backwards. Fixes bug 9789.Wayne Davison2013-05-191-0/+2
* Fixed unused variable warnings in free_stat_x.Wayne Davison2013-05-191-1/+6
* Add an implementation of getpass for systems that lack one.Wayne Davison2013-05-193-0/+78
* Use S_IXUSR instead of the now-obsolete S_IEXEC.Wayne Davison2013-05-191-1/+1
* Updated to the version dated 2013-04-24.Wayne Davison2013-05-191-101/+281
* Updated to the version dated 2013-05-16.Wayne Davison2013-05-192-279/+331
* Improve description of --max-delete.Wayne Davison2013-01-201-4/+6
* Fix weird error in test programs on SunOS.Wayne Davison2013-01-191-0/+11
* Update copyright year.Wayne Davison2013-01-1948-49/+49
* Update OLDNEWS with 3.0.9 info.Wayne Davison2013-01-191-1/+59
* Free ACL/xattr info in try_dests_reg() loop.Wayne Davison2013-01-191-1/+3
* Add free_stat_x() inline function.Wayne Davison2013-01-194-45/+21
* Further improve non-empty-destination --link-dest behavior:Wayne Davison2013-01-191-3/+13
* Remove -3 return from try_dests_reg() again -- let it do a local copyWayne Davison2013-01-191-9/+2
* Align fileio's map_ptr() reads. Fixes bug 8177.Wayne Davison2013-01-181-6/+14
* Reformat a few things for wider lines.Wayne Davison2013-01-181-9/+5
* Improve handling of existing files for alt-dest opts.Wayne Davison2013-01-182-12/+38
* Perl version of lsh that can change user w/o sudo.Wayne Davison2012-10-071-0/+81
* Fix bogus "vanished file" with "./" prefixes.Wayne Davison2012-10-071-3/+5
* Fix indentation that used expanded tabs.Wayne Davison2012-10-031-9/+9
* Avoid an unused variable warning if no setvbuf.Wayne Davison2012-09-231-0/+2
* Make read_args() return the full request.Wayne Davison2012-09-233-13/+20
* Make daemon listener exit w/code 0 on SIGTERM.Wayne Davison2012-06-161-1/+6
* Set the modtime to 0 on a partial file.Wayne Davison2012-05-051-1/+9
* Fix --only-write-batch hang with --hard-links.Wayne Davison2012-01-283-2/+5
* Add a slash-stripping version of rsync in support dir.Wayne Davison2012-01-281-0/+17
* flist->in_progress is only needed w/inc_recurese.Wayne Davison2012-01-281-1/+2
* Make stderr line-buffered w/--msgs2stderr.Wayne Davison2012-01-282-0/+9
* Add new --outbuf=N|L|B option.Wayne Davison2012-01-283-1/+43
* Allow --max-size=0 and --min-size=0.Wayne Davison2011-12-243-12/+18
* Complain if the --block-size=N value is too large.Wayne Davison2011-12-241-0/+6
* Improve the handling of verbose/debug messagesWayne Davison2011-12-212-11/+18
* Avoid double-free of xattr/acl data in real_sx.Wayne Davison2011-12-161-2/+4
* Mention that %a and %h are daemon-only escapes.Wayne Davison2011-11-241-2/+2
* Another asprintf() return-value-check tweak.Wayne Davison2011-11-231-1/+1
* Committing missed manpage tweak.Wayne Davison2011-11-231-2/+2
* make repeated --fuzzy option look into alt-dest dirs.Wayne Davison2011-11-235-76/+131
* Add compatibility with an unmodified zlib.Wayne Davison2011-11-215-14/+44
* Fix --compress data-duplication bug.Wayne Davison2011-11-212-1/+6