Sign in
fuchsia
/
third_party
/
glib
/
08fe93589ece786f49cf7d728b8dea618c7f5251
/
glib
/
gchecksum.c
9470aa2
gchecksum: Use G_GUINT64_CONSTANT for SHA-512 constants
by Philip Withnall
· 7 years ago
71eccfe
glib: Add (inout) annotations to g_[hmac|checksum]_get_digest()
by Philip Withnall
· 7 years ago
f9faac7
glib/: LGPLv2+ -> LGPLv2.1+
by Sébastien Wilmet
· 8 years ago
0012451
gchecksum: Fix validity checks for GChecksumType
by Philip Withnall
· 8 years ago
1f9a9f8
gchecksum: add SHA-384 support
by Igor Gnatenko
· 8 years ago
dce8876
all: remove use of 'register' keyword
by Ryan Lortie
· 11 years ago
20f4d18
docs: use "Returns:" consistently
by William Jon McCann
· 11 years ago
078dbda
Updated FSF's address
by Daniel Mustieles
· 11 years ago
4b94c08
Use 'dumb quotes' rather than `really dumb quotes'
by Dan Winship
· 12 years ago
bf1e63c
Make GChecksum more fully introspectable
by Colin Walters
· 12 years ago
6e20462
gchecksum: Adds SHA512 support
by Eduardo Lima Mitev
· 12 years ago
278fe0c
gchecksum: Add g_compute_checksum_for_bytes()
by Stef Walter
· 12 years ago
a81a062
gchecksum: fix strict-aliasing warnings in the MD5 code
by Dan Winship
· 13 years ago
7486cd9
comments/docs: Fix couple of typos
by Ravi Sankar Guntur
· 13 years ago
06bb6c7
More consistent doc formatting
by Matthias Clasen
· 13 years ago
37c740d
Don't #include <glib/gslice.h> from gmem.h
by Ryan Lortie
· 13 years ago
8073759
Remove all uses of G_CONST_RETURN
by Ryan Lortie
· 14 years ago
08f0a31
Revert "Remove all uses of G_CONST_RETURN"
by Emmanuele Bassi
· 14 years ago
3674124
Remove all uses of G_CONST_RETURN
by Ryan Lortie
· 14 years ago
fdaaa22
Correct gtk-doc SECTION: syntax
by Johan Dahlin
· 14 years ago
ca7dee5
Build fixes for the fall-out of the inclusion changes
by Emmanuele Bassi
· 14 years ago
ebcdbd9
Remove redundant header inclusions
by Matthias Clasen
· 14 years ago
2e53e50
glib/: fully remove galias hacks
by Ryan Lortie
· 14 years ago
fb94e65
GChecksum: accept NULL pointer with length 0
by Ryan Lortie
· 15 years ago
fa7cafa
GChecksum: move docs from tmpl to .c
by Ryan Lortie
· 15 years ago
a4d3d1f
Document and guarantee hex digests will be returned in lower case.
by Stefan Walter
· 16 years ago
f548330
Fix "it's" vs "its" confusion throughout the source. Patch by Will
by Matthias Clasen
· 16 years ago
c6404e8
Accept short data
by Matthias Clasen
· 16 years ago
ed2bbc4
add g_return_if_fail (checksum != NULL)
by Michael Natterer
· 16 years ago
7614244
Include "config.h" instead of <config.h> Command used: find -name
by Johan Dahlin
· 17 years ago
c1d7063
Doc improvements
by Matthias Clasen
· 17 years ago
d238669
New function to reset the state of a GChecksum. (g_checksum_new): Call
by Jeffrey Stedfast
· 17 years ago
62b18e6
Use the macro GLib provides for byte-swapping as it can be optimized.
by Emmanuele Bassi
· 17 years ago
154ebf8
Make 'length' parameter signed to accomodate passing negative lengths.
by Matthew Barnes
· 17 years ago
ca25b31
Fixed gtk-doc warnings by updating the documentation of various functions.
by Wouter Bolsterlee
· 17 years ago
5fbfef4
Accept -1 for the data length if the data is a null-terminated string. Bug
by Murray Cumming
· 17 years ago
f133251
Fix another bug (which doesn't affect the results, but may cause it to
by Dan Winship
· 17 years ago
cc1404c
fix this; the previous code gave the wrong md5sum when called in certain
by Dan Winship
· 17 years ago
877cc60
Return NULL if the checksum_type is unknown
by Matthias Clasen
· 17 years ago
fc23e6f
Use g_slice_new0, to fix "conditional jump or move depends on
by Christian Persch
· 17 years ago
1ea515d
Add g_checksum_type_get_length, and change g_checksum_get_digest to use a
by Christian Persch
· 17 years ago
f17db34
Add GChecksum, a generic wrapper around various hashing algorithms. At the
by Emmanuele Bassi
· 17 years ago