rsync/rsync.git
2004-01-20 J.W. SchultzEliminate unneeded strlen after strlcpy.
2004-01-20 Wayne DavisonMake sure that strlcpy() returns the right value when...
2004-01-20 Wayne DavisonFixed a bug in strlcat() where it would not properly...
2004-01-19 Wayne DavisonMake sure that the batch-prefix string isn't overly...
2004-01-19 Wayne DavisonActually, let's avoid snprintf() where possible.
2004-01-18 Wayne DavisonUse snprintf() instead of strlcpy()+strlcat().
2004-01-17 Wayne DavisonA few minor string optimizations and a new complaint...
2004-01-17 Wayne DavisonGot rid of an extra call to io_start_buffering_out().
2004-01-17 Wayne DavisonUnified the externs.
2004-01-17 Wayne DavisonA fix for --cvs-exclude.
2004-01-17 Wayne DavisonItems read from a per-directory .cvsignore file should...
2004-01-16 Wayne DavisonOutput an error before we die if we get a wacko message...
2004-01-15 Wayne DavisonClarified the --delete-after descriptions.
2004-01-15 Wayne DavisonClarified the --delete-after help text.
2004-01-15 Wayne DavisonIf we're a daemon talking with a pre-28 protocol, use...
2004-01-15 Wayne DavisonIn two places: needed to use protocol_version, not...
2004-01-15 Wayne DavisonChanged version to "2.6.1cvs".
2004-01-15 Wayne DavisonImproved receiver/generator communications.
2004-01-15 Wayne Davison- Define FULL_FLUSH and NORMAL_FLUSH.
2004-01-15 Wayne Davison- Got rid of the f_gen pipe.
2004-01-15 Wayne Davison- Call io_flush() with its new FULL_FLUSH/NORMAL_FLUSH...
2004-01-15 Wayne Davison- Moved err_list* stuff to io.c and renamed them to...
2004-01-15 Wayne Davison- Moved the err_list* stuff here from log.c and renamed...
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.
next