openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
rsync
Settings
|
Report Duplicate
1,802
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 3 hours
ago. based on code collected
about 3 hours
ago.
Jun 07, 2024 — Jun 07, 2025
Showing page 238 of 249
Search / Filter on:
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]
)
Andrew Tridgell
More...
almost 27 years ago
make rsync behave more like GNU cp with regard to file permissions when -p (preserve permissions) isn't set.
Andrew Tridgell
More...
almost 27 years ago
added the --safe-links option to disallow symlinks outside the destination tree
Andrew Tridgell
More...
almost 27 years ago
added the --safe-links option to disallow symlinks outside the destination tree
Andrew Tridgell
More...
almost 27 years ago
some code reformatting
Andrew Tridgell
More...
almost 27 years ago
removed old "make dist" target
Andrew Tridgell
More...
almost 27 years ago
changed wording of an error message
Andrew Tridgell
More...
almost 27 years ago
moved getopt.h above unistd.h to prevent problems with uwin on NT
Andrew Tridgell
More...
almost 27 years ago
fixed a problem with rsync buffering the debug output when redirected to a file.
Andrew Tridgell
More...
almost 27 years ago
make a function static
Andrew Tridgell
More...
almost 27 years ago
remove a useless debug message
Andrew Tridgell
More...
almost 27 years ago
code style change
Andrew Tridgell
More...
almost 27 years ago
use error to detect lockfile open failures vs. max connections reached and report an appropriate error message
Andrew Tridgell
More...
almost 27 years ago
- use explicit flushes instead of setlinebuf. I've had reports of verbose info not being line buffered to files.
Andrew Tridgell
More...
almost 27 years ago
remove a redundent continue statement
Andrew Tridgell
More...
almost 27 years ago
prioritise reading over writing in the select loop. (this is another ssh-friendly attempt)
Andrew Tridgell
More...
almost 27 years ago
fix the problem of --timeout waiting for twice the specified time.
Andrew Tridgell
More...
almost 27 years ago
- don't show "created directory" message unless verbose is selected
Andrew Tridgell
More...
almost 27 years ago
output progress % every 1k instead of every 1%, this is better for large files.
Andrew Tridgell
More...
almost 27 years ago
the recv_generator can be static
Andrew Tridgell
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.
Andrew Tridgell
More...
almost 27 years ago
don't need to send --progress option to server as the server never prints progress info.
Andrew Tridgell
More...
almost 27 years ago
added --progress option which shows the progress of transfers. This gives bored users something to watch.
Andrew Tridgell
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.
Andrew Tridgell
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:
Andrew Tridgell
More...
almost 27 years ago
added a --partial option which tells rsync to keep partially transferred files if the transfer is interrupted.
Andrew Tridgell
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.
Andrew Tridgell
More...
almost 27 years ago
use LDFLAGS in Makefile.in (fix from
[email protected]
)
Andrew Tridgell
More...
almost 27 years ago
fixed chmod bug pointed out by Han Holl <
[email protected]
>
Andrew Tridgell
More...
almost 27 years ago
preparing for release of 2.0.18
rsync-bugs
More...
almost 27 years ago
←
1
2
…
234
235
236
237
238
239
240
241
242
…
248
249
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree