I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
check whether there is a / before a : in the rsync command line. If there is then assume that the : is from a filename, not a host:dir separator. This allows you to copy files with a : in them. (suggestion from [email protected]) More... almost 27 years ago
make rsync behave more like GNU cp with regard to file permissions when -p (preserve permissions) isn't set. More... almost 27 years ago
added the --safe-links option to disallow symlinks outside the destination tree More... almost 27 years ago
added the --safe-links option to disallow symlinks outside the destination tree More... almost 27 years ago
some code reformatting More... almost 27 years ago
removed old "make dist" target More... almost 27 years ago
changed wording of an error message More... almost 27 years ago
moved getopt.h above unistd.h to prevent problems with uwin on NT More... almost 27 years ago
fixed a problem with rsync buffering the debug output when redirected to a file. More... almost 27 years ago
make a function static More... almost 27 years ago
remove a useless debug message More... almost 27 years ago
code style change More... almost 27 years ago
use error to detect lockfile open failures vs. max connections reached and report an appropriate error message More... almost 27 years ago
- use explicit flushes instead of setlinebuf. I've had reports of verbose info not being line buffered to files. More... almost 27 years ago
remove a redundent continue statement More... almost 27 years ago
prioritise reading over writing in the select loop. (this is another ssh-friendly attempt) More... almost 27 years ago
fix the problem of --timeout waiting for twice the specified time. More... almost 27 years ago
- don't show "created directory" message unless verbose is selected More... almost 27 years ago
output progress % every 1k instead of every 1%, this is better for large files. More... almost 27 years ago
the recv_generator can be static More... almost 27 years ago
enable output buffering in the recv generator. This makes a significant difference when the transport is ssh as ssh will otherwise output a complete frame for each checksum record, which increases the checksum data in size by a factor of around 4. More... almost 27 years ago
don't need to send --progress option to server as the server never prints progress info. More... almost 27 years ago
added --progress option which shows the progress of transfers. This gives bored users something to watch. More... almost 27 years ago
- only keep a partial file if some literal data has been transferred, this prevents a second interrupted transfer from reducing the size of the transferred file. More... almost 27 years ago
I've had reports of rsyncd leaving zombies under digital unix. This patch tries to address the problem in two ways: More... almost 27 years ago
added a --partial option which tells rsync to keep partially transferred files if the transfer is interrupted. More... almost 27 years ago
if we get EWOULDBLOCK on a write then reduce the amount of data we are trying to write. This guarantees that the maximum amount of data that can be written at any one time is written. More... almost 27 years ago
use LDFLAGS in Makefile.in (fix from [email protected]) More... almost 27 years ago
fixed chmod bug pointed out by Han Holl <[email protected]> More... almost 27 years ago
preparing for release of 2.0.18 More... almost 27 years ago