added by Rajesh Ranjan for Maithili
[platform/upstream/glib.git] / glib / gchecksum.c
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...