I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 18, 2024 — Jun 18, 2025
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 More... about 24 years ago
new error handling system More... about 24 years ago
better error msg for "invalid uid" and "invalid gid" More... about 24 years ago
i hate makefiles that automatically run configure :) 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. More... about 24 years ago
Check for alloca.h and mcheck.h, as included popt needs to know about them. More... over 24 years ago
Oops, fix edit mistake. More... over 24 years ago
More accurately, the uid/gid is set to -2, not "nobody". More... over 24 years ago
Add some todo comments. 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]>. More... over 24 years ago
Define _LARGE_FILES to turn on LFS support on AIX (and some others?). More... over 24 years ago
Doc. More... over 24 years ago
Add my name and a suggestion to read the FAQ for unanswered questions. More... over 24 years ago
Explain that the mktemp warning is harmless. More... over 24 years ago
Add some brief notes on how to install. More... over 24 years ago
popt-1.5 is const-correct. 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. More... over 24 years ago
Upgrade from popt 1.2 to a cut-down 1.5 More... over 24 years ago
Doc. More... over 24 years ago
Change from getopt to popt -- requires const-correctness on arguments. More... over 24 years ago
Change from getopt to popt. Add comments. Show listening port number in startup log message. More... over 24 years ago
Change from getopt to popt. Add comment. 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.) 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. More... over 24 years ago
Change from getopt to popt. Automatically build included libpopt if there is none on the system. More... over 24 years ago
Change from getopt to popt. More... over 24 years ago
Add comments. Better error message in the case of eof on read_timeout. More... over 24 years ago
Note about multiplexing. More... over 24 years ago
Check in built-in copy of libpopt in preparation for switching from getopt More... over 24 years ago
Doc. More... over 24 years ago