I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
If the daemon is unable to fork a child to accept a connection, print an error message. (Colin Walters) More... over 22 years ago
Add -vvv trace statement to set_modtime to help with Debian bug #100295. More... over 22 years ago
This test must specify --times because it compares listings that include mtimes. More... over 22 years ago
Fix bug that made tls.o not be removed by 'make clean'. More... over 22 years ago
Doc: More... over 22 years ago
Ignore SIGPIPE and allow EPIPE to get through to the program so that we don't get stuck in a recursive loop trying to report a broken pipe across that same broken pipe. Debian bug #128632 (Colin Walters) More... over 22 years ago
Fix for rsync server processes hanging around after the client unexpectedly disconnects. (Colin Walters) (Debian bug #128632) More... over 22 years ago
rwrite: Doc. More... over 22 years ago
Document multiplex stuff. More... over 22 years ago
Doc. More... over 22 years ago
If a daemon prints an error message of @ERROR, have the client treat the message as an FERROR rather than an FINFO. More... over 22 years ago
Add item about fixing "out of memory in flist_expand" on Sunos4. More... over 22 years ago
Added the two most important bug fixes to NEWS to make sure they're not forgotten for the next release. More... over 22 years ago
Patch from Jos Backus <[email protected]> to use HAVE_SOCKADDR_LEN rather than HAVE_SOCK_SIN_LEN around use of sin_len. Correct usage was already in place in clientname.c. More... over 22 years ago
Suggested patch from Jim Ogilvie <[email protected]> to print out the system error message when mkstemp fails. More... over 22 years ago
Reversing the order of maybe_emit_filelist_progress() and emit_filelist_progress() makes the native compilers on systems including Solaris and Irix happier. More... over 22 years ago
Some systems, notably Sunos4, do not support realloc(NULL, n), so if nothing has yet been malloced in flist_expand(), call malloc instead of realloc. Problem introduced in revision 1.106 of flist.c on January 25. More... over 22 years ago
At least change INO64_T and DEV64_T back to just 'int64', not 'unsigned int64'. This should fix some compile problems on machines where int64 is not a simple integer type, but I'm not convinced it is the ideal fix. More... over 22 years ago
Factor out code for filelist progress. Copy&paste considered harmful. More... over 22 years ago
Add a test that --owner correctly propagates ownership of files for a local transfer as root. More... over 22 years ago
Add a test that --group correctly propagates groups of which the local user is a member. More... over 22 years ago
Add $preserve_scratch and $always_log so if you want to see details about successful tests, you can. More... over 22 years ago
Oops -- have to call setgroups() before giving up root. More... over 22 years ago
Make sure we call setgroups() after setuid(). (Ethan Benson) More... over 22 years ago
Remove the "rsync:" prefixes on FINFO messages. Return the "building file list ... done" to the way it was in 2.5.1 and before when not using -P. Apply the file list progress messages when receiving files in addition to sending files. More... over 22 years ago
Make batch mode actually work and add man page documentation. From Jos Backus. More... over 22 years ago
Merge modified --with-rsh patch: we now determine the default remote-execution command as follows: More... over 22 years ago
Doc: Rusty's /*/* exclude hack produces spurious output with -vv. More... over 22 years ago
Add --no-whole-file and --no-blocking-io options More... over 22 years ago
Only print the command used to open connections with -vv, not just -v. More... over 22 years ago