GRand: move docs from tmpl to inline comments
[platform/upstream/glib.git] / glib / gchecksum.c
2009-03-11 Stefan WalterDocument and guarantee hex digests will be returned...
2009-02-23 Matthias ClasenFix "it's" vs "its" confusion throughout the source...
2008-10-24 Matthias ClasenAccept short data
2008-09-02 Michael Nattereradd g_return_if_fail (checksum != NULL)
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-05-26 Matthias ClasenDoc improvements
2008-05-17 Jeffrey StedfastNew function to reset the state of a GChecksum. (g_chec...
2008-04-17 Emmanuele BassiUse the macro GLib provides for byte-swapping as it...
2008-02-28 Matthew BarnesMake 'length' parameter signed to accomodate passing...
2008-01-30 Wouter BolsterleeFixed gtk-doc warnings by updating the documentation...
2008-01-21 Murray CummingAccept -1 for the data length if the data is a null...
2008-01-16 Dan WinshipFix another bug (which doesn't affect the results,...
2008-01-15 Dan Winshipfix this; the previous code gave the wrong md5sum when...
2007-12-20 Matthias ClasenReturn NULL if the checksum_type is unknown
2007-12-20 Christian PerschUse g_slice_new0, to fix "conditional jump or move...
2007-12-19 Christian PerschAdd g_checksum_type_get_length, and change g_checksum_g...
2007-12-04 Emmanuele BassiAdd GChecksum, a generic wrapper around various hashing...