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 23 hours
ago. based on code collected
about 23 hours
ago.
Jun 13, 2024 — Jun 13, 2025
Showing page 242 of 249
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixed handling of vsprintf on SunOS
Andrew Tridgell
More...
about 27 years ago
preparing for release of 2.0.5
rsync-bugs
More...
about 27 years ago
removed some debug code
Andrew Tridgell
More...
about 27 years ago
got rid of "EOF in map_ptr" problem. If a file shrinks mid transfer then we supply a zero filled buffer at the end and rely on the checksum to cause a retry. This is really the best we can do as there is no correct semantics for copying a changing file!
Andrew Tridgell
More...
about 27 years ago
added a "socket options" option to rsyncd.conf. This option will provide hours of fun for those people who like to tune their systems to the utmost degree.
Andrew Tridgell
More...
about 27 years ago
preparing for release of 2.0.4
rsync-bugs
More...
about 27 years ago
load just the globals section of the config file when the daemon starts so we know the syslog facility for the "starting" message
Andrew Tridgell
More...
about 27 years ago
- changed the log messages to show the requested path - some more paranoid buffer size checks - separate open syslog call - handle systems without LOG_NDELAY
Andrew Tridgell
More...
about 27 years ago
use strlcat() strlcpy() and slprintf() whenever possible to avoid any chance of a buffer overflow
Andrew Tridgell
More...
about 27 years ago
allow the specification of multiple filenames (with or without wildcards) to a rsync server. For example you can do:
Andrew Tridgell
More...
about 27 years ago
preparing for release of 2.0.3
rsync-bugs
More...
about 27 years ago
use a separate "make man" target so people don't need yodl
Andrew Tridgell
More...
about 27 years ago
preparing for release of 2.0.2
rsync-bugs
More...
about 27 years ago
added write buffering during the file list sending. This makes things a bit more efficient (less system calls)
Andrew Tridgell
More...
about 27 years ago
fixed a select bug which caused rsync to use far more cpu time than necessary on the server
Andrew Tridgell
More...
about 27 years ago
updated the README a bit
Andrew Tridgell
More...
about 27 years ago
- added some notes about encryption and authentication to the man pages
Andrew Tridgell
More...
about 27 years ago
preparing for release of 2.0.1
rsync-bugs
More...
about 27 years ago
fixed typo in rsyncd exclude handling
Andrew Tridgell
More...
about 27 years ago
added "exclude" and "exclude from" options to rsyncd.conf.
Andrew Tridgell
More...
about 27 years ago
fixed SIGCLD -> SIGCHLD
Andrew Tridgell
More...
about 27 years ago
preparing for release of 2.0.0
rsync-bugs
More...
about 27 years ago
fixed spelling mistakes
Andrew Tridgell
More...
about 27 years ago
documentation!
Andrew Tridgell
More...
about 27 years ago
syslog some stats
Andrew Tridgell
More...
about 27 years ago
now support integers or strings for syslog facility
Andrew Tridgell
More...
about 27 years ago
changed "syslog facility" to an enumerated type so the string name is used in rsyncd.conf
Andrew Tridgell
More...
about 27 years ago
make host access controls case insensitive
Andrew Tridgell
More...
about 27 years ago
removed a debug line
Andrew Tridgell
More...
about 27 years ago
added globbing support in the rsync daemon. This will allow you to specify wildcards when grabbing files from a anon rsync daemon.
Andrew Tridgell
More...
about 27 years ago
←
1
2
…
238
239
240
241
242
243
244
245
246
247
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