summaryrefslogtreecommitdiff
path: root/glib/gchecksum.c
Commit message (Expand)AuthorAgeFilesLines
* More consistent doc formattingMatthias Clasen2011-11-121-1/+1
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-1/+1
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-1/+1
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-1/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* Remove redundant header inclusionsMatthias Clasen2010-09-031-24/+26
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* GChecksum: accept NULL pointer with length 0Ryan Lortie2010-06-241-3/+3
* GChecksum: move docs from tmpl to .cRyan Lortie2010-02-011-0/+22
* Document and guarantee hex digests will be returned in lower case.Stefan Walter2009-03-111-0/+7
* Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen2009-02-231-1/+1
* Accept short dataMatthias Clasen2008-10-241-1/+0
* add g_return_if_fail (checksum != NULL)Michael Natterer2008-09-021-1/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Doc improvementsMatthias Clasen2008-05-261-0/+2
* New function to reset the state of a GChecksum. (g_checksum_new): CallJeffrey Stedfast2008-05-171-3/+18
* Use the macro GLib provides for byte-swapping as it can be optimized.Emmanuele Bassi2008-04-171-5/+2
* Make 'length' parameter signed to accomodate passing negative lengths.Matthew Barnes2008-02-281-2/+2
* Fixed gtk-doc warnings by updating the documentation of various functions.Wouter Bolsterlee2008-01-301-2/+2
* Accept -1 for the data length if the data is a null-terminated string. BugMurray Cumming2008-01-211-2/+5
* Fix another bug (which doesn't affect the results, but may cause it toDan Winship2008-01-161-1/+1
* fix this; the previous code gave the wrong md5sum when called in certainDan Winship2008-01-151-2/+1
* Return NULL if the checksum_type is unknownMatthias Clasen2007-12-201-7/+9
* Use g_slice_new0, to fix "conditional jump or move depends onChristian Persch2007-12-201-1/+1
* Add g_checksum_type_get_length, and change g_checksum_get_digest to use aChristian Persch2007-12-191-32/+47
* Add GChecksum, a generic wrapper around various hashing algorithms. At theEmmanuele Bassi2007-12-041-0/+1398