Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make scan_name.h, cpuid.h and http_util.h internal | Jack Lloyd | 2020-11-28 | 1 | -1/+1 |
| | |||||
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 1 | -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 headers | Jack Lloyd | 2019-09-06 | 1 | -0/+2 |
| | |||||
* | Add some missing includes | Jack Lloyd | 2018-11-08 | 1 | -0/+1 |
| | | | | This is not exhaustive. See GH #1733 | ||||
* | Move UUID to utils, test it, and fix bugs. | Jack Lloyd | 2018-09-30 | 3 | -0/+156 |
Fixes #1695 |