Some argc-based actions in parse_arguments() shouldn't happen on
[rsync/rsync.git] / checksum.c
2008-03-01 Wayne DavisonInclude 2008 in the copyright years.
2007-09-02 Wayne DavisonDon't include the checksum_seed in the full-file MD5...
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-03-18 Wayne DavisonPut the checksum seed at the end of the checksum2 buffe...
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-02-04 Wayne DavisonFurther modifications to the copyright comment section.
2006-12-23 Wayne DavisonMake use of the SHORT_SUM_LENGTH define.
2006-11-21 Wayne DavisonUse an explicit cast when a value gets stored in a...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2005-01-01 Wayne Davison- Use an int32 for each checksum length variable.
2004-08-03 Wayne DavisonUse MAX_MAP_SIZE in the args to map_file().
2004-08-03 Wayne DavisonCall map_file() with its new args, including a suggeste...
2004-08-02 Wayne DavisonGot rid of trailing whitespace.
2004-07-20 Wayne DavisonCall map_file() with its new block_size arg.
2004-07-16 Wayne DavisonAvoid some useless memory copying.
2004-05-21 Wayne DavisonChanged sum_init() to take a seed value as an arg inste...
2004-02-09 Wayne DavisonMade checksum_seed an extern.
2003-12-06 Wayne DavisonMerged in the security fixes from 2.5.7.
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-05-12 Wayne DavisonAnother MD4 fix for protocol 27 (from Christoph Bartelmus).
2003-04-10 J.W. Schultz - for protocol version >= 27, mdfour_tail() is called...
2003-03-31 J.W. SchultzRemoving vestigial support for protocol versions prior...
2002-04-08 Martin PoolDoc sum_update
1999-10-25 Andrew Tridgelluse do_open() instead of open() in several places to...
1999-06-26 Andrew Tridgellfixed a bug that made us use only 16 bits of the file...
1998-10-29 Andrew Tridgellkfixed char* casts
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-06 Andrew TridgellSolaris 2.6 doesn't support "signed char". What a broke...
1998-05-06 Andrew Tridgelladded support for 64 bit file offsets under Solaris...
1998-03-23 Andrew Tridgellfinished 64 bit file offset support. Hopefully rsync...
1998-03-23 Andrew Tridgellstarted to add some 64 bit file offset support - not...
1997-12-15 Andrew Tridgelldamn, I had implicitly assumed signed characters when...
1996-07-04 Andrew Tridgelladded CHAR_OFFSET
1996-07-04 Andrew Tridgell*** empty log message ***
1996-07-03 Andrew Tridgell*** empty log message ***
1996-07-02 Andrew Tridgellsave some more bytes by making the checksum smaller
1996-07-02 Andrew Tridgelladded seed to file sum
1996-07-02 Andrew Tridgelladded resend logic
1996-07-01 Andrew Tridgell*** empty log message ***
1996-06-30 Andrew Tridgellget byte order of checksum seed right
1996-06-30 Andrew Tridgelladded checksum seed
1996-06-28 Andrew Tridgellnew exit/cleanup code
1996-06-27 Andrew Tridgelladded csum-length option
1996-06-22 Andrew TridgellInitial revision