summaryrefslogtreecommitdiffstats
path: root/src/vty
Commit message (Expand)AuthorAgeFilesLines
* vty: add bind command for telnet vty lineNeels Hofmeyr2016-02-251-0/+28
* vty: Use NULL to have a null pointer instead of '\0'Holger Hans Peter Freyther2015-11-091-3/+3
* stat: Explicitly support stat_items without unitJacob Erlbeck2015-12-081-1/+4
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-2/+2
* vty: Don't call exit() but rather use OSMO_ASSERT()Harald Welte2015-11-121-15/+4
* fix FSF address in sources/headersJaroslav Škarvada2015-11-123-6/+6
* stats: Document the level in show stats level optionsHolger Hans Peter Freyther2015-11-071-0/+1
* stats/vty: Add selective show stats commandJacob Erlbeck2015-08-222-2/+31
* misc: Prepare the release of libosmocore 0.9.0Holger Hans Peter Freyther2015-11-031-1/+1
* stats: Fix handling of the no mtu commandHolger Hans Peter Freyther2015-11-021-1/+1
* stats: Limit reporting by class idJacob Erlbeck2015-11-021-0/+37
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-022-48/+48
* stats: Add log reporterJacob Erlbeck2015-10-291-0/+49
* stats: Make net config optionalJacob Erlbeck2015-10-291-12/+15
* stats: Add missing mtu command to 'write' outputJacob Erlbeck2015-10-291-0/+3
* stats: Support statsd Multi-Metric PacketsJacob Erlbeck2015-10-291-0/+19
* stats: Implement timer based reportingJacob Erlbeck2015-10-291-13/+21
* stats/vty: Add stats configurationJacob Erlbeck2015-10-291-1/+260
* stats/vty: Add stats_vty.cJacob Erlbeck2015-10-292-1/+53
* stat/vty: Add vty_out_statistics_full to show all statisticsJacob Erlbeck2015-10-281-0/+58
* stat/vty: Use the iterator algorithms to show ctrg and statgJacob Erlbeck2015-10-281-20/+43
* stats: Add vty_out_stat_item_groupJacob Erlbeck2015-10-281-0/+22
* Prepare new upstream releaseHolger Hans Peter Freyther2015-08-231-1/+1
* vty: Change API to have node installation be done by intHolger Hans Peter Freyther2015-08-051-4/+4
* vty: Fix writing the logging of categoryMichael McTernan2015-03-201-1/+1
* vty: Fix typo in the state creationHolger Hans Peter Freyther2015-01-271-1/+1
* Prepare a new libosmocore releaseHolger Hans Peter Freyther2015-01-181-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-051-3/+46
* vty: Check with the application before writing the configHolger Hans Peter Freyther2014-12-041-0/+9
* vty/vector.c: Use string.h, not memory.hHarald Welte2014-11-141-1/+1
* remove references to u_long type, use 'unsigned long' insteadHarald Welte2014-11-142-3/+3
* remove references to u_char type, use 'unsigned char' insteadHarald Welte2014-11-142-2/+2
* build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt2014-10-031-1/+2
* misc: Look into the build directory for generated filesHolger Hans Peter Freyther2014-09-251-1/+1
* logging: Add ability to save/print current log filtersHarald Welte2014-08-251-2/+6
* prepare for 0.7.0 releaseHarald Welte2014-08-211-1/+1
* write_queue: Use EBADF instead of EBABDFD for portabilityHolger Hans Peter Freyther2014-07-012-2/+2
* vty: Avoid use-after-free in VTY telnet interfaceDaniel Willmann2014-06-222-4/+4
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-1/+13
* vty: Allow vty_go_parent() in all nodes.Jacob Erlbeck2013-09-111-5/+25
* vty: Replace 'enum node_type' by 'int' for last_nodeJacob Erlbeck2013-09-101-1/+1
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-083-7/+16
* vty: Refactored vty_go_parent(), 'end' and 'exit'Jacob Erlbeck2013-09-081-22/+35
* vty: Rename is_config() to is_config_child()Jacob Erlbeck2013-09-081-3/+3
* vty: Support multi-char separators and end stringsJacob Erlbeck2013-08-061-4/+5
* vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck2013-08-061-2/+2
* vty: Fix logically dead code in the description handlingHolger Hans Peter Freyther2013-07-141-1/+1
* vty: Attempt to fix various meam leaks in the VTY lookup codeHolger Hans Peter Freyther2013-07-031-0/+3
* logging_vty: Fix segfault un unused entries in log_info_cat array of appHarald Welte2013-03-191-0/+4
* logging_vty: Print 'log filter all' info in 'show logging vty'Harald Welte2013-03-131-0/+6