History log of /external/bluetooth/glib/glib/gchecksum.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7ba2244a2d73e660f8032aae03de9075b9433cf9 15-Jun-2008 Matthias Clasen <matthiasc@src.gnome.org> Add docs

svn path=/trunk/; revision=7038
/external/bluetooth/glib/glib/gchecksum.h
d238669ef064e32c45c0d4fbbab2abeed824f4b7 17-May-2008 Jeffrey Stedfast <fejj@novell.com> New function to reset the state of a GChecksum. (g_checksum_new): Call

2008-05-12 Jeffrey Stedfast <fejj@novell.com>

* glib/gchecksum.c (g_checksum_reset): New function to reset the
state of a GChecksum.
(g_checksum_new): Call g_checksum_reset() instead of duplicating
code.


svn path=/trunk/; revision=6903
/external/bluetooth/glib/glib/gchecksum.h
e0aa9d8a6135d404fe1ff60ba6858599e85edf98 05-May-2008 Michael Natterer <mitch@imendio.com> #define __GLIB_H_INSIDE__ around including everything.

2008-05-05 Michael Natterer <mitch@imendio.com>

* glib/glib.h: #define __GLIB_H_INSIDE__ around including
everything.

* glib/*.h: check for that define instead of __G_LIB_H__ if
G_DISABLE_SINGLE_INCLUDES is defined.

* glib/gdatasetprivate.h: #include <glib.h> instead of
<glib/gdataset.h>


svn path=/trunk/; revision=6875
/external/bluetooth/glib/glib/gchecksum.h
f4bb21aa1d405fd11043a03e0962358eb0f42a5e 14-Mar-2008 Michael Natterer <mitch@imendio.com> make it possible to disable single-file includes by defining

2008-03-14 Michael Natterer <mitch@imendio.com>

* glib/*.h: make it possible to disable single-file includes by
defining G_DISABLE_SINGLE_INCLUDES when building against GLib.
Approved by Tim Janik.

* glib/glib.h: include <glib/gslice.h>.

* glib/gi18n.h
* glib/gi18n-lib.h
* glib/gprintf.h: include <glib.h> so the above works when these
files are included without including <glib.h> first.


svn path=/trunk/; revision=6713
/external/bluetooth/glib/glib/gchecksum.h
154ebf8e78d3eaf9d3db7f2416ef242db9143a1d 28-Feb-2008 Matthew Barnes <mbarnes@redhat.com> Make 'length' parameter signed to accomodate passing negative lengths.

2008-02-27 Matthew Barnes <mbarnes@redhat.com>

* glib/gchecksum.[ch] (g_checksum_update),
(g_compute_checksum_for_string): Make 'length' parameter
signed to accomodate passing negative lengths. (#510855)


svn path=/trunk/; revision=6600
/external/bluetooth/glib/glib/gchecksum.h
877cc60f038c15a24b755e6e85d50e0fb4599316 20-Dec-2007 Matthias Clasen <matthiasc@src.gnome.org> Return NULL if the checksum_type is unknown

svn path=/trunk/; revision=6175
/external/bluetooth/glib/glib/gchecksum.h
1ea515d01951ffbee711ac3a3917b96ce7389076 19-Dec-2007 Christian Persch <chpe@gnome.org> Add g_checksum_type_get_length, and change g_checksum_get_digest to use a

2007-12-19 Christian Persch <chpe@gnome.org>

* glib/gchecksum.c: (g_checksum_type_get_length),
(g_checksum_get_digest):
* glib/gchecksum.h:
* glib/glib.symbols:
* tests/checksum-test.c: (test_checksum): Add
g_checksum_type_get_length, and change g_checksum_get_digest to use a
provided buffer instead of returning allocated memory. Bug #501853.

svn path=/trunk/; revision=6162
/external/bluetooth/glib/glib/gchecksum.h
f17db346527b849ee8a92202c96a556a4c4de547 04-Dec-2007 Emmanuele Bassi <ebassi@gnome.org> Add GChecksum, a generic wrapper around various hashing algorithms. At the

2007-12-04 Emmanuele Bassi <ebassi@gnome.org>

* glib/gchecksum.[ch]: Add GChecksum, a generic wrapper around
various hashing algorithms. At the moment, the MD5, SHA-1 and
SHA-256 algorithms are supported. (#443648)

* glib/glib.h:
* glib/Makefile.am:
* glib/glib.symbols: Build glue for GChecksum

* tests/Makefile.am
* tests/checksum-test.c: Add test suite for GChecksum.

svn path=/trunk/; revision=6042
/external/bluetooth/glib/glib/gchecksum.h