summaryrefslogtreecommitdiffstats
path: root/src/msgb.c
Commit message (Expand)AuthorAgeFilesLines
* make all library-internal static buffers thread-localHarald Welte2019-06-041-1/+1
* Fix incorrect buffer size calculationVadim Yanitskiy2019-04-121-2/+3
* Add _c versions of functions that otherwise return static buffersHarald Welte2019-04-101-7/+50
* Add _buf() functions to bypass static string buffersHarald Welte2019-04-031-14/+24
* src/msgb.c: fix Doxygen documentation for msgb_printf()Vadim Yanitskiy2019-03-271-2/+3
* msgb: fix debug printMax2019-01-091-1/+1
* msgb: add test helpersMax2018-12-121-0/+92
* src/msgb.c: avoid using internal talloc APIVadim Yanitskiy2018-03-091-2/+4
* src/msgb.c: print an error if msgb allocation failedVadim Yanitskiy2018-03-091-1/+3
* src/msgb.c: remove dead includes from OpenBSCVadim Yanitskiy2018-03-081-3/+0
* src/msgb.c: cosmetic: fix spelling mistakesVadim Yanitskiy2018-03-081-3/+3
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* add function msgb_printf() to print formatted text into msg bufPhilipp Maier2017-10-221-0/+48
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-2/+3
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-13/+13
* update/extend doxygen documentationHarald Welte2017-06-121-2/+27
* msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx()Neels Hofmeyr2016-09-271-1/+20
* Fix potential segfault in msg_dequeueMax2016-06-231-3/+6
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-0/+1
* Fix some recently added formats on 64bitNeels Hofmeyr2015-12-241-3/+5
* msgb: Let msgb_hexdump be more tolerantJacob Erlbeck2015-12-211-7/+39
* msgb: Add msgb_resize_area and msgb_copyJacob Erlbeck2015-12-211-0/+91
* msgb: Add msgb_hexdump() functionJacob Erlbeck2014-03-041-0/+49
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-3/+3
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-0/+51
* add msgb_set_talloc_ctx() to set the talloc context for msgb allocationsHarald Welte2011-06-291-0/+5
* misc: Remove the sys/types.h include from various filesHolger Hans Peter Freyther2011-04-181-1/+0
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-2/+2
* msgb: Add non-inlined helper functions to ease with language bindingsHolger Hans Peter Freyther2010-10-181-0/+11
* msgb: initialize cb[] to zero during msgb_reset()Harald Welte2010-05-011-0/+2
* msgb: remove smsh, llch, tlli and gmmhHarald Welte2010-04-301-1/+1
* remove the unneeded bts_link pointer from msgbHarald Welte2010-04-301-1/+0
* msgb.c: Style cleanup in initializationSylvain Munaut2010-02-241-13/+4
* intial checkin of the libosmocore projectHarald Welte2010-02-201-0/+98