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