aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/cdb_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Add cdb_init_at and cdb_init_fromfd, rename cdb_readerLaurent Bercot2021-07-241-19/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New 2.11.0.0 branch with several modificationsLaurent Bercot2021-07-231-7/+15
| | | | | | | | - libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com>
* bugfix: offset in cdb mmapLaurent Bercot2021-06-301-1/+1
| | | | | | | An offset of -1 worked because most OSes treat it as 0, but DS9k would fail on it. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* cdb always mmapsLaurent Bercot2021-06-291-0/+23
Signed-off-by: Laurent Bercot <ska@appnovation.com>