I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clearer doc. More... over 22 years ago
Add --enable-profile to turn on gprof. This is not perfect, because it seems to only write to ./gmon.out, and that causes trouble when there are several rsync processes in the same directory. But you can make it work. More... over 22 years ago
Update More... over 22 years ago
The Ted T'so school of program optimization: make progress visible and people will think it's faster. More... over 22 years ago
Remove unused variable. More... over 22 years ago
Oops, getaddrinfo returns an error code (not -1) for error. -Wall is good. More... over 22 years ago
Define _GNU_SOURCE so that we get all necessary prototypes. More... over 22 years ago
If using GCC, try to turn on -Wall. I want to be clean with respect to -Wall. More... over 22 years ago
Fix for <http://rsync.samba.org/cgi-bin/rsync/incoming?id=3750> More... over 22 years ago
Ignore testtmp directories. More... over 22 years ago
DOc. More... over 22 years ago
Always use 64-bit ino_t and dev_t internally, so that we can detect hardlinks if coming from a larger platform. Add heaps of comments explaining why this is so. More... over 22 years ago
More comments about IPv6 stuff. More... over 22 years ago
When checking what was copied, use specific -d -f -L flags to test rather than -e. (Perhaps Solaris doesn't have test -e?) More... over 22 years ago
The current version of rsync is expected to fail to eliminate all duplicates from list. More... over 22 years ago
Add concept of expected-failure. More... over 22 years ago
Give cleaner output from "make check" More... over 22 years ago
Bump version number. More... over 22 years ago
Improved duplicates test: check that each file is copied once and exactly once. More... over 22 years ago
Check whether code to eliminate duplicate filenames works (hint: it does not.) More... over 22 years ago
Better mallinfo() output in --stats More... over 22 years ago
Update copyright More... over 22 years ago
Doc More... over 22 years ago
Look for mallinfo() and use it to display heap usage information in --stats More... over 22 years ago
In protocol version 26, always send 64-bit ino_t and dev_t. We also need to try to use 64-bit ino_t internally *even if* this platform does not have 64-bit inums itself, because we need to find duplicate inums when coming from a larger platform with --hardlinks. More... over 22 years ago
Autoindent Add copyright More... over 22 years ago
Improved test framework and test for hardlink handling More... over 22 years ago
Bump version More... over 22 years ago
Merge [email protected]: Add test case for -H More... over 22 years ago
Merge [email protected]: tls now shows number of links to a file to aid in testing -H More... over 22 years ago