1. fab0ae9 import vty_cmd_string_from_valstr() from osmo-bts by Harald Welte · 12 years ago
  2. ea8f238 vty: Print the string using "%s", string to avoid security issues by Holger Hans Peter Freyther · 12 years ago
  3. c9b3e06 vty: Document the .TEXT of the description by Holger Hans Peter Freyther · 12 years ago
  4. 8297c81 vty: Add xsd and a command that can generate the documentation. by Holger Hans Peter Freyther · 13 years ago
  5. e62651f correct inverted logic from commit f3ba8a by Alexander Huemer · 12 years ago
  6. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  7. f3ba8ab vty: avoid using a .data variable. by Diego Elio Pettenò · 12 years ago
  8. 2d52d10 add additional newline in vty welcome message by Harald Welte · 12 years ago 0.4.3
  9. 8b0d5b3 VTY: safe version of printing VTY welcome message by Harald Welte · 12 years ago
  10. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  11. 738f133 vty: Add a function to write the current config to a file. by Holger Hans Peter Freyther · 12 years ago
  12. a9efc12 vty/telnet: Add function to allow binding telnet interface to custom IP/Interface by Sylvain Munaut · 12 years ago
  13. f948dbc vty: Fixed vty_down_level to move down from config nodes by Andreas.Eversberg · 13 years ago
  14. dc3be0a vty/telnet_interface: Add telnet_exit function by Andreas.Eversberg · 13 years ago
  15. a4463fd vty: Provide documentation for all logging facilities by Holger Hans Peter Freyther · 13 years ago
  16. 146d1d3 vty: Provide logging set-log-mask, deprecate set log mask by Holger Hans Peter Freyther · 13 years ago
  17. d38c8b8 doxygen: Add main page for all three libraries by Harald Welte · 13 years ago
  18. e881b1b doxygen: split VTY configuration in multiple files by Harald Welte · 13 years ago
  19. 7acb30c doxygen: Add (partial) VTY API documentation by Harald Welte · 13 years ago
  20. 2b32215 telnet_interface: if we don't check for the return value, don't use ret by Harald Welte · 13 years ago
  21. 9c3cbfb telnet_interface: get rid of 'const' warning by Harald Welte · 13 years ago
  22. 95b2b47 get rid of non-ANSI function declarations missing (void) by Harald Welte · 13 years ago
  23. b62b04b vty: print actual application name rather than always OpenBSC on connect by Harald Welte · 13 years ago
  24. 7533705 libosmocore: bump library interface version to '1' for new osmo_ names by Harald Welte · 13 years ago
  25. f7f89d0 select: use namespace prefix osmo_fd* and osmo_select* by Pablo Neira Ayuso · 13 years ago
  26. ff0670e vty: Fix a memory leak in the vty description command by Holger Hans Peter Freyther · 13 years ago
  27. 8341934 include: reorganize headers file to include/osmocom/[gsm|core] by Pablo Neira Ayuso · 13 years ago 0.2.0
  28. 04139f1 vty: integration with logging framework by Pablo Neira Ayuso · 13 years ago 0.1.31
  29. de79cee LOGGING: Use host.app_info->name instead of FIXME by Harald Welte · 13 years ago
  30. 49cc32b vty: Revert Makefile.am change for libosmocore dependency by Harald Welte · 13 years ago
  31. a62648b LOGGING: remove duplicated code between vty-logging and cfg-logging by Harald Welte · 13 years ago
  32. 6b43103 LOGGING: Add missing 'nat' subsystem by Harald Welte · 13 years ago
  33. 2822296 LOGGING: configure logging from the vty by Harald Welte · 13 years ago
  34. 76e72ab LOGGING: Pass the log level down to the log target output function by Harald Welte · 13 years ago
  35. 549fbb8 logging: Add isup,m2ua,pcap from the cellmgr. by Holger Hans Peter Freyther · 13 years ago
  36. 4a4f96d vty: Fix typo testing return value of bind by Sylvain Munaut · 14 years ago
  37. df327f6 Use the app_info->name instead of the hostname by Harald Welte · 14 years ago
  38. 08aaded vty: Add functions to access index and node by Holger Hans Peter Freyther · 14 years ago 0.1.20
  39. 2e228fc vty: Use the copyright string from the app_info. by Holger Hans Peter Freyther · 14 years ago
  40. e25b18a vty: Link osmovty to osmocore as it is using the symbols by Holger Hans Peter Freyther · 14 years ago
  41. 8304b1e vty: Everything <= CONFIG_NODE is not a child of config by Holger Hans Peter Freyther · 14 years ago
  42. 3e85e8d vty: Handle nodes part of the lib in the lib, for the rest call the callback by Holger Hans Peter Freyther · 14 years ago 0.1.19
  43. 8f09f01 vty: Add a new callback to let code decide if it is a config node or not by Holger Hans Peter Freyther · 14 years ago
  44. 50cfb78 vty: Move the assumption of the config nodes into a function by Holger Hans Peter Freyther · 14 years ago
  45. 33f0fc3 [VTY] add support for numeric ranges with negative numbers by Andreas Eversberg · 14 years ago
  46. 5440377 add configure option '--disable-vty' to prevent building libosmovty by Harald Welte · 14 years ago
  47. 237f624 [VTY] Introduce "struct vty_app_info" for vty_init() function by Harald Welte · 14 years ago
  48. 4ebdf74 rename log_info to osmo_log_info to avoid namespace clash with app by Harald Welte · 14 years ago
  49. 3fb0b6f Create libosmovty as library from OpenBSC VTY functions by Harald Welte · 14 years ago