Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed occurrences of Z Research to Gluster. | Vijay Bellur | 2009-10-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Anand V. Avati <avati@dev.gluster.com> | ||||
* | libglusterfs: Add checksum functions. | Vikas Gorur | 2009-09-22 | 1 | -0/+29 |
gf_rsync_weak_checksum: Calculates a simple 32-bit checksum. gf_rsync_strong_checksum: Calculates the MD5 checksum. The strong checksum function makes use of Christophe Devine's MD5 implementation (adapted from the rsync source code, version 3.0.6. <http://www.samba.org/ftp/rsync/>). Signed-off-by: Anand V. Avati <avati@dev.gluster.com> |