summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document patch merge.cvs/branch-merge-rsync+-2.4.7Martin Pool2001-08-061-0/+4
* This time for sure :-): merge the rsync+ 2.4.6 patch onto the head.Martin Pool2001-08-0611-23/+779
* Summarize all the changes since 2.4.6 so we have them in one place.Martin Pool2001-08-061-0/+55
* updated config scripts from subversionAndrew Tridgell2001-07-222-354/+950
* reap children in sigchld handlerAndrew Tridgell2001-07-171-0/+3
* prevent nasty error msgs when listing sharesAndrew Tridgell2001-07-171-0/+5
* removed remnant test code for crayAndrew Tridgell2001-06-281-2/+0
* fixed md4 on 64 bit boxesAndrew Tridgell2001-06-261-24/+16
* applied simple nohang patch from Wayne DavisonAndrew Tridgell2001-06-261-4/+4
* Improve the description of --with-default-rsync.David Dykstra2001-06-221-1/+1
* allow shell wildcards in auth users linesAndrew Tridgell2001-06-222-9/+10
* If binding to a low-numbered port fails with EACCES, then the errorMartin Pool2001-06-211-0/+4
* Fix from Wayne Davison:Martin Pool2001-06-211-1/+1
* Simplify the --with-rsync-path option implementation. Can directly passDavid Dykstra2001-06-131-2/+1
* Use 3rd parameter in AC_DEFINE and AC_DEFINE_UNQUOTED to avoid having toDavid Dykstra2001-06-122-35/+18
* Add --with-rsync-path option.David Dykstra2001-06-123-2/+9
* Make --whole-file the default when source and target are on the local machine.David Dykstra2001-05-292-3/+9
* Ran rsync.yo through yodl2man to produce rsync.1. I found that the stringDavid Dykstra2001-05-241-1/+1
* Add --ignore-errors documentation.David Dykstra2001-05-221-1/+4
* forgot 1 place that used slprintfAndrew Tridgell2001-05-071-2/+2
* imported new snprintf.c from samba, got rid of slprintfAndrew Tridgell2001-05-0714-717/+834
* no space after -I or Tru64 barfsAndrew Tridgell2001-05-061-1/+1
* use _S_IFLNK not S_IFLNKAndrew Tridgell2001-05-021-3/+3
* use mkstemp on systems where it is secureAndrew Tridgell2001-05-026-28/+58
* better pid file locationAndrew Tridgell2001-05-021-1/+1
* use %.0f instead of %ldAndrew Tridgell2001-04-131-3/+2
* Add the words "on destination machine" to the --compare-dist descriptionDavid Dykstra2001-03-231-12/+12
* "rsync error" is better than "transfer error", especially for -hAndrew Tridgell2001-03-231-1/+1
* got rid of dependency on alloca in poptAndrew Tridgell2001-03-234-13/+32
* improved error handling again. Now we report messages for the remoteAndrew Tridgell2001-03-235-34/+57
* new error handling systemAndrew Tridgell2001-03-226-20/+19
* better error msg for "invalid uid" and "invalid gid"Andrew Tridgell2001-03-211-2/+2
* i hate makefiles that automatically run configureAndrew Tridgell2001-03-211-1/+1
* I came up with a new way of avoiding the error handling lockup bug inAndrew Tridgell2001-03-212-10/+68
* Check for alloca.h and mcheck.h, as included popt needs to know aboutMartin Pool2001-03-201-2/+3
* Oops, fix edit mistake.Martin Pool2001-03-191-1/+2
* More accurately, the uid/gid is set to -2, not "nobody".Martin Pool2001-03-172-4/+5
* Add some todo comments.Martin Pool2001-03-171-0/+7
* Don't unconditionally define _LARGEFILE_SOURCE, but instead includeMartin Pool2001-03-173-7/+76
* Define _LARGE_FILES to turn on LFS support on AIX (and some others?).Martin Pool2001-03-161-0/+7
* Doc.Martin Pool2001-03-161-1/+1
* Add my name and a suggestion to read the FAQ for unanswered questions.Martin Pool2001-02-271-1/+6
* Explain that the mktemp warning is harmless.Martin Pool2001-02-271-1/+11
* Add some brief notes on how to install.Martin Pool2001-02-241-0/+15
* popt-1.5 is const-correct.Martin Pool2001-02-241-3/+2
* Upgrade from including popt1.2 to a version of popt1.5 trimmed down toMartin Pool2001-02-242-16/+15
* Upgrade from popt 1.2 to a cut-down 1.5Martin Pool2001-02-2440-5038/+814
* Doc.Martin Pool2001-02-232-2/+6
* Change from getopt to popt -- requires const-correctness on arguments.Martin Pool2001-02-231-8/+9
* Change from getopt to popt.Martin Pool2001-02-231-11/+20