2008-Jul-05 14:58 |
1.21
|
Check-in
[6010]:
remove OSSP uuid from CVS -- it is now versioned controlled in a Monotone repository By rse.
(diff)
|
2008-Jun-04 19:27 |
1.20
|
Check-in
[6001]:
Improve PRNG under Win32 By rse.
(diff)
|
2008-Mar-06 13:14 |
1.19
|
Check-in
[5993]:
1. Remove unused "struct timezone" from time_gettimeofday() in
order to simplify portability.
2. Add support for POSIX clock_gettime(3) in case the Unix/POSIX
gettimeofday(3) is not available. By rse.
(diff)
|
2008-Feb-21 16:34 |
1.18
|
Check-in
[5989]:
fix remaining Win32 issues By rse.
(diff)
|
2008-Feb-21 09:58 |
1.17
|
Check-in
[5988]:
Port to Win32 API By rse.
(diff)
|
2008-Jan-10 15:18 |
1.16
|
Check-in
[5985]:
adjust copyright messages for 2008 and bump version in advance By rse.
(diff)
|
2007-Jan-01 19:14 |
1.15
|
Check-in
[5676]:
Adjust copyright messages for new year 2007. By rse.
(diff)
|
2006-Aug-02 15:11 |
1.14
|
Check-in
[5630]:
Optional DMALLOC based memory debugging support. By rse.
(diff)
|
2006-Aug-02 13:59 |
1.13
|
Check-in
[5628]:
Consistently include "config.h" in all source files. By rse.
(diff)
|
2006-Jul-28 21:16 |
1.12
|
Check-in
[5531]:
Even more pendantic code cleanups according to complains by SPLINT By rse.
(diff)
|
2006-Jan-13 07:44 |
1.11
|
Check-in
[5356]:
Adjust copyright messages for new year 2006. By rse.
|
2005-Sep-24 12:28 |
1.10
|
Check-in
[5179]:
Fix two incorrect casts, detected by compiling the C code under C++ constraints. By rse.
(diff)
|
2005-Sep-20 22:29 |
1.9
|
Check-in
[5175]:
Plug memory leak in PRNG sub-library.
Detected by valgrind(1). By rse.
(diff)
|
2005-Aug-30 21:25 |
1.8
|
Check-in
[5121]:
annotate what the source really is By rse.
(diff)
|
2005-Aug-30 20:41 |
1.7
|
Check-in
[5119]:
cleanup Flexelint warnings By rse.
(diff)
|
2005-Aug-30 17:26 |
1.6
|
Check-in
[5117]:
Improve the PRNG in case no stronger system PRNG device is
available by passing time and rand(3) based entropy into the MD5
one-way hash function to achieve at least some sort of weaker PRN data. By rse.
(diff)
|
2005-Mar-29 21:01 |
1.5
|
Check-in
[5039]:
Cleanup the source code even more by following a large
set of FlexeLint's suggestions. By rse.
(diff)
|
2004-Dec-31 20:20 |
1.4
|
Check-in
[4943]:
Adjust copyright messages for new year 2005. By rse.
(diff)
|
2004-Feb-04 07:24 |
1.3
|
Check-in
[4399]:
Fixed filedescriptor leak in the PRNG sub-API.
Submitted by: Guerry Semones <guerry@tsunamiresearch.com> By rse.
(diff)
|
2004-Jan-18 20:22 |
1.2
|
Check-in
[4368]:
- Cleanup the C code to also pass warning-free a C++ compiler.
- Support C++ by enclosing the C API declarations in
'extern "C" {...}' within uuid.h.
Submitted by: Guerry Semones <guerry@tsunamiresearch.com> By rse.
(diff)
|
2004-Jan-10 13:16 |
1.1
|
Check-in
[3723]:
move out PRNG into own object and attach a PRNG and MD5 object for reuse into the UUID object By rse.
|