OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.27 | Check-in [6010]: remove OSSP uuid from CVS -- it is now versioned controlled in a Monotone repository By rse. (diff) | |
1.26 | Check-in [5985]: adjust copyright messages for 2008 and bump version in advance By rse. (diff) | |
1.25 | Check-in [5676]: Adjust copyright messages for new year 2007. By rse. (diff) | |
1.24 | Check-in [5630]: Optional DMALLOC based memory debugging support. By rse. (diff) | |
1.23 | Check-in [5628]: Consistently include "config.h" in all source files. By rse. (diff) | |
1.22 | Check-in [5396]: Add full support for Single Integer Value (SIV) UUID representation for both importing and exporting in C/C++/Perl/PHP APIs. By rse. (diff) | |
1.21 | Check-in
[5371]:
Apply workaround to uuid.h to avoid conflicts with
vendor UUID implementations where uuid_t (Darwin / MacOS X)
or uuid_create/uuid_compare (POSIX) might exist.
Supported by: SpaceNet (MacOS X platform) By rse. | |
1.20 | Check-in [5356]: Adjust copyright messages for new year 2006. By rse. (diff) | |
1.19 | Check-in [5039]: Cleanup the source code even more by following a large set of FlexeLint's suggestions. By rse. (diff) | |
1.18 | Check-in [4968]: Added support for new version 5 UUIDs (name-based, SHA-1) according to latest draft-mealling-uuid-urn-05.txt. By rse. (diff) | |
1.17 | Check-in [4943]: Adjust copyright messages for new year 2005. By rse. (diff) | |
1.16 | Check-in [4418]: Add support to uuid(1) CLI for decoding from stdin for both binary and string representations. By rse. (diff) | |
1.15 | Check-in
[4414]:
Fixed "uuid -h" command.
Submitted by: fuyuki@nigredo.org By rse. (diff) | |
1.14 | Check-in [4384]: flush more pending cleanups By rse. (diff) | |
1.13 | Check-in
[4378]:
o Include <string.h> in uuid.h because of size_t usage.
o INCOMPATIBILITY: Refactor the API and rename uuid_generate() to uuid_make() and use a "uuid_t" pointer for the namespace on UUID_VERSION3 generation. To allow access to the internal pre-defined namespace UUIDs, provide a new uuid_load() function. Because uuid_load() now also allows the loading of the "nil" UUID, remove uuid_nil() from the API. After this second refactoring the API is now the one we originally wished for the forthcoming version 1.0 of OSSP uuid. By rse. (diff) | |
1.12 | Check-in [4375]: cleanup pointer casting by using a void pointer By rse. (diff) | |
1.11 | Check-in [4371]: - Refactor the API by merging uuid_{unpack,pack,parse,format,dump}() functions into unified uuid_{import,export}() functions. This allows us to easily add support for other formats (e.g. XML) in the future without having the change the API in principle. - Document what DCE 1.1 UUID versions exist and what they are intended for. By rse. | |
1.10 | Check-in [4337]: Use BM_XXX() and str_xxx() APIs throughout internal implementation. By rse. (diff) | |
1.9 | Check-in [4318]: Implement uuid_dump() and corresponding uuid CLI "-d" option for dumping a given UUID into clear text. For convinience reasons add uuid_bm.h (bit mask API) and uuid_str (string formatting API) sub-modules. By rse. (diff) | |
1.8 | Check-in
[4316]:
Print involved option character (instead of '?') on invalid
option for uuid(1) CLI.
Submitted by: Matthias Andree <matthias.andree@gmx.de> PR: 29 By rse. (diff) | |
1.7 | 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) | |
1.6 | Check-in [3717]: fix framework and print ASCII output by default By rse. (diff) | |
1.5 | Check-in [3716]: use format instead of unparse and fix pack/unpack usage By rse. (diff) | |
1.4 | Check-in [3712]: flush work of this forenoon By rse. (diff) | |
1.3 | Check-in [3703]: introduce UUID versioning into API By rse. (diff) | |
1.2 | Check-in [3701]: simplify API By rse. (diff) | |
1.1 | Check-in [3698]: import the first cut for our forthcoming OSSP uuid library By rse. |