aboutsummaryrefslogtreecommitdiffstats
path: root/src/msgb.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-04make all library-internal static buffers thread-localHarald Welte1-1/+1
2019-04-12Fix incorrect buffer size calculationVadim Yanitskiy1-2/+3
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte1-7/+50
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte1-14/+24
2019-03-27src/msgb.c: fix Doxygen documentation for msgb_printf()Vadim Yanitskiy1-2/+3
2019-01-09msgb: fix debug printMax1-1/+1
2018-12-12msgb: add test helpersMax1-0/+92
2018-03-09src/msgb.c: avoid using internal talloc APIVadim Yanitskiy1-2/+4
2018-03-09src/msgb.c: print an error if msgb allocation failedVadim Yanitskiy1-1/+3
2018-03-08src/msgb.c: remove dead includes from OpenBSCVadim Yanitskiy1-3/+0
2018-03-08src/msgb.c: cosmetic: fix spelling mistakesVadim Yanitskiy1-3/+3
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-0/+2
2017-10-22add function msgb_printf() to print formatted text into msg bufPhilipp Maier1-0/+48
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+3
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-13/+13
2017-06-12update/extend doxygen documentationHarald Welte1-2/+27
2016-09-27msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr1-1/+20
2016-06-23Fix potential segfault in msg_dequeueMax1-3/+6
2016-05-05Update doxygen annotations in libosmocoreHarald Welte1-0/+1
2015-12-24Fix some recently added formats on 64bitNeels Hofmeyr1-3/+5
2015-12-21msgb: Let msgb_hexdump be more tolerantJacob Erlbeck1-7/+39
2015-12-21msgb: Add msgb_resize_area and msgb_copyJacob Erlbeck1-0/+91
2014-03-04msgb: Add msgb_hexdump() functionJacob Erlbeck1-0/+49
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi1-3/+3
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-08-17some more doxygen work (include the notion of modules)Harald Welte1-0/+51
2011-06-29add msgb_set_talloc_ctx() to set the talloc context for msgb allocationsHarald Welte1-0/+5
2011-04-18misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther1-1/+0
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-2/+2
2010-10-18msgb: Add non-inlined helper functions to ease with language bindingsHolger Hans Peter Freyther1-0/+11
2010-05-01msgb: initialize cb[] to zero during msgb_reset()0.1.5Harald Welte1-0/+2
2010-04-30msgb: remove smsh, llch, tlli and gmmhHarald Welte1-1/+1
2010-04-30remove the unneeded bts_link pointer from msgbHarald Welte1-1/+0
2010-02-24msgb.c: Style cleanup in initializationSylvain Munaut1-13/+4
2010-02-20intial checkin of the libosmocore projectHarald Welte1-0/+98