aboutsummaryrefslogtreecommitdiff
path: root/map.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-18map: set errno to EEXIST when trying to map_put a duplicate valueMarc André Tanner1-0/+1
2016-02-18map: set errno to ENOENT if prefix for map_closest does not existMarc André Tanner1-1/+1
2016-01-13map: implement map_copyMarc André Tanner1-0/+22
2016-01-13map: fix return value of map_deleteMarc André Tanner1-1/+1
2015-09-13map: introduce map_contains utility functionMarc André Tanner1-0/+5
2015-04-10Fix crit-bit tree URL referenceMarc André Tanner1-1/+1
2015-03-18Crit-bit tree based mapMarc André Tanner1-0/+298