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
1 day
ago. based on code collected
1 day
ago.
Jun 18, 2024 — Jun 18, 2025
Showing page 225 of 249
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
improved error handling again. Now we report messages for the remote shell failing and propogate errors in a better fashion
Andrew Tridgell
More...
about 24 years ago
new error handling system
Andrew Tridgell
More...
about 24 years ago
better error msg for "invalid uid" and "invalid gid"
Andrew Tridgell
More...
about 24 years ago
i hate makefiles that automatically run configure :)
Andrew Tridgell
More...
about 24 years ago
I came up with a new way of avoiding the error handling lockup bug in rsync. It isn't pretty, but it does work and should completely avoid that class of lockup.
Andrew Tridgell
More...
about 24 years ago
Check for alloca.h and mcheck.h, as included popt needs to know about them.
Martin Pool
More...
over 24 years ago
Oops, fix edit mistake.
Martin Pool
More...
over 24 years ago
More accurately, the uid/gid is set to -2, not "nobody".
Martin Pool
More...
over 24 years ago
Add some todo comments.
Martin Pool
More...
over 24 years ago
Don't unconditionally define _LARGEFILE_SOURCE, but instead include some autoconf-2.13 macros that make the appropriate settings. Thanks to Albert Chin <
[email protected]
> and Paul Eggert <
[email protected]
>.
Martin Pool
More...
over 24 years ago
Define _LARGE_FILES to turn on LFS support on AIX (and some others?).
Martin Pool
More...
over 24 years ago
Doc.
Martin Pool
More...
over 24 years ago
Add my name and a suggestion to read the FAQ for unanswered questions.
Martin Pool
More...
over 24 years ago
Explain that the mktemp warning is harmless.
Martin Pool
More...
over 24 years ago
Add some brief notes on how to install.
Martin Pool
More...
over 24 years ago
popt-1.5 is const-correct.
Martin Pool
More...
over 24 years ago
Upgrade from including popt1.2 to a version of popt1.5 trimmed down to include only source and build from our Makefile. Don't scan for libpopt if we're using our own; this makes autoconf confused.
Martin Pool
More...
over 24 years ago
Upgrade from popt 1.2 to a cut-down 1.5
Martin Pool
More...
over 24 years ago
Doc.
Martin Pool
More...
over 24 years ago
Change from getopt to popt -- requires const-correctness on arguments.
Martin Pool
More...
over 24 years ago
Change from getopt to popt. Add comments. Show listening port number in startup log message.
Martin Pool
More...
over 24 years ago
Change from getopt to popt. Add comment.
Martin Pool
More...
over 24 years ago
Change from getopt to popt. Include more details in --version output: say whether symlinks and hardlinks are supported. When hardlink support is missing, explain whether the problem is on the client or server. When a bad option is encountered, don't just print it to stderr but send it to the rsync log mechanism. (However, server errors currently seem to get lost in transit because of bugs in logging.)
Martin Pool
More...
over 24 years ago
Change from getopt to popt. Automatically build included libpopt if there is none on the system, or if --with-included-popt is specified. Add --enable-debug.
Martin Pool
More...
over 24 years ago
Change from getopt to popt. Automatically build included libpopt if there is none on the system.
Martin Pool
More...
over 24 years ago
Change from getopt to popt.
Martin Pool
More...
over 24 years ago
Add comments. Better error message in the case of eof on read_timeout.
Martin Pool
More...
over 24 years ago
Note about multiplexing.
Martin Pool
More...
over 24 years ago
Check in built-in copy of libpopt in preparation for switching from getopt
Martin Pool
More...
over 24 years ago
Doc.
Martin Pool
More...
over 24 years ago
←
1
2
…
221
222
223
224
225
226
227
228
229
…
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