summaryrefslogtreecommitdiffstats
path: root/src/logging_gsmtap.c
Commit message (Expand)AuthorAgeFilesLines
* logging_gsmtap.c: document all params of log_target_create_gsmtap()Vadim Yanitskiy2019-03-271-0/+4
* logging/gsmtap: fix buffer overflow in _gsmtap_raw_output()Vadim Yanitskiy2018-12-281-0/+6
* memleak: _gsmtap_raw_output(): free msg in case of vsnprintf failureNeels Hofmeyr2018-02-161-1/+3
* memleak: fix all libosmocore callers of gsmtap_sendmsg() to free on failureNeels Hofmeyr2018-02-161-1/+3
* utils: add helper wrapper for osmo_strlcpy()Max2018-02-051-4/+3
* logging-gsmtap: send only basename of source fileNeels Hofmeyr2018-01-121-0/+5
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-12/+10
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-2/+2
* update/extend doxygen documentationHarald Welte2017-06-121-1/+7
* use osmo_{htonl,htons,ntohl,ntohs}() functions all over libosmocoreHarald Welte2017-05-151-4/+4
* Implement GSMTAP log targetHarald Welte2016-12-091-0/+134