1. 7648a0e Bump version: 0.1.1.52-c187 → 0.2.0 by Harald Welte · 4 years, 10 months ago 0.2.0
  2. c1871cd contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 4 years, 10 months ago
  3. 9784c81 Depend on liboping 1.7.0 instead of 1.9.0 by Pau Espin Pedrol · 5 years ago pespin/release
  4. a15a6d7 debian: Add missing libmnl-dev dependency by Pau Espin Pedrol · 5 years ago
  5. b1720a3 Bump version: 0.0.1.66-d4c3-dirty → 0.1.0 by Pau Espin Pedrol · 5 years ago 0.1.0
  6. 814882b Add debian packaging content by Pau Espin Pedrol · 5 years ago
  7. 9342f1c Makefile.am: Add missing bits to have make release working by Pau Espin Pedrol · 5 years ago
  8. 9201677 Add vty option to print output of shell cmd on every poll step by Pau Espin Pedrol · 5 years ago
  9. d732134 openvn: Fix missing break in last commit by Pau Espin Pedrol · 5 years ago
  10. 778ac84 openvpn: Remove useless conditional block in parse_state by Pau Espin Pedrol · 5 years ago
  11. 3d13718 openvpn: Fix garbage printed after remote port by Pau Espin Pedrol · 5 years ago
  12. a3a92ec openvpn: log status description by Pau Espin Pedrol · 5 years ago
  13. b910132 openvpn: String returned from openvpn is not null-terminated by Pau Espin Pedrol · 5 years ago
  14. 0813db3 openvpn: Set reconnect timeout to a much lower value by Pau Espin Pedrol · 5 years ago
  15. 53f5073 openvpn: Improve logging and status information by Pau Espin Pedrol · 5 years ago
  16. 69d80b7 Integrate sleeping/printing loop into osmo main loop by Pau Espin Pedrol · 5 years ago
  17. 4554730 Update config example by Max · 5 years ago
  18. 433f705 osmo-sysmon -h: s/OsmoHLR/osmo-sysmon/ by Oliver Smith · 5 years ago
  19. 6cbdcaf OpenVPN: track interface disconnect by Max · 5 years ago
  20. 9a852f2 Add OpenVPN probe by Max · 5 years ago
  21. 5d42b8e Introduce generic host config and related helpers by Max · 5 years ago
  22. 9ce5bf9 ctrl: log host/port on errors by Max · 5 years ago
  23. ada0d1a Install signal handlers before processing config by Max · 5 years ago
  24. 14474d3 jenkins.sh: remove obsolete comments by Max · 5 years ago
  25. 8066a41 Add ping probe support by Max · 5 years ago
  26. 65d937c Update Makefile.am by Max · 5 years ago
  27. 18428bb ctrl: separate config structure by Max · 5 years ago
  28. f41973e Drop unused parameter by Max · 5 years ago
  29. 4618c73 Move shared libs into common LDADD by Max · 5 years ago
  30. 3b25774 Merge "Add cmdline option parsing support" by Pau Espin Pedrol · 5 years ago
  31. e649fb2 Merge "Move source code to src subdir" by Harald Welte · 5 years ago
  32. ae25399 Add cmdline option parsing support by Pau Espin Pedrol · 5 years ago
  33. 2768f95 Move source code to src subdir by Pau Espin Pedrol · 5 years ago
  34. a3e4322 Add m4 missing files to fix build by Pau Espin Pedrol · 5 years ago
  35. 09cf201 Merge "Add OpenVPN status helper example from corresponding ticket" by Harald Welte · 5 years ago
  36. 908d3cc fix file descriptor leak in osysmon_file_read by Stefan Sperling · 5 years ago
  37. 1db6d00 Add OpenVPN status helper example from corresponding ticket by Max · 5 years ago
  38. ac0061a Expand default config by Max · 5 years ago
  39. bf35719 Update default config by Max · 5 years ago
  40. 77be9ca Report config file name on error by Max · 5 years ago
  41. 8ccc930 Update gitignore by Max · 5 years ago
  42. 5452bd7 Add git-review config by Max · 5 years ago
  43. d5f0046 git-version-gen: Don't check for .git directory by Daniel Willmann · 6 years ago
  44. d0980be Makefile.am: Fix typo by Martin Hauke · 6 years ago
  45. 1c2ef1a Disconnect properly on errors so we can reconnect by Daniel Willmann · 6 years ago
  46. 9b2d511 Add zero termination char to received ctrl cmd message by Daniel Willmann · 6 years ago
  47. 046ccf4 Remove unused last_value handling code by Daniel Willmann · 6 years ago
  48. 6fded67 add contrib/jenkins.sh for build verification by Harald Welte · 6 years ago
  49. 47fb383 simple_ctrl: Check for NULL return of simple_ctrl_xceive by Harald Welte · 6 years ago
  50. 6ccc80c Merge "Remove unused function" by Harald Welte · 6 years ago
  51. 2063af4 Fix compilation issue on my machine, remove unused include by Daniel Willmann · 6 years ago
  52. f6ba8a3 Remove unused function by Daniel Willmann · 6 years ago
  53. b803888 rename to osmo-sysmon by Harald Welte · 6 years ago
  54. 2609359 add .gitignore file by Harald Welte · 6 years ago 0.1.1
  55. 54ca6f4 migrate to autoconf by Harald Welte · 6 years ago
  56. 81e2023 add osysmon_file.c for reading/monitoring files (like sysfs) by Harald Welte · 6 years ago
  57. 9e7fe00 Add network link + address monitiring via osysmon_rtnl.c by Harald Welte · 6 years ago
  58. b6718f7 value_node: Add 'idx' member to handle lookup by ifindex. by Harald Welte · 6 years ago
  59. 3a964a4 value_node: add combined find_or_add() and avoid duplicate names by Harald Welte · 6 years ago
  60. 3dada48 osysmon_main: Show hierarchical/tree structure during printing by Harald Welte · 6 years ago
  61. b3ff641 osysmon_ctrl: Use variable name, not ctrl-client name as val->name by Harald Welte · 6 years ago
  62. 32f7a99 add osysmon_sysinfo for uptime/ram/load by Harald Welte · 6 years ago
  63. 1a36f33 initial implementation of 'osysmon' main program + CTRL client by Harald Welte · 6 years ago
  64. d31ddde simple_ctrl: Non-blocking connect() with timeout by Harald Welte · 6 years ago
  65. 21b901c simple_ctrl: Abstract out timeval_from_msec() function by Harald Welte · 6 years ago
  66. 01bf3e9 simple-ctrl-client: Add basic help/usage information by Harald Welte · 6 years ago
  67. d28c5f6 osmo-ctrl-client: Implement "monitor" mode by Harald Welte · 6 years ago
  68. 7c94080 simple_ctrl.c: API for setting timeout + raw CTRL msgb read by Harald Welte · 6 years ago
  69. 546573a simple_ctrl.c: Support an indefinite timeout (using tout_msec=0) by Harald Welte · 6 years ago
  70. 0e9d369 simple_ctrl: Add timeout to blocking I/O by Harald Welte · 6 years ago
  71. 3e5ab69 initial checkin by Harald Welte · 6 years ago
  72. 67380bf Initial empty repository by Harald Welte · 6 years ago