aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/uuid
Commit message (Collapse)AuthorAgeFilesLines
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
|
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-0/+4
| | | | | | | | | Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
|
* Add some missing includesJack Lloyd2018-11-081-0/+1
| | | | This is not exhaustive. See GH #1733
* Move UUID to utils, test it, and fix bugs.Jack Lloyd2018-09-303-0/+156
Fixes #1695