]> git.ipfire.org Git - thirdparty/rsync.git/shortlog
thirdparty/rsync.git
1998-11-24  David DykstraWhen "refuse options = compress" is set in rsyncd.conf...
1998-11-24  David DykstraAlways include "." when processing exclude lists. ...
1998-11-24  David DykstraUpdate the README file to reflect current usage options.
1998-11-24  David DykstraDon't list cleaned-out duplicate file names as "<NULL...
1998-11-24  David DykstraChange sanitize_path() function to not malloc a copy...
1998-11-24  David DykstraMake sure secrets file is not other-accessible, and...
1998-11-24  David DykstraAlways add the O_BINARY flag in do_open if it is define...
1998-11-24  David DykstraBackup deleted files when using --delete and --backup...
1998-11-23  David DykstraAdd "include" and "include from" rsyncd.conf options...
1998-11-23  Andrew Tridgellupdates to reflect new samba.org domain
1998-11-20  Andrew Tridgellchanged an example slightly
1998-11-20  Andrew Tridgelladded "dont compress" option with the default setting of
1998-11-19  Andrew Tridgellimproved the "refuse options" code a bit
1998-11-19  Andrew Tridgelladded "refuse options" option
1998-11-18  David DykstraLook for strcasecmp in -lresolv for Unixware.
1998-11-18  David DykstraMinor documentation patches, due mostly to
1998-11-18  David DykstraChange --log-format documentation to make it clear...
1998-11-18  David DykstraRemove a debugging statement I accidentally included...
1998-11-18  David DykstraChange documentation to explain that a lack of -t in...
1998-11-17  David DykstraApply sanitize_paths() to glob expansions when use...
1998-11-16  Andrew Tridgelldon't interpret %h and %a when using --log-format locally
1998-11-16  Andrew Tridgellfixed a bug handling files larger than 2GB
1998-11-15  Andrew Tridgelllog filename(line) in exit_cleanup() to make tracking...
1998-11-15  Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-14  Andrew Tridgellcompile with optimisation by default on all compilers
1998-11-14  Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-06  David DykstraChange sanitize_path() to not use clean_fname() because...
1998-11-06  Andrew Tridgellfixed typo
1998-11-05  David DykstraAdd comment before call to mktemp saying it is delibera...
1998-11-04  David DykstraFix confusion between RERR_NOSUPPORT and RERR_UNSUPPORT...
1998-11-04  Andrew Tridgelladded timeout option in rsyncd.conf
1998-11-04  Andrew Tridgelluse macros to make mdfour faster on systems that don...
1998-11-03  David DykstraRemove statement in rsync.1 that a rsync:// URL can...
1998-11-03  rsync-bugspreparing for release of 2.2.0 v2.2.0
1998-11-03  David DykstraDocument the fact that you can use [USER@] in an rsync...
1998-11-03  David DykstraCall clean_fname() in sanitize_path() to catch some...
1998-11-03  David DykstraAdd support for optional ":PORT" in rsync URL.
1998-11-03  Andrew Tridgellpatch from Alberto Accomazzi <aaccomazzi@cfa.harvard...
1998-11-03  Andrew Tridgelldocumented --delete disabling on IO errors
1998-11-03  Andrew Tridgelladded the --log-format option to allow users to request...
1998-11-02  Andrew Tridgellremove double / from filenames in display
1998-11-02  Andrew Tridgellthe logging wasn't showing the full prefix for filenames
1998-11-02  Andrew TridgellJason told me that's its very important for his site...
1998-11-02  Andrew Tridgell- document the rsync:// URL format
1998-11-02  Andrew Tridgellif no local destination is provided for the transfer...
1998-10-31  Andrew Tridgelladded copyright notice from Patrick Powell
1998-10-31  Andrew Tridgellget the date comparison the right way around
1998-10-30  Andrew Tridgelluse the orig_umask when choosing perms for the log...
1998-10-30  Andrew Tridgellfixed perms on rsyncd log file
1998-10-30  Andrew Tridgellmove the time init before the logfile opening.
1998-10-30  Andrew Tridgelladded a perl script to summarise the rsyncd log format
1998-10-30  Andrew Tridgelladded %m, %P and %u options to logging
1998-10-30  Andrew Tridgellneed BIG_ENDIAN test for inet_ntoa replacement
1998-10-30  Andrew Tridgellcheck for a broken inet_ntoa() on IRIX
1998-10-30  Andrew Tridgellget null termination right in logging
1998-10-30  Andrew Tridgellget null termination right in logging
1998-10-30  Andrew Tridgellhopefuly fix logging of "transfer interrupted" messages
1998-10-30  Andrew Tridgelladded "log format" option to allow admins to choose...
1998-10-30  Andrew Tridgellhanle null strings in -vvv output
1998-10-29  Andrew Tridgellfixed cacheing of some values (using code from Samba)
1998-10-29  David DykstraFix for systems such as Unixware that have a cc that...
1998-10-29  Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-29  Andrew Tridgellput the pid on each line of the log file to facilitate
1998-10-29  Andrew Tridgellsome minor optimisations
1998-10-29  Andrew Tridgella change I made yesterday corrupted the displayed filen...
1998-10-29  Andrew Tridgellfinal change needed to get rsync working on a CRAY J90
1998-10-29  Andrew Tridgellkfixed char* casts
1998-10-29  Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-28  Andrew Tridgellsyslog support in rsync daemon has been broken since...
1998-10-28  Andrew Tridgellfixed handling of %.0f in replacement snprintf.c
1998-10-28  Andrew Tridgellfixed a typo
1998-10-28  Andrew Tridgelland I thought I wasn't going to do any rsync coding...
1998-10-27  David DykstraDocument the fact that --numeric-ids is implied if...
1998-10-27  David Dykstra- Define bindir and mandir as per gnu makefile standards
1998-10-27  Andrew Tridgellfixed a typecast
1998-10-27  Andrew Tridgellhandle OSes (such as Unicos) which use a different...
1998-10-26  Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-10-26  David DykstraFix bug in --include and --include-from which didn...
1998-10-26  David DykstraAdd "use chroot" and "pid file" rsyncd.conf options...
1998-10-26  David DykstraOptimize server for special case of a long list of...
1998-10-26  David DykstraAdd --compare-dest option which enables specifying...
1998-09-09  rsync-bugspreparing for release of 2.1.1 v2.1.1
1998-09-09  Andrew Tridgellfixed timestring() bug
1998-09-09  Andrew Tridgelldon't complain about not setting times on directories
1998-09-09  Andrew Tridgellhandle sstem (sco 3) with glob but not glob.h
1998-09-09  Andrew Tridgellhandle OSes where you can't rename a open file in the...
1998-09-09  Andrew Tridgellput the time in when using log file.
1998-09-09  Andrew Tridgelladded finddead target, removed dead code and made some...
1998-09-09  Andrew Tridgelldoc updates
1998-09-09  Andrew Tridgelladded "log file" option for those systems with broken...
1998-09-09  Andrew Tridgellwanr people who use path names to rsync ::
1998-08-27  Andrew Tridgellfixed a small memory leak when using -C
1998-08-27  Andrew Tridgellremoved the limit on the read buffer size until I fully...
1998-08-27  Andrew Tridgella couple of changes to where the nonblocking settings...
1998-07-25  Andrew Tridgellfix PATTERN/FILE in --help output
1998-07-25  Andrew Tridgellrsync.c was getting a bit unwieldy so I split the code...
1998-07-23  Andrew Tridgellfixed the relative paths bug pointed out by Alberto...
1998-07-20  rsync-bugspreparing for release of 2.1.0 v2.1.0
1998-07-20  Andrew TridgellI think I might havefinally fixed the rsync hanging...
1998-07-19  Andrew Tridgellalways use a timeout to select, even if --timeout is not
next