I Use This!
Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added copyright notice from Patrick Powell More... over 26 years ago
get the date comparison the right way around More... over 26 years ago
use the orig_umask when choosing perms for the log file. More... over 26 years ago
fixed perms on rsyncd log file More... over 26 years ago
move the time init before the logfile opening. More... over 26 years ago
added a perl script to summarise the rsyncd log format More... over 26 years ago
added %m, %P and %u options to logging More... over 26 years ago
need BIG_ENDIAN test for inet_ntoa replacement More... over 26 years ago
check for a broken inet_ntoa() on IRIX More... over 26 years ago
get null termination right in logging More... over 26 years ago
get null termination right in logging More... over 26 years ago
hopefuly fix logging of "transfer interrupted" messages More... over 26 years ago
added "log format" option to allow admins to choose the format for rsyncd log file entries More... over 26 years ago
hanle null strings in -vvv output More... over 26 years ago
fixed cacheing of some values (using code from Samba) More... over 26 years ago
Fix for systems such as Unixware that have a cc that does not support -o with -c. More... over 26 years ago
put the pid on each line of the log file to facilitate auto-parsing. Requested by Jarkko Hietaniemi ([email protected]) More... over 26 years ago
put the pid on each line of the log file to facilitate auto-parsing. Requested by Jarkko Hietaniemi ([email protected]) More... over 26 years ago
some minor optimisations More... over 26 years ago
a change I made yesterday corrupted the displayed filename in some cases. cosmetic fix. More... over 26 years ago
final change needed to get rsync working on a CRAY J90 More... over 26 years ago
kfixed char* casts More... over 26 years ago
changes to get rsync working on a CRAY J90. This machine doesn't have a 4 byte integer type (short is 8 bytes). I needed to use a new md4 implementation (I used the portable one I wrote for Samba). More... over 26 years ago
syslog support in rsync daemon has been broken since I added the "log file" option. I wonder why noone reported it? Or did everyone just use "log file" ? More... over 26 years ago
fixed handling of %.0f in replacement snprintf.c More... over 26 years ago
fixed a typo More... over 26 years ago
and I thought I wasn't going to do any rsync coding for a while ... More... over 26 years ago
Document the fact that --numeric-ids is implied if the source system is a daemon using chroot. More... over 26 years ago
- Define bindir and mandir as per gnu makefile standards - Add install-strip target as per gnu makefile standards Contributed by Fred Sanchez <[email protected]> More... over 26 years ago
fixed a typecast More... over 26 years ago