summaryrefslogtreecommitdiffstats
path: root/src/vty
Commit message (Expand)AuthorAgeFilesLines
* Bump version: 0.10.2.284-bc47-dirty → 0.11.0Pau Espin Pedrol2018-05-031-1/+1
* vty/command.c: write_config_file(): sanely compose temp pathNeels Hofmeyr2018-03-281-1/+11
* VTY: Don't welcome the user to the "control" interface, if it's VTYHarald Welte2018-03-271-1/+1
* ensure VTY commands don't segfault if an FSM has no event namesStefan Sperling2018-02-261-4/+8
* ensure that osmo_fsm vty commands are only installed onceStefan Sperling2018-02-231-0/+12
* talloc_ctx_vty: Fix help strings (missing \n at end of line)Harald Welte2018-02-141-3/+3
* vty: fix 'logging print file' outputNeels Hofmeyr2018-02-061-8/+11
* logging vty: add 'logging print file (0|1|basename)' cmdNeels Hofmeyr2018-01-191-0/+27
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-191-0/+19
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-171-0/+21
* Use 127.0.0.1 for GSMTAP logging by defaultMax2018-01-051-3/+3
* logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL()Neels Hofmeyr2017-12-121-2/+11
* vty: set name for VIEW+ENABLE nodes, for VTY referenceNeels Hofmeyr2017-12-101-0/+4
* VTY reference: use node names as section namesNeels Hofmeyr2017-12-101-0/+1
* VTY reference: do not list empty nodesNeels Hofmeyr2017-12-101-0/+2
* vty XML export: avoid repeating common node commands for each nodeNeels Hofmeyr2017-12-101-0/+45
* vty: show asciidoc counters: don't create an empty table for osmo_countersAlexander Couzens2017-12-051-0/+7
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-1310-3/+28
* vty: Fix bad use of vector_slot()Pau Espin Pedrol2017-11-101-1/+1
* Revert "vty: Fix bad use of vector_slot()"Neels Hofmeyr2017-11-011-1/+1
* Move additional libraries to appropriate placeMax2017-10-301-2/+2
* Tag/Release version 0.10.0Harald Welte2017-10-271-1/+1
* vty: Fix bad use of vector_slot()Pau Espin Pedrol2017-10-241-1/+1
* [doc] Don't add libosmovty bits to libosmocore groupsHarald Welte2017-10-164-30/+29
* Rename 'statistics.c' to 'counter.c'Harald Welte2017-10-152-2/+2
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-274-16/+29
* VTY: implement talloc context introspection commandVadim Yanitskiy2017-09-272-1/+281
* vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy2017-09-271-1/+1
* vty: derive node name from prompt, use as XML idsNeels Hofmeyr2017-09-231-1/+46
* vty: use internal node id for xml idsNeels Hofmeyr2017-09-231-1/+1
* comment: describe indent_cmp()Neels Hofmeyr2017-09-201-0/+4
* fix vty regression: empty parent nodeNeels Hofmeyr2017-09-201-7/+32
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-192-24/+200
* VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2017-09-081-26/+2
* cosmetic: clarify language in vty read errorKeith2017-09-051-1/+1
* Ignore broken everything log levelMax2017-07-101-2/+9
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-239-20/+28
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-238-43/+43
* vty/command.c: drop useless assignmentVadim Yanitskiy2017-06-131-1/+1
* update/extend doxygen documentationHarald Welte2017-06-128-21/+82
* Update doxygen main page for libosmo{core,gsm,vty}Harald Welte2017-06-121-0/+10
* vty: cleanup logging functionsMax2017-05-091-3/+3
* fix spelling in API docu, command reply, logging, descriptionsThorsten Alteholz2017-04-231-1/+1
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-231-2/+2
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-221-2/+2
* fsm: Add VTY introspection of osmo_fsm and their instancesHarald Welte2017-01-072-1/+178
* vty: OSMO_ASSERT() if two identical commands are installedHarald Welte2017-01-071-0/+19
* Catch-up with git version tagsMax2016-12-211-1/+2
* Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]'Neels Hofmeyr2016-12-111-1/+2
* Implement GSMTAP log targetHarald Welte2016-12-091-0/+32