Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set errno more consistently, and fix a warning, ok tedu | 2016-09-04 | 1 | -21/+29 | |
| | |||||
* | Make the key sizes and offsets arrays const, ok tedu | 2016-09-04 | 1 | -2/+2 | |
| | |||||
* | The icdb magic number doesn't need to be visible to static links | 2016-05-30 | 1 | -2/+2 | |
| | | | | ok tedu@ | ||||
* | remove unused variable | 2015-12-27 | 1 | -2/+1 | |
| | | | | ok tedu@ | ||||
* | tiny sanity check on file size | 2015-12-10 | 1 | -1/+3 | |
| | |||||
* | Wrap <icdb.h> so that calls go direct and the symbols are all weak | 2015-11-25 | 1 | -1/+12 | |
| | | | | ok tedu@ | ||||
* | add a version field to prevent mayhem if different data gets stored | 2015-11-18 | 1 | -3/+7 | |
| | |||||
* | Add icdb, the internal c database. A simpler replacement for the old | 2015-11-18 | 1 | -0/+367 | |
Berzerkeley DB code. |