Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ouroboros: Correct license statements | dimitri staessens | 2016-12-24 | 1 | -3/+2 |
| | | | | | This corrects the license statements on all files. Installed headers are LGPLv2.1, the rest of the code is GPLv2. | ||||
* | build: Comply with -Wextra compiler flag | dimitri staessens | 2016-10-21 | 1 | -0/+10 |
| | | | | | This reduces the risk for some bugs, for instance due to signed/unsigned mismatches and unused variables. | ||||
* | lib: Change DA header to NSM | Sander Vrijders | 2016-06-22 | 1 | -0/+45 |
Functionality that was previously thought to be part of the DIF Allocator is actually namespace management. Hence the file has been renamed and the API updated. |