summaryrefslogtreecommitdiff
path: root/shared/ossp_uuid/TODO
blob: 9bf2bdb633f631bce269a94868bcc22e758fdc2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
   _        ___  ____ ____  ____                _     _
  |_|_ _   / _ \/ ___/ ___||  _ \   _   _ _   _(_) __| |
  _|_||_| | | | \___ \___ \| |_) | | | | | | | | |/ _` |
 |_||_|_| | |_| |___) |__) |  __/  | |_| | |_| | | (_| |
  |_|_|_|  \___/|____/____/|_|      \__,_|\__,_|_|\__,_|

  OSSP uuid - Universally Unique Identifier

  TODO
  ====

  - <none>

  CANDO
  =====

  - allow to re-create version 1 UUIDs by specifying time, etc.
  - getopt_long support for CLI?
  - a more sophisticated test suite with UUID references?!
  - more platform support in uuid_mac.c?!
  - global memory locking according to standard hints??
  - persistent/non-volatile state writing according to standard hints??

bgstack15