rsync/rsync.git
2004-05-03 Wayne DavisonFixed crash bug that can affect --delete in certain...
2004-05-02 Wayne DavisonGot rid of a TODO comment that was fixed long ago.
2004-05-02 Wayne DavisonRenamed variable STRIP to INSTALL_STRIP to avoid an...
2004-05-02 Wayne DavisonGot rid of trailing comma in an enum.
2004-04-30 Wayne DavisonMoved some news items under new headings.
2004-04-30 Wayne DavisonChanged the order that ssh and rsh are mentioned.
2004-04-30 Wayne DavisonAdditional testing confirmed the limited scope of the...
2004-04-30 Wayne DavisonPreparing for release of 2.6.2
2004-04-30 Wayne DavisonMention the last few tweaks that made it into 2.6.2.
2004-04-30 Wayne DavisonImproved the program that checks for broken large-file...
2004-04-30 Wayne DavisonDon't rely on the local shell's wildcard expansion...
2004-04-30 Wayne DavisonOnly refer to AI_NUMERICHOST if it is defined.
2004-04-30 Wayne DavisonFixed a few typos.
2004-04-29 Wayne DavisonMention the desire to improve how a daemon returns...
2004-04-29 Wayne DavisonDescribe the changes for 2.6.2.
2004-04-29 Wayne DavisonPreparing for release of 2.6.2pre1
2004-04-29 Wayne DavisonGot rid of unused check for sys/sysctl.h.
2004-04-29 Wayne DavisonFixed a sorting problem when an entry has an empty...
2004-04-29 Wayne DavisonRestore old behavior of logging most daemon errors...
2004-04-28 Wayne DavisonUndefined __attribute__ in some circumstances.
2004-04-28 Wayne DavisonFixed the use of an uninitialized variable in map_uid...
2004-04-27 Wayne DavisonIn copy_file(), check len < 0 before checking the close...
2004-04-27 Wayne DavisonCheck the return code from close() and output an error...
2004-04-27 Wayne DavisonGot rid of a debug-output statement.
2004-04-27 Wayne DavisonPreparing for release of 2.6.1
2004-04-27 Wayne Davison- Tweaked the bullet char so that vim can auto-format...
2004-04-27 Wayne Davison- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-27 Wayne DavisonChanged XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-27 Wayne Davison- Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY.
2004-04-27 Wayne DavisonGot rid of HP-UX kludge (since it didn't help).
2004-04-27 Wayne DavisonMade a comment clearer.
2004-04-25 Wayne DavisonOne more try at getting the HP-UX system in the build...
2004-04-25 Wayne DavisonDon't use __attribute__((__unused__)) on HP-UX w/o...
2004-04-24 Wayne DavisonImproved the debug string for the local_exclude_list.
2004-04-24 Wayne DavisonImproved the EXCLUDE PATTERNS section some more.
2004-04-23 Wayne DavisonFixed a comment.
2004-04-23 Wayne DavisonMention how --update behaves when the type of the file...
2004-04-23 Wayne DavisonRecently added caveat is no longer true.
2004-04-22 Wayne DavisonRestore the old include behavior where a command-line...
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
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...
next