aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/vty/vector.c
AgeCommit message (Collapse)AuthorFilesLines
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-1/+1
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-12-24vty: sub-divide talloc contexts and include them in talloc reportHarald Welte1-5/+7
The VTY code makes so many allocations that a full report is simply too long to provide any useful information. So we sub-divide it in multiple contexts, and report only one level deep at SIGURS1. We also introduce SIGUSR2 for the full detailed VTY report.
2009-08-07use one talloc context for entire vty codeHarald Welte1-12/+6
2009-08-07switch vty implementation over to tallocHarald Welte1-11/+21
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+186