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