2008-Jul-05 14:58 |
1.18
|
Check-in
[6010]:
remove OSSP uuid from CVS -- it is now versioned controlled in a Monotone repository By rse.
(diff)
|
2008-Jan-10 15:18 |
1.17
|
Check-in
[5985]:
adjust copyright messages for 2008 and bump version in advance By rse.
(diff)
|
2007-Jan-01 19:14 |
1.16
|
Check-in
[5676]:
Adjust copyright messages for new year 2007. By rse.
(diff)
|
2006-Aug-02 15:11 |
1.15
|
Check-in
[5630]:
Optional DMALLOC based memory debugging support. By rse.
(diff)
|
2006-Jul-28 21:16 |
1.14
|
Check-in
[5531]:
Even more pendantic code cleanups according to complains by SPLINT By rse.
(diff)
|
2006-Jul-28 20:18 |
1.13
|
Check-in
[5528]:
Cleanup source code according to complains by SPLINT. By rse.
(diff)
|
2006-Jan-13 07:44 |
1.12
|
Check-in
[5356]:
Adjust copyright messages for new year 2006. By rse.
(diff)
|
2005-Mar-29 21:01 |
1.11
|
Check-in
[5039]:
Cleanup the source code even more by following a large
set of FlexeLint's suggestions. By rse.
|
2005-Jan-13 11:36 |
1.10
|
Check-in
[5580]:
style cleanup By rse.
(diff)
|
2005-Jan-13 11:30 |
1.9
|
Check-in
[4955]:
Fix generation of v3 UUIDs by adding support for 64-bit platforms
to the underlying uuid_md5.c code (which internally is based on
the RFC reference code which in turn assumes a 32-bit environment).
64-bit platform problem discovered by maintainer of OSSP uuid Debian
package: Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl> By rse.
(diff)
|
2005-Jan-13 10:58 |
1.8
|
Check-in
[4954]:
Optimize internal md5_store() function by directly finalizing MD5
calculation on buffer copy instead of finalizing original buffer
and having to restore it from the buffer copy. By rse.
(diff)
|
2004-Dec-31 20:20 |
1.7
|
Check-in
[4943]:
Adjust copyright messages for new year 2005. By rse.
(diff)
|
2004-Jan-18 20:39 |
1.6
|
Check-in
[4370]:
make both C and C++ happy by doing strange double-cast By rse.
(diff)
|
2004-Jan-18 20:22 |
1.5
|
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.4
|
Check-in
[3723]:
move out PRNG into own object and attach a PRNG and MD5 object for reuse into the UUID object By rse.
(diff)
|
2004-Jan-10 11:49 |
1.3
|
Check-in
[3719]:
add UUID version 3 (name based) generation support (verified to be correct against Data::UUID, the only name supporting UUID implementation available for comparison) By rse.
(diff)
|
2004-Jan-09 16:51 |
1.2
|
Check-in
[3715]:
better wording By rse.
(diff)
|
2004-Jan-09 16:49 |
1.1
|
Check-in
[3714]:
add RFC-derived and cleaned up MD5 implementation By rse.
|