aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/talloc.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1805/+0
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC
2009-11-22[talloc] Provide a copy of strnlen on OSXHolger Hans Peter Freyther1-0/+9
The implementation is taken from a blogspot and I don't think it is copyrightable...
2009-06-20introduce talloc all over OpenBSCHarald Welte1-0/+1796