[INN-COMMITTERS] inn (8 files)
Russ Allbery
Russ_Allbery at isc.org
Sun Apr 10 06:27:35 UTC 2005
Date: Sunday, April 10, 2005 @ 06:27:35
Author: rra
Path: /proj/cvs/isc/inn/inn
Added: include/inn/utility.h lib/hex.c tests/lib/hex-t.c
Modified: MANIFEST lib/Makefile tests/Makefile tests/TESTS
tests/lib/.cvsignore
Add library functions for converting data to hex and back, pulling those
functions out of lib/hash.c and nailing down the input and output
properties better. These may also be useful for debugging elsewhere, plus
the Hash API needs to eventually move farther inside the history API but
these functions will still be useful.
In the process, make a start on include/inn/utility.h, which will
eventually pick up the rest of libinn.h.
-----------------------+
MANIFEST | 3 +
include/inn/utility.h | 37 +++++++++++++++++++++++
lib/Makefile | 8 ++---
lib/hex.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++
tests/Makefile | 7 +++-
tests/TESTS | 1
tests/lib/.cvsignore | 1
tests/lib/hex-t.c | 63 +++++++++++++++++++++++++++++++++++++++
8 files changed, 190 insertions(+), 6 deletions(-)
More information about the inn-committers
mailing list