log src/xs_support.c @ 980:1cd7dead1b56

age author description
Wed, 21 Nov 2012 00:11:00 +0200 Matti Hamalainen Add separate function for printing MD5 hashes.
Tue, 20 Nov 2012 21:28:39 +0200 Matti Hamalainen Change semantics of xs_fread_be{32,16}() functions to match xs_fread_str()
Tue, 20 Nov 2012 21:26:25 +0200 Matti Hamalainen Add new helper functions xs_fread_str() and xs_fread_byte().
Mon, 19 Nov 2012 20:32:18 +0200 Matti Hamalainen Fix various compilation related issues, make includes more POSIX compliant,
Mon, 19 Nov 2012 17:42:03 +0200 Matti Hamalainen Actually clear the whole xs_md5state_t structure, instead of incorrectly
Sat, 10 Nov 2012 13:29:18 +0200 Matti Hamalainen Oops, fix some error print arguments.
Fri, 09 Nov 2012 08:22:41 +0200 Matti Hamalainen Move stuff around a bit.
Fri, 09 Nov 2012 08:20:55 +0200 Matti Hamalainen Improve the path helper functions.
Fri, 09 Nov 2012 07:47:05 +0200 Matti Hamalainen Add two new utility functions for checking whether a given path is a
Fri, 09 Nov 2012 06:20:12 +0200 Matti Hamalainen Improve path support.
Fri, 09 Nov 2012 06:17:56 +0200 Matti Hamalainen Silence possibly uninitialized variable warnings.
Fri, 09 Nov 2012 06:17:12 +0200 Matti Hamalainen Silence a warning.
Fri, 09 Nov 2012 05:20:23 +0200 Matti Hamalainen Oops, need to include stdarg.h from the header as well.
Fri, 09 Nov 2012 05:18:36 +0200 Matti Hamalainen Move error printing function to xs_support.
Fri, 09 Nov 2012 05:14:23 +0200 Matti Hamalainen Oops, a #ifdef was reversed, causing the xs_fsize() function not to be compiled.