Change naming of local patch-related branches and unify
[rsync/rsync.git] / support /
2009-01-13 Wayne DavisonUse "use warnings" rather than -w on the #! line.
2009-01-08 Wayne DavisonAvoid a server-side problem with -e is at the start...
2009-01-08 Wayne DavisonTweaked s### and m## to avoid vim highlighting issues.
2008-11-16 Wayne DavisonMention the mapfrom/mapto scripts and how they work.
2008-11-16 Wayne DavisonAdding the --usermap/--groupmap/--chown options.
2008-10-11 Wayne DavisonAdded a fully atomic update if the user has setup a...
2008-09-30 Wayne DavisonFix the error message on one of the rename operations.
2008-09-11 Wayne DavisonA couple instant-rsyncd improvements:
2008-09-11 Matt McCutchenAdd instant-rsyncd to support/ .
2008-06-28 Wayne DavisonMention the addition of the deny-rsync script, and...
2008-06-24 Wayne DavisonSome deny-rsync fixes:
2008-06-24 Matt McCutchenThe deny-rsync script from bug 3945.
2008-04-19 Wayne DavisonAdded a --no-cd option to support/lsh so that the scrip...
2008-04-06 Wayne DavisonMoving some files from support into packaging.
2008-03-25 Wayne DavisonSome improvements for support/patch-update:
2008-03-23 Wayne DavisonProperly handle a new patch-branch that is only availab...
2008-03-19 Wayne DavisonA couple more support/rrsync tweaks:
2008-03-05 Wayne DavisonUpdated rrsync to deal with the latest 3.0.0's use...
2008-02-24 Wayne DavisonDon't force the user to start from the master branch...
2008-02-07 Wayne DavisonUsing rebase for the patches has become a failing-hunk
2008-02-04 Wayne DavisonFixed finding of parent's description when @ARGV doesn...
2008-02-04 Wayne DavisonImproved the usage message.
2008-02-03 Wayne DavisonFixed the diffing of generated files when creating...
2008-01-12 Wayne Davison- Make sure the Makefile is up-to-date before running...
2008-01-01 Wayne DavisonSome minor tweaks:
2007-11-29 Wayne DavisonRevised release-rsync and nightly-rsync code to create...
2007-11-28 Wayne DavisonDon't use git-FOO command to call git sub-commands.
2007-11-27 Wayne DavisonAdd a new daemon security option: "munge symlinks".
2007-11-25 Wayne DavisonReturn to the master branch at the end.
2007-11-25 Wayne DavisonModified the discovery of the generated files & use...
2007-11-17 Wayne DavisonAdding a support script that can be used to make the...
2007-11-16 Wayne DavisonMake sure we process a parent patch before a dependent...
2007-11-12 Wayne DavisonHandle new PATCH-$name files, improved $last_touch...
2007-11-12 Wayne DavisonMake sure that time has progressed when we need change...
2007-11-12 Wayne DavisonIf we start a sub-shell to let the user fix a rebase...
2007-11-12 Wayne DavisonThis script transforms one or more patch/* branches...
2007-11-12 Wayne DavisonIncluding my extern-squishing script, which just found an
2007-09-17 Wayne DavisonImproved -s and support cvs's -e30.8 version idiom.
2007-09-16 Wayne DavisonDisable -s by default.
2007-09-15 Wayne DavisonAdding knowledge of some new options.
2007-09-15 Wayne DavisonThat should have been -s.
2007-09-15 Wayne DavisonForce knowledge the -p option, since it gets passed...
2007-09-08 Wayne DavisonAdded a remote-shell substitute for use in testing...
2007-03-21 Wayne DavisonThe print now uses a more straight-forward map() instea...
2006-12-20 Wayne DavisonFixed the item numbers in the regex comment.
2006-12-18 Wayne DavisonCall SIGACTION() instead of signal().
2006-09-18 Wayne DavisonAdded parsing for all the latest options.
2006-09-18 Wayne DavisonThe --min-size arg doesn't need to be path-checked...
2006-09-02 Wayne DavisonA slight simplification to the last change.
2006-09-02 Wayne DavisonAn even better way to un-backslash-escape the filenames...
2006-08-31 Wayne DavisonFixed handling of filenames with an embedded $, @,...
2006-03-21 Wayne DavisonA nice file-attribute maintenance script that lets...
2006-03-13 Wayne DavisonImproved the regex to match syslog lines and be easier...
2006-02-02 Wayne DavisonChanged default logfile setting from /var/adm/rsyncd...
2006-01-30 Wayne DavisonThis perl script automates the conversion of a list...
2005-12-19 Wayne DavisonImproved the usage info in the opening comment.
2005-10-04 Wayne DavisonImproved the usage comments.
2005-10-03 Wayne DavisonA simple filter script to output messages from a single...
2005-06-23 Wayne DavisonChanged the arg-splitting code so that it can handle...
2005-06-23 Wayne DavisonTweaked a comment in the perl code we output.
2005-06-17 Wayne DavisonChanged the code to use the single long-option hash...
2005-06-17 Wayne Davison- Fixed a bug where the --*-dest options weren't being...
2005-06-17 Wayne Davison- Improved some comments (some taken from the new cull...
2005-06-17 Wayne DavisonAnother readability improvement in the perl code we...
2005-06-17 Wayne DavisonImproved some of the comments that are output into...
2005-06-17 Wayne Davison- Make sure that the command contained the '.' arg...
2005-06-17 Wayne Davison- Be restrictive on matching the --sender option so...
2005-06-17 Wayne DavisonOutput a leading comment and surrounding blank lines.
2005-06-17 Wayne DavisonIf SUBDIR is specified as a non-absolute path, make...
2005-06-16 Wayne Davison- Made it easy to configure the path of the rsync execu...
2005-06-16 Wayne DavisonA developer-oriented script that outputs perl code...
2005-05-26 Wayne DavisonImproved the opening comment.
2005-05-19 Wayne DavisonTweaked the opening comments.
2005-05-18 Wayne DavisonFixed a typo.
2005-05-13 Wayne DavisonAn example filter script to maintain .cvsinclude files.
2005-04-24 Wayne DavisonReject any --remove-* options when read-only, just...
2005-02-22 Wayne DavisonDocument an alternate way to achieve the effect of...
2005-02-20 Wayne DavisonDisallow --remove-sent-files with a read-only server.
2005-02-19 Wayne DavisonWe now use a regular expression to parse the (restored...
2005-02-18 Wayne Davison- Fixed a few bugs and compile warnings.
2005-02-14 Wayne DavisonChanged #if to use "defined".
2005-01-22 Wayne DavisonMoved the /proc/mounts literal string nearer to the...
2005-01-19 Wayne DavisonAdded an example of running mnt-excl remotely via ssh...
2005-01-19 Wayne DavisonA perl script that outputs excludes for all mount point...
2005-01-14 Wayne Davison- We now remove the DEST~old~ dir instead of renaming...
2005-01-12 Wayne Davison- Allow multiple source paths to be specified (and...
2005-01-12 Wayne DavisonThis is Joe Smith's rrsync (restricted rsync) perl...
2005-01-11 Wayne DavisonA simple Makefile.
2005-01-11 Wayne DavisonA debug program to help diagnose data-transfer corrupti...
2005-01-06 Wayne DavisonA perl script to effect an atomic transfer of a set...
1998-11-23 Andrew Tridgellupdates to reflect new samba.org domain
1998-11-02 Andrew Tridgellremove double / from filenames in display
1998-10-31 Andrew Tridgellget the date comparison the right way around
1998-10-30 Andrew Tridgelladded a perl script to summarise the rsyncd log format