]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2004-01-15  Wayne DavisonWe now call get_redo_num() instead of reading f_recv...
2004-01-15  Wayne DavisonCall io_flush() with its new FULL_FLUSH option.
2004-01-15  Wayne DavisonIf the do_lchown() fails and we weren't trying to chang...
2004-01-15  Wayne DavisonFixed a bug when a non-root user copies a GID=0 file...
2004-01-15  Wayne DavisonThe HAS_INODE_DATA flag is no longer a part of the...
2004-01-13  Wayne DavisonExplain the --progress output.
2004-01-13  Wayne DavisonGive the user an idea of how far along in the transfer...
2004-01-13  Wayne DavisonSet stats.current_file_index.
2004-01-13  Wayne DavisonAdded current_file_index.
2004-01-13  Wayne DavisonMerged a couple more f != -1 if sections.
2004-01-13  Wayne DavisonMoved a couple externs.
2004-01-13  Wayne DavisonMerged some "if (f != -1)" checks, put the clean_flist...
2004-01-13  Wayne DavisonRelocated some externs.
2004-01-12  Wayne DavisonMore hard-link stuff.
2004-01-12  Wayne DavisonChanged the hard-link check.
2004-01-12  Wayne DavisonUpdated to perform a much more efficient hlink algorith...
2004-01-12  Wayne DavisonAdded F_HEAD and F_NEXT defines.
2004-01-11  Wayne DavisonMention more of the latest changes.
2004-01-11  Wayne DavisonMore cleanup, fixing an error in the fatal-message...
2004-01-11  Wayne DavisonUpdated a questioning comment.
2004-01-11  Wayne DavisonUse the new dev+inode union in the flist_struct.
2004-01-11  Wayne DavisonMoved the inode & dev items out of the flist_struct...
2004-01-11  Wayne DavisonUse the new union-ified flist_struct values.
2004-01-11  Wayne DavisonPut 3 flist_struct items into a union: rdev, sum, and...
2004-01-10  Wayne DavisonA slightly better reset mechanism for send_file_entry...
2004-01-10  Wayne DavisonUse the new LIVE_FLAGS define to fix a potential flag...
2004-01-10  Wayne DavisonAdded LIVE_FLAGS define.
2004-01-10  Wayne DavisonChanged the call to write_batch_csum_info() to the...
2004-01-10  Wayne DavisonMassive rewrite to replace the file-list read/write...
2004-01-10  Wayne DavisonAllow the send_file_entry() and receive_file_entry...
2004-01-10  Wayne DavisonSupport the recent changes in the flist_struct.
2004-01-09  Wayne DavisonGot rid of tmpsum[].
2004-01-09  Wayne DavisonNote latest changes.
2004-01-09  Wayne Davison- Never allocate a useless sum array for a non-regular...
2004-01-09  Wayne DavisonA couple minor code improvements.
2004-01-09  Wayne DavisonAdded an extra comment.
2004-01-09  J.W. SchultzAdded a few more devices to the devices.test to hopefully
2004-01-09  J.W. SchultzFinished the last_* renameing and fixed a cast..
2004-01-08  Wayne DavisonUpdated the send_file_name() and receive_file_entry...
2004-01-08  Wayne DavisonChanged the OLD_SAME_RDEV define to SAME_RDEV_pre28.
2004-01-08  Wayne DavisonAdded explicit call to AC_PROG_EGREP.
2004-01-08  Wayne DavisonOptimized the sending of dev+inode data for hard-linkin...
2004-01-08  Wayne Davison- Added flags HAS_INODE_DATA and SAME_DEV.
2004-01-08  Wayne DavisonImplemented an extended-flag-byte in the transfer proto...
2004-01-08  Wayne DavisonAdded EXTENDED_FLAGS and SAME_HIGH_RDEV. Changed SAME_R...
2004-01-08  Wayne DavisonPass the $srcdir/wildtest.txt file on the command-line...
2004-01-08  Wayne DavisonWe now take a TESTFILE arg on the command-line.
2004-01-08  Wayne DavisonImproved the code in send_file_entry() and receive_file...
2004-01-08  Wayne DavisonMade the flags in the file_struct a little smaller.
2004-01-08  Wayne Davison- No need to check S_ISREG() on files already in the...
2004-01-08  Wayne DavisonOld-protocols.
2004-01-08  Wayne DavisonGot rid of support for protocols 17 and 18.
2004-01-07  J.W. SchultzNoted hardlink memory footprint reduction.
2004-01-07  J.W. SchultzCosmetic changes to file_compare() for readability...
2004-01-07  J.W. SchultzChange hlink_list so we only have a list of pointers to
2004-01-06  Wayne DavisonBatch-mode fix.
2004-01-06  Wayne DavisonFixed a byte-order problem for batch-file processing...
2004-01-05  Wayne DavisonSome whitespace tweaks.
2004-01-05  Wayne DavisonA few formatting tweaks.
2004-01-04  Wayne DavisonUse new recv_generator() calling syntax.
2004-01-04  Wayne DavisonChanged recv_generator() to take a "struct file_struct...
2004-01-04  Wayne DavisonTry using "id -un" before "whoami" since the latter...
2004-01-04  Wayne DavisonSilence a compiler warning on Sun OS systems.
2004-01-03  Wayne DavisonImproved the text.
2004-01-03  Wayne DavisonFixed autom4te*.cache entry.
2004-01-03  Wayne DavisonMention more INTERNALS work.
2004-01-03  Wayne DavisonMore variable-size cleanup.
2004-01-03  Wayne DavisonMade the types used in the sum_buf and sum_struct struc...
2004-01-03  J.W. SchultzCreate GID_NONE for use gid test readability.
2004-01-03  Wayne DavisonFixed a name.
2004-01-03  Wayne DavisonFixed a size check in the new code.
2004-01-03  Wayne DavisonDocument the latest changes.
2004-01-03  Wayne DavisonAdded support for "Basic" authentication to our proxy...
2004-01-03  Wayne DavisonMade base64_encode() non-static.
2004-01-03  Wayne DavisonSilence a compiler warning.
2004-01-03  Wayne DavisonAdded missing '[]'s to AC_CHECK_FUNCS() calls so that...
2004-01-02  Wayne DavisonSome cosmetic tweaks.
2004-01-02  Wayne DavisonImproved flush_write_file().
2004-01-02  Wayne DavisonApplied a slightly-tweaked version of Oliver Braun...
2004-01-02  Wayne DavisonCall bind() with the right ai_addr/ai_addrlen info.
2004-01-02  Wayne DavisonTidied up a few things in preparation for changes.
2004-01-02  Wayne DavisonMoved the is_in_group() function to uidlist.c.
2004-01-02  Wayne DavisonSet the file's gid to -1 if we don't have permissions...
2004-01-02  Wayne DavisonFixed --link-dest's check for identicalness to ignore...
2004-01-02  Wayne DavisonSilence some compiler warnings.
2004-01-02  Wayne DavisonImproved the setting of cleanup_got_literal so that...
2004-01-02  Wayne DavisonUse the new f_name_to() call instead of strlcat() an...
2004-01-02  Wayne DavisonSome minor changes to some if statements.
2004-01-02  Wayne DavisonUse buffered I/O to read the exclude list.
2004-01-02  Wayne DavisonApplying my updated version of Craig Barratt's buffered...
2004-01-02  Wayne DavisonSome name tweaks.
2004-01-02  Wayne DavisonUse the f_name_to() function to avoid having to strdup...
2004-01-02  Wayne DavisonUse f_name_to() when producing a name for the recv_gene...
2004-01-02  Wayne DavisonOptimized f_name(), generating: (1) f_name_cmp(), which...
2004-01-02  Wayne DavisonGot rid of /* dw */ comments.
2004-01-02  Wayne DavisonOptimized hard_link_one() to not call f_name() so many...
2004-01-02  Wayne DavisonNo need to conditionally-compile EINTR code -- no other...
2004-01-02  Wayne DavisonMore twiddling of the wildcard verbage.
2004-01-01  Wayne DavisonImproved the itemized discussion under the wildcard...
2004-01-01  Wayne DavisonAllow function return values to start with "const".
next