]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
2002-03-12  Martin PoolNote about TDB.
2002-03-12  Martin PoolNotes on testing.
2002-03-12  Martin PoolNote about splint.
2002-03-12  Martin PoolAdditional trivial merge patch from Jos
2002-03-12  Martin PoolGet ready for new release. v2.5.4pre1
2002-03-12  Martin PoolUpdate NEWS.
2002-03-12  Martin PoolGet ready for new release.
2002-03-12  Martin PoolBump version to 2.5.4pre1.
2002-03-12  Martin PoolPatch from Jos Backus to merge zlib-1.1.4.
2002-03-12  Martin PoolMerge the zlib fix properly; back out tridge's bandaid.
2002-03-12  Martin PoolClarify behaviour of installcheck.
2002-03-12  Martin PoolRename to README.testsuite, and bring it up to date.
2002-03-12  Martin PoolTry to download a tree over a compressed connection...
2002-03-12  Martin PoolThis test tries to upload a file over a compressed...
2002-03-12  Martin PoolFix generated rsyncd.conf file for testing.
2002-03-11  Andrew Tridgella quick fix for a segmentation fault in zlib I am getti...
2002-03-11  Martin PoolSet version to 2.5.3. v2.5.3
2002-03-11  Martin PoolMerge zlib double-free bug forwarded by Mark J Cox.
2002-03-11  Martin PoolNote on zlib patch merge.
2002-03-11  Martin PoolTry to merge across changes in zlib from 1.1.2 to 1...
2002-03-11  Martin PoolNote about merging zlib 1.1.3.
2002-03-11  Martin PoolBump version to 2.5.3pre3.
2002-03-11  Martin PoolAdd CVE number.
2002-03-11  Martin PoolTry to merge across changes in zlib from 1.1.2 to 1...
2002-03-11  Martin PoolTry adding some FAQs from the FoM
2002-03-11  Martin PoolUse SGML rather than texinfo.
2002-03-11  Martin PoolMore merges into SGML.
2002-03-11  Martin PoolNotes on processing the SGML stuff.
2002-03-08  Martin PoolNotes from Rasmus about statistics.
2002-02-27  David DykstraCygwin doesn't have setgroups() so probe for the functi...
2002-02-27  David DykstraI had accidentally deleted the case for --include-from...
2002-02-25  Martin PoolTry out DocBook SGML to see if it's easier than Texinfo.
2002-02-25  Martin PoolStart of Python code to generate likely-looking pseudo...
2002-02-25  Martin PoolMerge Texinfo onto head.
2002-02-25  Martin PoolAdd targets to build documentation from Texinfo.
2002-02-25  Martin PoolMore discussion about zlib.
2002-02-25  Martin PoolScrappy notes on hot functions that should be fixed
2002-02-23  Martin PoolWith -vv, client shows a message when opening a daemon...
2002-02-23  Martin PoolWith -vv, client shows a message when opening a daemon...
2002-02-23  Martin PoolAdd UNUSED macro that expands to a parameter attribute...
2002-02-23  Martin PoolDoc.
2002-02-23  Martin Poolprint_child_argv can be static.
2002-02-23  Martin PoolMake "make proto" work for VPATH builds.
2002-02-21  Martin PoolRevert 1.134 -- this breaks Net/Free BSD.
2002-02-21  Martin PoolMake setgroups(0,0) unconditional -- accidentally think...
2002-02-21  Martin PoolAdd bug # for #132272
2002-02-19  Martin PoolPatch from Albert Chin to fix getaddrinfo on Tru64...
2002-02-19  Martin PoolBump version to 2.5.3pre1 v2.5.3pre1
2002-02-19  Martin PoolClean up error message
2002-02-19  Martin PoolDoc
2002-02-19  Martin Poolrsync prefix on mkdir and pushdir error messages.
2002-02-18  Martin PoolDoc.
2002-02-18  Martin PoolChange shell syntax to try to please Solaris
2002-02-18  Martin PoolFix error handling for failing to fork after accepting...
2002-02-18  Martin PoolSolaris does not have diff -u.
2002-02-18  Martin PoolMust use STRUCT_STAT not "struct stat" to be compatible...
2002-02-18  Martin PoolCope with BSD systems on which mkdir() will not accept...
2002-02-18  Martin PoolIf the daemon is unable to fork a child to accept a...
2002-02-18  Martin PoolAdd -vvv trace statement to set_modtime to help with...
2002-02-18  Martin PoolThis test must specify --times because it compares...
2002-02-18  Martin PoolFix bug that made tls.o not be removed by 'make clean'.
2002-02-18  Martin PoolDoc:
2002-02-18  Martin PoolIgnore SIGPIPE and allow EPIPE to get through to the...
2002-02-18  Martin PoolFix for rsync server processes hanging around after...
2002-02-18  Martin Poolrwrite: Doc.
2002-02-18  Martin PoolDocument multiplex stuff.
2002-02-18  Martin PoolDoc.
2002-02-18  David DykstraIf a daemon prints an error message of @ERROR, have...
2002-02-14  David DykstraAdd item about fixing "out of memory in flist_expand...
2002-02-13  David DykstraAdded the two most important bug fixes to NEWS to make...
2002-02-13  David DykstraPatch from Jos Backus <josb@cncdsl.com> to use HAVE_SOC...
2002-02-13  David DykstraSuggested patch from Jim Ogilvie <jogilvie@us.ibm.com...
2002-02-13  David DykstraReversing the order of maybe_emit_filelist_progress...
2002-02-13  David DykstraSome systems, notably Sunos4, do not support realloc...
2002-02-13  Martin PoolAt least change INO64_T and DEV64_T back to just 'int64...
2002-02-13  Martin PoolFactor out code for filelist progress. Copy&paste...
2002-02-09  Martin PoolAdd a test that --owner correctly propagates ownership...
2002-02-09  Martin PoolAdd a test that --group correctly propagates groups...
2002-02-09  Martin PoolAdd $preserve_scratch and $always_log so if you want...
2002-02-09  Martin PoolOops -- have to call setgroups() before giving up root.
2002-02-09  Martin PoolMake sure we call setgroups() after setuid(). (Ethan...
2002-02-07  David DykstraRemove the "rsync:" prefixes on FINFO messages. Return...
2002-02-06  David DykstraMake batch mode actually work and add man page document...
2002-02-06  Martin PoolMerge modified --with-rsh patch: we now determine the...
2002-02-06  Martin PoolDoc: Rusty's /*/* exclude hack produces spurious output...
2002-02-05  David DykstraAdd --no-whole-file and --no-blocking-io options
2002-02-05  Martin PoolOnly print the command used to open connections with...
2002-02-05  Martin PoolRoll over NEWS
2002-02-05  Martin PoolOnly print the command used to open connections with...
2002-02-05  Martin PoolPatch from wayned so that add_exclude_list produces...
2002-02-03  Andrew Tridgellthe signed/unsigned change seems to have caused a logic...
2002-01-29  David DykstraBetter explanation of --force. It is applicable whenev...
2002-01-28  David DykstraA more accurate description of --force as I know it.
2002-01-28  David DykstraClarify the --force entry in the rsync man page.
2002-01-25  Martin PoolOops, version should be just 2.5.2. v2.5.2
2002-01-25  Martin PoolBump version to 2.5.3.
2002-01-25  Martin PoolMore signedness fixes; should be harmless.
2002-01-25  Martin Poolio_end_buffering doesn't need (or use) it's fd paramete...
2002-01-25  Martin PoolDEV64_t and INO64_T should probably be unsigned
2002-01-25  Martin Poolcheck_name doesn't need a socklen_t, because it knows...
next