📄 changelog
字号:
2004-10-10 19:52 mbp * configure.ac: Bump version to 0.9.72004-10-10 19:51 mbp * NEWS: Prepare for release2004-09-10 13:07 mbp * check-rdiff: Take options to specify the file size and block len. The defaults are as before.2004-09-10 12:48 mbp * NEWS, THANKS, delta.c, emit.c, job.c, netint.c, patch.c, scoop.c, stats.c, trace.h, tube.c: #1024881 Use %lu or %llu if possible to print uint64 values, rather than converting to double. (I can't see any measurable difference in overall benchmarks because finding sums is so slow, but it's still good to fix.)2004-09-10 12:07 mbp * mdfour.c: rs_mdfour_block (ia64/pa-risc): only copy the block into an aligned buffer if it's not already aligned.2004-09-10 12:03 mbp * NEWS: Note printf fixes2004-09-10 12:01 mbp * check-rdiff: Test script by Eran Tromer2004-09-10 11:55 mbp * mdfour.c: Mark small mdfour functions as 'inline'.2004-09-10 11:48 mbp * mdfour.c: Add prototype for rs_mdfour_block, and make it static. On i386 rs_mdfour_block can be an inline-able static function rather than a macro, just for consistency.2004-09-10 11:37 mbp * delta.c, mksum.c, rdiff.c, scoop.c, stream.c: Make sure printf formats and arguments are consistent for size_t2004-09-10 11:10 mbp * emit.c: Drop quote.2004-09-10 11:09 mbp * emit.c: #1022764 Problem: rs_emit_copy_cmd used to use the RS_OP_COPY_N4_N4 format by default, but this causes integer truncation when one of the operands is over 32 bits. Fix: Use the right encoding for any operand sizes.2004-09-10 11:04 mbp * THANKS: Thanks Eran!2004-09-10 11:02 mbp * NEWS: Note recent bug fixes.2004-09-10 11:01 mbp * THANKS: Update thanks, remove dead email addresses. Thanks to sfllaw for reporting alignment bug.2004-09-10 10:58 mbp * NEWS: Mention unaligned access fix2004-09-09 16:06 mbp * mdfour.c: #879763 Problem: mdfour operations failed on pa-risc and gave warnings on ia64 because of unaligned access. Fix: On non-i386 little-endian machines, copy mdfour input data into a uint32 aligned buffer before processing.2004-09-09 12:29 mbp * configure.ac: We seem to need AM_CONFIG_HEADER for autoconf2.53/automake1.4p6.2003-12-16 15:13 mbp * TODO: Add comments from abo on checking for consecutive blocks, and on the rsync-zlib hack. Possibly these are premature optimizations.2003-12-16 14:07 abo * NEWS, THANKS: Updated NEWS and THANKS to include everything and everyone since the release of 0.9.6.2003-12-16 11:31 abo * NEWS, THANKS: Added large file fixes to NEWS. Added Eran Tromer to thanks for bugreport/fix.2003-12-16 11:10 abo * THANKS, buf.c: Added Dave Coombs to THANKS for C++ wrapper patch. Put #include <config.h> first in buf.c to fix bug librsync-Bugs-855477 (thanks Eran Tromer).2003-12-16 11:03 abo * librsync.h: Applied Dave Coombs C++ wrapper patch.2003-12-15 17:18 abo * HACKING, NEWS, README.CVS, THANKS, TODO: Updated HACKING, adding reference to README.CVS and THANKS. Updated descriptions of NEWS and CHANGELOG to explain auto-generation of ChangeLog. Added empty Changes in 0.9.7 section at top of NEWS. Added reference to HACKING to README.CVS. Added Releasing section to explain release procedure. Restructured THANKS according to procedure documented in THANKS, making it more NEWS like with per-release lists of contributors. Added empty Contributors for 0.9.7 section. Updated TODO, removing resolve ChangeLog entry. Adding stuff about THANKS convention and consistant text documentation.2003-12-06 01:32 mbp * TODO: Perhaps don't use popt.2003-12-06 01:31 mbp * TODO: Notes about handling of consecutive matches, and about the rsync hack for gzip.2003-12-06 01:14 mbp * TODO: Add in some more items that I think ought to be done. Mostly para-technical, like writing some documentation.2003-12-06 01:13 mbp * HACKING: Start of a list of suggested practices for people who'd like to change the tree.2003-10-18 02:15 abo * AUTHORS, Makefile.am, delta.c, librsync.h, mdfour.c, mdfour.h, rollsum.c, rollsum.h: Added myself to AUTHORS and Copyright listings on files I contributed significantly to. Currently configure.ac has no Copyright listing of it's own, but has an AC_COPYRIGHT macro. I suspect it should still have a Copyright and $Id: comment block, but I haven't touched it.2003-09-26 01:46 abo * Makefile.am, configure.ac: Changed configure.ac to enable trace by default. Changed Makefile.am to make rdiff a bin_PROGRAM instead of a noinst, and tidied up a bit.2003-08-21 18:44 abo * Makefile.am, TODO, delta.c, job.h, rollsum.c, rollsum.h: Applied delta-refactor patch.2003-08-21 16:13 abo * debian/: README.debian, changelog, control, copyright, crontab.ex, dirs, diversions.ex, docs, inetd.conf.ex, info.ex, init.d.ex, librsync-dev.dirs, librsync-dev.files, librsync1.dirs, librsync1.files, manpage.1.ex, menu.ex, rdiff.files, rules, watch, watch.ex: Updated debian/ files from 0.9.6-2 Debian packages.2003-08-21 15:32 abo * Makefile.am, TODO, copyq.c, isprefix.driver.c, mksum.h: Removed debian/ files from EXTRA_DIST in Makefile.am so they don't appear in the distribution tarball. Removed isprefix.driver.c which is duplicated in testsuite. Removed unused old copyq.c and mksum.h.2003-08-05 23:18 abo * THANKS: Added large file debugging thanks to Paul Green. Added librsync.h rename thanks to wayned.2003-08-05 23:10 abo * NEWS: Updated NEWS about large file support.2003-08-05 18:28 abo * netint.c, patch.c, search.c: Added extra checking for invalid LITERAL commands in patch.c. Simplified rs_squirt_netint in netint.c. Fixed rs_search_for_block in patch.c so that it doesn't overflow when calculating offsets for large files.2003-08-05 02:41 wayned * TODO: Fixed a typo and added another alternative to the popt TODO.2003-08-04 02:47 abo * netint.c: Fixed incorrect rs_int_len calculation for values needing 8 bytes caused by "long" integer constant values where we needed rs_long_t values.2003-08-04 01:36 abo * NEWS: Added NEWS for 0.9.6 about snprinf replacement functions fix.2003-08-04 01:13 abo * README: Updated README info about compiling under win32.2003-08-04 00:42 abo * configure.ac, configure.msc: Fixed "cl" instead of "lc" typo on configure.ac when setting CFLAGS. Removed CFLAGS from configure.msc.2003-08-04 00:36 abo * Makefile.am, TODO, configure.ac, configure.msc, rdiff.c, snprintf.h, stats.c, trace.c, PCbuild/config.h, PCbuild/librsync-config.h, PCbuild/rdiff.dsp: Added PCbuild/librsync-config.h to distribution and updated PCbuild files. Fixed replacement functions snprintf and vsnprintf autoconf checks and snprintf.h to use MSVC _* varients if available. Added include of snprintf.h to as needed to trace.c, stats.c, and rdiff.c. Added snprintf.h to Makefile.am SOURCES. LIBADD'd @LIBOBJS@ to librsync.la instead of default unused LDADD. Added cvs option -z6 for compression to cvs2cl generation of ChangeLog. Added TODO about splitting snprintf.c into two replacement functions. Added TODO about making popt a conditional SUBDIRS. Added CFLAGS to configure.msc again because it seems configure.ac is not setting it right.2003-08-02 10:17 abo * Makefile.am, NEWS, buf.c, configure.ac, configure.msc: * configure.ac: Removed obsolete default sizes from AC_CHECK_SIZEOF checks. Added check for FSEEKO Added default CFLAGS for MSVC * buff.c: added define of fseek to fseeko if available for large file support. * NEWS: refined and added descriptions of changes for 0.9.6. * configure.msc: simplified and fixed to take into account new autoconf.2003-07-24 19:12 abo * configure.ac, scoop.c, trace.h: * scoop.c: Removed potentialy confusing debugging code that could be edited to disable rs_trace. * trace.h: changed alternate rs_trace macro arg to be consistant. * configure.ac: extended HAVE_VARARG_MACROS test to reject limited varargs found on OSX.2003-07-24 15:38 abo * README.CVS: Added recommended versions of autotools required for building.2003-07-24 15:24 abo * README.CVS: Added missing ./configure step in build instructions as noticed by Mark Bucciarelli.2003-06-13 05:05 abo * configure.ac, trace.c, trace.h: * configure.ac : added VARARG_MACRO test. * trace.c,trace.h: added support for HAVE_VARARG_MACROS instead of using __APPLE__. fixed trace support for non GNUC compilers.2003-06-12 16:49 wayned * NEWS: Mention the rsync.h -> librsync.h change.2003-06-12 16:48 wayned * doc/main.dox, PCbuild/rdiff.dsp: Changed rsync.h to librsync.h.2003-06-12 16:21 wayned * .cvsignore: Ignore the latest generated files.2003-06-12 16:08 wayned * librsync.h: Fixed a comment that still mentioned rsync.h instead of librsync.h.2003-06-12 16:07 wayned * librsync.h: Got rid of the rs_long_t typedef and added an include for librsync-config.h.2003-06-12 16:06 wayned * Makefile.am: Changed rsync.h to librsync.h and added librsync-config.h.2003-06-12 16:05 wayned * configure.ac: Define the RS_LONG_T variable and substitute it in the new librsync-config.h.in file.2003-06-12 16:04 wayned * librsync-config.h.in: New input file for our librsync-config.h include file.2003-06-12 16:03 wayned * doc/librsync.3: Changed rsync.h to librsync.h.2003-06-12 16:01 wayned * mkprototab.pl: - Changed rsync.h to librsync.h. - Got rid of run-time warnings. - Changed multi-line prints to use <<EOT.2003-06-12 15:50 wayned * autogen.sh: Changed rsync.h to librsync.h.2003-06-12 15:47 wayned * base64.c, buf.c, checksum.c, command.c, copyq.c, delta.c, emit.c, fileutil.c, hex.c, job.c, mdfour.c, mksum.c, msg.c, netint.c, patch.c, rdiff.c, readsums.c, scoop.c, search.c, stats.c, stream.c, sumset.c, trace.c, tube.c, util.c, version.c, whole.c: Changed the include "rsync.h" to include "librsync.h".2003-06-12 15:44 wayned * librsync.h, rsync.h: Renamed rsync.h to librsync.h.2003-06-12 15:41 wayned * configure.ac, configure.in: Rename configure.in to configure.ac so that we're using the new naming idiom, and certain auto-version-sensing scripts (such as automake) work better.2003-06-12 05:18 wayned * THANKS: Tweak a mispelled name.2003-03-27 02:07 abo * Makefile.am: * Makefile.am: Added rule for building popt if required.2003-03-27 01:41 abo * testsuite/: delta.test, driver.sh: * testsuite/delta.test, testsuite/driver.sh: unrolled changes that make these work on windows because they have permission problems on unix.2003-03-27 01:27 abo * PCbuild/config.h: * PCbuild/config.h: updated to latest generated by cygwin.2003-03-27 00:45 abo * Makefile.am, NEWS, README, README.CVS, THANKS, TODO, acconfig.h, acinclude.m4, configure.in, librsync.spec, testsuite/delta.test, testsuite/driver.sh: * acconfig.h: removed, redundant. * acinclude.m4: removed, redundant. * configure.in: Ran autoupdate. Cleaned up boilerplate, adding AC_COPYRIGHT, removing comment quote. Changed AC_REVISION to use $Revision$ instead of $Id$ Moved AC_DISABLE_SHARED above program checks. Tidied up program checks including checks from configure.scan. Changed AC_DEFINE of _GNU_SOURCE to AC_GNU_SOURCE check. Reformated AC_COMPILE_IFELSE generated by autoupdate. Added descriptions to AC_DEFINES from librsyncupdate.patch. Made popt test actually use local popt if missing. Removed spurious HAVE_SOCK_SIN_LEN and intmax_t tests. Simplified trace and cmalloc enable tests (trace is off by default). Removed suspect old AC_SUBST settings. Moved AC_GNU_SOURCE and AC_ISC_POSIX around CC program check. Added mcheck.h to AC_CHECK_HEADERS for popt Added AC_CHECK_FUNCS([gettext dgettext]) for popt Re-arranged to put FUNC tests together Changed to indent 2 spaces. Commented out AC_FUNC_MALLOC|MEMCMP|REALLOC because of missing replacements. * Makefile.am: Changed librsync_la_SOURCES to build prototab.[ch] first. Removed quote comment (was raising warnings in automake). simplified MAINTAINERCLEANFILES for automake1.7, removing AUX_DIST. added depcomp to MAINTAINERCLEANFILES for automake1.7. * README: added instructions for compiling on Windows. * README.CVS: changed apt-get instructions to ensure automake1.7 is installed. * NEWS: added summary of updates for 0.9.6. * THANKS: updated with contributors for 0.9.6 * TODO: added stuff about autoconf cleanups. * librsync.spec: updated for 0.9.6 and sourceforge project. * testsuite/delta.test: Changed to use tempfile instead of /dev/null for win32 testing. * testsuite/driver.sh: Added option and default of using relative paths for tests for win32 testing.2003-03-21 02:10 abo * Makefile.am, mutate.pl, testsuite/COPYING, testsuite/Makefile.am, testsuite/mksum.test: * mutate.pl: Removed, duplicated in testsuite/ * testsuite/COPYING: Removed, duplicated in / * Makefile.am: EXTRA_DIST, added autogen.sh, configure.msc, rdiff.magic, README.RPM, debian/, PCbuild/. *testsuite/Makefile.am: removed directories from test_data. *testsuite/mksum.test: changed to use ../COPYING for test data.2003-03-20 20:19 abo * Makefile.am, README, autogen.sh, configure.in, dot, doc/Makefile.am, popt/Makefile.am, testsuite/Makefile.am: Added MAINTAINERCLEANFILES settings for automake. * autogen.sh: Added call to libtoolize. Fixed cache deletion to test for a directory instead of a file. * configure.in: Removed redundant AC_CANNONICAL_HOST. Removed CVS as a dependancy for ChangeLog for distcheck. Changed AM_ libtool options to AC_. Fixed librsync_libversion handling. * Makefile.am: Changed AUX_DIST to include libtool AUX files. Fixed librsync_libversion handling. * testsuite/Makefile.am: Added testsuite EXTRA_DIST to ensure tests get distributed. * README: Updated for sourceforge project details. * dot: removed.2003-03-20 12:00 abo * Makefile.am, README.CVS, autogen.sh: Updated README.CVS to refer to project hosting on sourceforge. Fixed automake support for generating ChangeLog from CVS.2003-03-19 16:21 abo * fileutil.c, fileutil.h, rdiff.c: committed patch "again rdiff cosmetic patch", adding rs_file_close to fileutil.[ch]. Also adds popt cleanup to rdiff.2003-03-06 03:34 abo * mdfour.c: Applied mdfour optimisations and cleanups patch from SF.2003-03-06 03:24 abo * .cvsignore, ChangeLog, Makefile.am, autogen.sh, configure.in, libversions.txt, prototab.h, testsuite/.cvsignore, testsuite/ChangeLog, testsuite/Makefile.am:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -