| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "vty: Fix bad use of vector_slot()" | Neels Hofmeyr | 2017-11-01 | 1 | -1/+1 |
* | Move additional libraries to appropriate place | Max | 2017-10-30 | 1 | -2/+2 |
* | Tag/Release version 0.10.0 | Harald Welte | 2017-10-27 | 1 | -1/+1 |
* | vty: Fix bad use of vector_slot() | Pau Espin Pedrol | 2017-10-24 | 1 | -1/+1 |
* | [doc] Don't add libosmovty bits to libosmocore groups | Harald Welte | 2017-10-16 | 4 | -30/+29 |
* | Rename 'statistics.c' to 'counter.c' | Harald Welte | 2017-10-15 | 2 | -2/+2 |
* | vty: install 'exit', 'end',... commands on *all* nodes | Neels Hofmeyr | 2017-09-27 | 4 | -16/+29 |
* | VTY: implement talloc context introspection command | Vadim Yanitskiy | 2017-09-27 | 2 | -1/+281 |
* | vty/vty.c: do not bind vty context to application's one | Vadim Yanitskiy | 2017-09-27 | 1 | -1/+1 |
* | vty: derive node name from prompt, use as XML ids | Neels Hofmeyr | 2017-09-23 | 1 | -1/+46 |
* | vty: use internal node id for xml ids | Neels Hofmeyr | 2017-09-23 | 1 | -1/+1 |
* | comment: describe indent_cmp() | Neels Hofmeyr | 2017-09-20 | 1 | -0/+4 |
* | fix vty regression: empty parent node | Neels Hofmeyr | 2017-09-20 | 1 | -7/+32 |
* | VTY: implicit node exit by de-indenting, not parent lookup | Neels Hofmeyr | 2017-09-19 | 2 | -24/+200 |
* | VTY: interactive: never look for matching commands on parent node | Neels Hofmeyr | 2017-09-08 | 1 | -26/+2 |
* | cosmetic: clarify language in vty read error | Keith | 2017-09-05 | 1 | -1/+1 |
* | Ignore broken everything log level | Max | 2017-07-10 | 1 | -2/+9 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 9 | -20/+28 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 8 | -43/+43 |
* | vty/command.c: drop useless assignment | Vadim Yanitskiy | 2017-06-13 | 1 | -1/+1 |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 8 | -21/+82 |
* | Update doxygen main page for libosmo{core,gsm,vty} | Harald Welte | 2017-06-12 | 1 | -0/+10 |
* | vty: cleanup logging functions | Max | 2017-05-09 | 1 | -3/+3 |
* | fix spelling in API docu, command reply, logging, descriptions | Thorsten Alteholz | 2017-04-23 | 1 | -1/+1 |
* | logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_* | Neels Hofmeyr | 2017-02-23 | 1 | -2/+2 |
* | logging: centrally define ctx and filter indexes | Neels Hofmeyr | 2017-02-22 | 1 | -2/+2 |
* | fsm: Add VTY introspection of osmo_fsm and their instances | Harald Welte | 2017-01-07 | 2 | -1/+178 |
* | vty: OSMO_ASSERT() if two identical commands are installed | Harald Welte | 2017-01-07 | 1 | -0/+19 |
* | Catch-up with git version tags | Max | 2016-12-21 | 1 | -1/+2 |
* | Fix VTY: add missing doc for 'log gsmtap [HOSTNAME]' | Neels Hofmeyr | 2016-12-11 | 1 | -1/+2 |
* | Implement GSMTAP log target | Harald Welte | 2016-12-09 | 1 | -0/+32 |
* | telnet_interface: Handle osmo_fd_register() eror return code | Harald Welte | 2016-11-26 | 1 | -1/+6 |
* | vty: Skip printing non-initialized log categories | Daniel Willmann | 2016-11-15 | 1 | -0/+3 |
* | vty/show asciidoc: counters: improve table headers | Alexander Couzens | 2016-10-18 | 1 | -5/+8 |
* | vty/show asciidoc: add user readable description of the version | Alexander Couzens | 2016-10-18 | 1 | -0/+10 |
* | vty/osmo_counter: use name if description is NULL | Alexander Couzens | 2016-10-13 | 1 | -1/+5 |
* | log telnet bind address and port | Neels Hofmeyr | 2016-09-23 | 1 | -1/+8 |
* | add osmo_gettimeofday as a shim around gettimeofday | Neels Hofmeyr | 2016-09-22 | 1 | -1/+1 |
* | vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1" | Neels Hofmeyr | 2016-08-20 | 1 | -1/+1 |
* | vty: Fix documentation of 'show asciidoc counters' VTY command | Harald Welte | 2016-06-15 | 1 | -1/+1 |
* | add vty call show asciidoc: generate a documentation for counters | Alexander Couzens | 2016-06-14 | 2 | -0/+195 |
* | vty: add bind command for telnet vty line | Neels Hofmeyr | 2016-02-25 | 1 | -0/+28 |
* | vty: Use NULL to have a null pointer instead of '\0' | Holger Hans Peter Freyther | 2015-11-09 | 1 | -3/+3 |
* | stat: Explicitly support stat_items without unit | Jacob Erlbeck | 2015-12-08 | 1 | -1/+4 |
* | remove our internal copy of talloc, use system libtalloc | Harald Welte | 2015-12-05 | 1 | -2/+2 |
* | vty: Don't call exit() but rather use OSMO_ASSERT() | Harald Welte | 2015-11-12 | 1 | -15/+4 |
* | fix FSF address in sources/headers | Jaroslav Škarvada | 2015-11-12 | 3 | -6/+6 |
* | stats: Document the level in show stats level options | Holger Hans Peter Freyther | 2015-11-07 | 1 | -0/+1 |
* | stats/vty: Add selective show stats command | Jacob Erlbeck | 2015-08-22 | 2 | -2/+31 |
* | misc: Prepare the release of libosmocore 0.9.0 | Holger Hans Peter Freyther | 2015-11-03 | 1 | -1/+1 |