Reject passing an arg to an option that doesn't take one (bug 6915).
[rsync/rsync.git] / hashtable.c
2009-10-14 Wayne DavisonAvoid type-punned compiler warnings for the byteorder...
2009-01-03 Wayne DavisonUpdate the copyright year.
2008-10-15 Wayne DavisonAdding hashtable debugging output (--debug=hash).
2008-07-22 Wayne DavisonExplicitly cast an int64 to an int32.
2008-07-17 Wayne DavisonAdded some HLINK debugging output and enabled it for...
2008-06-04 Wayne DavisonImproved handling of a system that doesn't have a 64...
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2008-02-04 Wayne DavisonStore the key64 flag from hashtable_create() in the...
2007-09-03 Wayne DavisonThe hashtable routines from hlink.c modified to have...