]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2004-04-22  Wayne DavisonGot rid of a wrong paragraph.
2004-04-22  Wayne DavisonGot rid of a bunch of cruft.
2004-04-22  Wayne DavisonUpdated the default list of cvs-excluded files and...
2004-04-22  Wayne DavisonAdded "debug_type" to the exclude_list_struct.
2004-04-22  Wayne DavisonNo need to pass a debug string to check_exclude() anymore.
2004-04-22  Wayne DavisonNo need to pass a debug string to check_exclude() anymo...
2004-04-22  Wayne DavisonInitialize the new debug_type string in each exclude...
2004-04-22  Wayne DavisonChanged check_exclude()'s prototype.
2004-04-22  Wayne DavisonThe debug output for add_exclude() now needs to limit...
2004-04-19  Wayne DavisonA couple minor text improvements.
2004-04-18  Wayne DavisonMentioned the better handling of option paths when...
2004-04-17  Wayne DavisonMade the device-changes section agree with the latest...
2004-04-17  Wayne DavisonPreparing for release of 2.6.1pre-2 v2.6.1pre2
2004-04-17  Wayne DavisonMention that --from0 does not affect --cvs-exclude...
2004-04-17  Wayne DavisonIn add_exclude_file(), if we're word-splitting, stop...
2004-04-17  Wayne DavisonThe inode and dev values in the idev struct are now...
2004-04-17  Wayne DavisonChanged the dev handling for -H back to using an opaque...
2004-04-17  Wayne DavisonUse "uint64" instead of INO64_T (which is now gone).
2004-04-17  Wayne DavisonFixed alloc_sanitize_path()'s handling of a rootdir...
2004-04-15  Wayne DavisonDon't say "skipped" if the file is just not being trans...
2004-04-15  Wayne DavisonMention exclude improvements.
2004-04-15  Wayne DavisonGot rid of a couple useless lines.
2004-04-15  Wayne DavisonMoved some externs.
2004-04-15  Wayne DavisonGot rid of zlib/dummy ("dummy" is in the zlib .cvsignor...
2004-04-14  Wayne DavisonOur exclude lists are now comprised of a base structure...
2004-04-14  Wayne DavisonAdded a "next" pointer to "exclude_struct" and added...
2004-04-14  Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14  Wayne DavisonUpdated the exclude-list code to handle the new linked...
2004-04-14  Wayne DavisonUpdated stub version of check_exclude().
2004-04-14  Wayne DavisonAdded a description arg to check_exclude().
2004-04-14  Wayne DavisonThe check_exclude() and report_exclude_result() functio...
2004-04-14  Wayne DavisonImproved the exclude testing by adding tests that exerc...
2004-04-14  Wayne DavisonMoved (and expanded) a verbose message from clientserve...
2004-04-13  Wayne DavisonFixed a potential problem parsing the "!" token from...
2004-04-13  Wayne DavisonA few more improvements to get_exclude_tok() and add_ex...
2004-04-13  Wayne DavisonAdded an example for --link-dest.
2004-04-12  Wayne DavisonUpdated with latest news and some spelling mistakes...
2004-04-12  Wayne DavisonReplaced MISSING_OK, MISSING_FATAL, ADD_INCLUDE, and...
2004-04-12  Wayne Davison- add_exclude() now takes a flag int and can optionally...
2004-04-12  Wayne DavisonUse the new XFLG_* flags to call the add_exclude*(...
2004-04-12  Wayne DavisonNo need to cast st.st_rdev to DEV64_T anymore.
2004-04-12  Wayne Davison- Use dev_t instead of DEV64_T.
2004-04-12  Wayne Davison- Got rid of DEV64_T and changed the internal device...
2004-04-10  Wayne DavisonFixed a bug where an exclude name that got sent over...
2004-04-09  Wayne DavisonUNUSED() misbehaves on HP-UX, not AIX.
2004-04-09  Wayne DavisonAIX doesn't like our UNUSED() macro, so let's eliminate...
2004-04-09  Wayne DavisonSilence compiler warnings on Solaris.
2004-04-09  Wayne DavisonMissed one void-pointer-arithmetic case.
2004-04-09  Wayne DavisonAIX's cc was complaining about the void* arithmetic.
2004-04-09  Wayne DavisonRemoved debug code.
2004-04-09  Wayne DavisonChanged sysmacros.h to sys/sysmacros.h.
2004-04-09  Wayne DavisonAdded some test code to assist in the remote debugging...
2004-04-09  Wayne DavisonUse MAJOR_IN_MKDEV and MAJOR_IN_SYSMACROS.
2004-04-09  Wayne DavisonUse AC_HEADER_MAJOR for better makedev/major/minor...
2004-04-09  Wayne DavisonInclude <sys/mkdev.h> if it exists.
2004-04-09  Wayne DavisonAdded sys/mkdev.h to the searched-for headers.
2004-04-09  Wayne DavisonAdded a couple extra character devices to be copied.
2004-04-09  Wayne DavisonIf we're listing a device, output the major and minor...
2004-04-08  Wayne DavisonSimplify the setting of rdev & rdev_high in send_file_e...
2004-04-08  Wayne DavisonFixed a bug in the sending of rdev when the high-bits...
2004-04-08  Wayne DavisonExplicitly cast our ~0xFF mask using ~(DEV64_T)0xFF...
2004-04-07  Wayne DavisonMention the rsync-daemon fix for --sufix=''.
2004-04-07  Wayne DavisonIf --daemon was specified, exit the option-parsing...
2004-04-05  Wayne DavisonAdded a couple missing items.
2004-04-03  Wayne DavisonDecided against "Source root" in the exclude/include...
2004-04-03  Wayne DavisonMentioned the CoW improvement and got rid of a bug...
2004-04-01  Wayne DavisonUse getaddrinfo() to figure out if a numeric address...
2004-04-01  Wayne DavisonLast of the cleanup before the patching starts.
2004-04-01  Wayne DavisonA couple more minor twiddles.
2004-04-01  Wayne DavisonUpdated the sizeof syntax and trimmed some trailing...
2004-04-01  Wayne DavisonDecided to use "nobody" instead of "guest".
2004-04-01  Wayne DavisonSome more IOERR_VANISHED support.
2004-03-31  Wayne DavisonImproved the include/exclude example section some more...
2004-03-31  Wayne DavisonThe auth_client function must not return without output...
2004-03-31  Wayne DavisonDon't complain about a null --suffix if we're the serve...
2004-03-31  Martin PoolI'm no longer maintaining this. Tell people to use...
2004-03-30  Wayne DavisonThe --files-from option needs to allow a server-sender...
2004-03-29  Wayne DavisonTry to avoid running on a system that allows us to...
2004-03-29  Wayne DavisonIn sigchild_handler(), finish with waitpid() before...
2004-03-27  Wayne DavisonAdded one more example to the new include/exclude secti...
2004-03-27  Wayne DavisonMention that certain options treat an absolute path...
2004-03-27  Wayne DavisonImproved the "relative to the destination dir" descript...
2004-03-27  Wayne DavisonGot rid of debug-output statement.
2004-03-27  Wayne DavisonTry to make the complexities of includes/excludes a...
2004-03-27  Wayne DavisonOptionally sanitize the args in parse_arguments() using...
2004-03-27  Wayne DavisonAdded alloc_sanitize_path().
2004-03-27  Wayne DavisonThe args are now sanitized in parse_arguments() instead...
2004-03-26  Wayne DavisonFixed a crash bug when hlink_list is NULL and a link_u...
2004-03-26  Wayne DavisonFixed a typo and made a sentence read better.
2004-03-24  Wayne DavisonPreparing for release of 2.6.1pre-1 v2.6.1pre1
2004-03-23  Wayne DavisonMoved a few externs and made a couple formatting tweaks.
2004-03-23  Wayne DavisonGot rid of an ancient (and no longer relevant) comment.
2004-03-23  Wayne DavisonA few formatting tweaks in delete_file().
2004-03-16  Wayne DavisonFixed the test for sin_len as noted by Shinichi Maruyam...
2004-03-16  Wayne DavisonChanged HAVE_SOCKADDR_SIN_LEN to HAVE_SOCKADDR_IN_LEN.
2004-03-13  Wayne DavisonCheck robust_rename()'s return value using < 0.
2004-03-10  Wayne DavisonMention the changes in the "patches" dir.
2004-03-07  Wayne DavisonUse CHMOD_BITS instead of ~_S_IFMT.
2004-03-06  Wayne DavisonImproved an entry.
2004-03-06  Wayne DavisonOther files use S_IWUSR instead of S_IWRITE, so use...
next