summaryrefslogtreecommitdiff
path: root/glib/gchecksum.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gchecksum: Drop preconditions for checksum_type being validPhilip Withnall2020-12-121-3/+0
* gchecksum: Add missing (transfer) and (nullable) return annotationsPhilip Withnall2020-12-121-8/+13
* glib: Various minor scan-build fixesPhilip Withnall2019-09-051-0/+1
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-2/+2
* Fixing signedness in digest_to_string:glib/gchecksum.cEmmanuel Fleury2019-01-281-2/+1
* gchecksum: Use G_GUINT64_CONSTANT for SHA-512 constantsPhilip Withnall2018-06-291-56/+56
* glib: Add (inout) annotations to g_[hmac|checksum]_get_digest()Philip Withnall2018-03-201-2/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-5/+5
* gchecksum: Fix validity checks for GChecksumTypePhilip Withnall2017-02-271-1/+1
* gchecksum: add SHA-384 supportIgor Gnatenko2017-02-201-37/+92
* all: remove use of 'register' keywordRyan Lortie2014-06-281-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-7/+7
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use 'dumb quotes' rather than `really dumb quotes'Dan Winship2013-05-211-1/+1
* Make GChecksum more fully introspectableColin Walters2012-12-101-4/+4
* gchecksum: Adds SHA512 supportEduardo Lima Mitev2012-11-211-1/+316
* gchecksum: Add g_compute_checksum_for_bytes()Stef Walter2012-08-061-0/+30
* gchecksum: fix strict-aliasing warnings in the MD5 codeDan Winship2012-04-051-18/+21
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* 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