hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gchecksum.c
2014-06-28 Ryan Lortieall: remove use of 'register' keyword
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-01-31 Daniel MustielesUpdated FSF's address
2013-05-21 Dan WinshipUse 'dumb quotes' rather than `really dumb quotes'
2012-12-11 Colin WaltersMake GChecksum more fully introspectable
2012-11-21 Eduardo Lima Mitevgchecksum: Adds SHA512 support
2012-08-06 Stef Waltergchecksum: Add g_compute_checksum_for_bytes()
2012-04-05 Dan Winshipgchecksum: fix strict-aliasing warnings in the MD5...
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-13 Matthias ClasenMore consistent doc formatting
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-06-09 Ryan LortieRemove all uses of G_CONST_RETURN
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-03-15 Emmanuele BassiRevert "Remove all uses of G_CONST_RETURN"
2011-03-15 Ryan LortieRemove all uses of G_CONST_RETURN
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Emmanuele BassiBuild fixes for the fall-out of the inclusion changes
2010-09-03 Matthias ClasenRemove redundant header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-24 Ryan LortieGChecksum: accept NULL pointer with length 0
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-02-01 Ryan LortieGChecksum: move docs from tmpl to .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...