| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename msgb_wrap_with_TL() | Max | 2019-01-21 | 1 | -1/+1 |
* | msgb: add test helpers | Max | 2018-12-12 | 1 | -0/+139 |
* | Update msgb Lx helpers | Max | 2018-12-03 | 1 | -1/+17 |
* | Move msgb_push helpers to public header | Max | 2018-11-19 | 1 | -0/+9 |
* | core/msgb.h: introduce msgb_l4len() helper | Vadim Yanitskiy | 2018-11-07 | 1 | -0/+12 |
* | msgb: Introduce msgb_{de,en}queue_count APIs | Pau Espin Pedrol | 2018-08-17 | 1 | -0/+34 |
* | msgb: msgb_pull: Abort when pulling more than avail size | Pau Espin Pedrol | 2018-04-11 | 1 | -0/+3 |
* | msgb: msgb_get: Drop unneeded tmp var | Pau Espin Pedrol | 2018-04-11 | 1 | -2/+1 |
* | osmo_msgbdump_{l2,l3}(): Proper typecast | Harald Welte | 2018-02-09 | 1 | -2/+2 |
* | msgb: Add msgb_hexdump_{l2,l3}() to dump l2 or l3 part of message buffer | Harald Welte | 2018-02-09 | 1 | -0/+14 |
* | msgb: add inline msgb_queue_free() | Neels Hofmeyr | 2017-11-20 | 1 | -0/+9 |
* | add function msgb_printf() to print formatted text into msg buf | Philipp Maier | 2017-10-22 | 1 | -0/+1 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 1 | -3/+1 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 1 | -48/+48 |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 1 | -7/+1 |
* | msgb: Add msgb_pull_to_l2() analogous to msgb_pull_to_l3() | Harald Welte | 2017-04-15 | 1 | -0/+15 |
* | msgb: add msgb_push_u{8,16,32}() functions | Harald Welte | 2016-11-11 | 1 | -0/+30 |
* | msgb: add msgb_talloc_ctx_init(), deprecate msgb_set_talloc_ctx() | Neels Hofmeyr | 2016-09-27 | 1 | -1/+4 |
* | fix error msg: msgb_put(): say "msgb_put", not "msgb_push" | Neels Hofmeyr | 2016-09-09 | 1 | -1/+1 |
* | msgb: Assert len >= 0 in msgb_trim | Jacob Erlbeck | 2016-01-15 | 1 | -0/+2 |
* | msgb: Add msgb_test_invariant function | Jacob Erlbeck | 2015-12-21 | 1 | -0/+40 |
* | msgb: Add msgb_resize_area and msgb_copy | Jacob Erlbeck | 2015-12-21 | 1 | -0/+3 |
* | msgb: make msgb_get() finally work as expected | Harald Welte | 2014-10-26 | 1 | -1/+1 |
* | core: Add generic LE/BE load/store uint type convertors and use them in msgb | Max | 2014-06-16 | 1 | -10/+13 |
* | include: Switch to #pragma once pattern | Sylvain Munaut | 2014-06-16 | 1 | -4/+1 |
* | ladpm: Fix msgb handling and SAPI=3 establishment delay | Jacob Erlbeck | 2014-03-10 | 1 | -0/+15 |
* | msgb: Add msgb_hexdump() function | Jacob Erlbeck | 2014-03-04 | 1 | -0/+1 |
* | misc: Doxygen tweaks: fixed some typos and minor errors | Katerina Barone-Adesi | 2013-02-15 | 1 | -1/+1 |
* | msgb: fix msgb_pull_u*() | Steve Markgraf | 2012-11-14 | 1 | -3/+3 |
* | msgb: msgb_get() is supposed to get bytes from END, msgb_pull() from HEAD | Harald Welte | 2012-09-08 | 1 | -3/+34 |
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
* | msgb_trim(): actually trim to an absolute length, as the comment states | Harald Welte | 2012-01-14 | 1 | -5/+3 |
* | msgb: introduce msgb_trim() and msgb_l3trim() to trim msgb's | Harald Welte | 2012-01-14 | 1 | -0/+28 |
* | some more doxygen work (include the notion of modules) | Harald Welte | 2011-08-17 | 1 | -49/+6 |
* | start to add doxygen documentation to libosmocore headers | Harald Welte | 2011-08-16 | 1 | -25/+209 |
* | mkae the new 'void *dst' member part of a union with the trx pointer | Harald Welte | 2011-07-18 | 1 | -3/+4 |
* | msgb: add ->dst attribute to store routing information | Pablo Neira Ayuso | 2011-07-18 | 1 | -0/+3 |
* | add msgb_set_talloc_ctx() to set the talloc context for msgb allocations | Harald Welte | 2011-06-29 | 1 | -0/+2 |
* | utils: use namespace prefix osmo_* | Pablo Neira Ayuso | 2011-05-07 | 1 | -1/+1 |
* | include: reorganize headers file to include/osmocom/[gsm|core] | Pablo Neira Ayuso | 2011-03-23 | 1 | -0/+197 |