summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-03-11Notes on processing the SGML stuff.Martin Pool1-0/+20
2002-03-08Notes from Rasmus about statistics.Martin Pool1-2/+13
2002-02-27Cygwin doesn't have setgroups() so probe for the function in configureDavid Dykstra2-1/+3
2002-02-27I had accidentally deleted the case for --include-from when I addedDavid Dykstra1-0/+4
2002-02-25Try out DocBook SGML to see if it's easier than Texinfo.Martin Pool1-0/+116
2002-02-25Start of Python code to generate likely-looking pseudo random fileMartin Pool1-0/+133
2002-02-25Merge Texinfo onto head.Martin Pool1-0/+396
2002-02-25Add targets to build documentation from Texinfo.Martin Pool1-0/+9
2002-02-25More discussion about zlib.Martin Pool1-2/+22
2002-02-25Scrappy notes on hot functions that should be fixedMartin Pool1-0/+42
2002-02-23With -vv, client shows a message when opening a daemon connection viaMartin Pool1-0/+4
2002-02-23With -vv, client shows a message when opening a daemon connection.Martin Pool1-0/+2
2002-02-23Add UNUSED macro that expands to a parameter attribute annotation onMartin Pool2-3/+9
2002-02-23Doc.Martin Pool1-0/+3
2002-02-23print_child_argv can be static.Martin Pool1-1/+1
2002-02-23Make "make proto" work for VPATH builds.Martin Pool1-1/+1
2002-02-21Revert 1.134 -- this breaks Net/Free BSD.Martin Pool1-12/+1
2002-02-21Make setgroups(0,0) unconditional -- accidentally thinking we haveMartin Pool2-4/+2
2002-02-21Add bug # for #132272Martin Pool1-1/+2
2002-02-19Patch from Albert Chin to fix getaddrinfo on Tru64 UNIX 5.x.Martin Pool1-1/+12
2002-02-19Bump version to 2.5.3pre1v2.5.3pre1Martin Pool1-1/+1
2002-02-19Clean up error messageMartin Pool1-2/+2
2002-02-19DocMartin Pool1-0/+3
2002-02-19rsync prefix on mkdir and pushdir error messages.Martin Pool1-3/+4
2002-02-18Doc.Martin Pool1-0/+1
2002-02-18Change shell syntax to try to please SolarisMartin Pool1-3/+14
2002-02-18Fix error handling for failing to fork after accepting a connection --Martin Pool1-2/+2
2002-02-18Solaris does not have diff -u.Martin Pool1-1/+1
2002-02-18Must use STRUCT_STAT not "struct stat" to be compatible with otherMartin Pool1-1/+1
2002-02-18Cope with BSD systems on which mkdir() will not accept a trailingMartin Pool2-5/+23
2002-02-18If the daemon is unable to fork a child to accept a connection, printMartin Pool2-2/+16
2002-02-18Add -vvv trace statement to set_modtime to help with Debian bugMartin Pool1-2/+10
2002-02-18This test must specify --times because it compares listings thatMartin Pool1-1/+2
2002-02-18Fix bug that made tls.o not be removed by 'make clean'.Martin Pool1-3/+3
2002-02-18Doc:Martin Pool1-0/+3
2002-02-18Ignore SIGPIPE and allow EPIPE to get through to the program so thatMartin Pool1-1/+4
2002-02-18Fix for rsync server processes hanging around after the clientMartin Pool2-0/+6
2002-02-18rwrite: Doc.Martin Pool1-1/+5
2002-02-18Document multiplex stuff.Martin Pool1-5/+17
2002-02-18Doc.Martin Pool1-6/+4
2002-02-18If a daemon prints an error message of @ERROR, have the client treat theDavid Dykstra1-1/+4
2002-02-14Add item about fixing "out of memory in flist_expand" on Sunos4.David Dykstra1-0/+3
2002-02-13Added the two most important bug fixes to NEWS to make sure they're notDavid Dykstra1-0/+9
2002-02-13Patch from Jos Backus <josb@cncdsl.com> to use HAVE_SOCKADDR_LEN ratherDavid Dykstra1-1/+1
2002-02-13Suggested patch from Jim Ogilvie <jogilvie@us.ibm.com> to print out theDavid Dykstra1-1/+1
2002-02-13Reversing the order of maybe_emit_filelist_progress() andDavid Dykstra1-5/+5
2002-02-13Some systems, notably Sunos4, do not support realloc(NULL, n), so ifDavid Dykstra1-1/+4
2002-02-13At least change INO64_T and DEV64_T back to just 'int64', notMartin Pool1-2/+2
2002-02-13Factor out code for filelist progress. Copy&paste considered harmful.Martin Pool1-5/+25
2002-02-09Add a test that --owner correctly propagates ownership of files for aMartin Pool1-0/+38