1. 92014a4 tests/test_py3: fix deprecated loop arg by Oliver Smith · 8 months ago master
  2. f5837ca contrib/jenkins: do install --user by Oliver Smith · 8 months ago
  3. 24aa7bf Bump version: 0.2.1 → 0.3.0 by Pau Espin Pedrol · 8 months ago 0.3.0
  4. 706e3d9 osmoutil: return proc's return code from end_proc() by Vadim Yanitskiy · 11 months ago
  5. f5e2a84 systemd: depend on networking-online.target by Oliver Smith · 11 months ago
  6. 36cfd17 setup.py: do not install scripts/{soap,ctrl2cgi}.py by Vadim Yanitskiy · 12 months ago
  7. b40b7bf osmoutil: print return code in end_proc() by Vadim Yanitskiy · 12 months ago
  8. 75ad67f debian: set compat level to 10 by Oliver Smith · 1 year ago
  9. 6dea911 InteractVty: re.escape() the VTY prompt in connect() by Vadim Yanitskiy · 1 year, 1 month ago
  10. 95edea9 Bump version: 0.2.1 by Oliver Smith · 1 year, 10 months ago 0.2.1
  11. 22e3186 update git URLs (git -> https; gitea) by Harald Welte · 1 year, 11 months ago
  12. 116cf25 treewide: remove FSF address by Oliver Smith · 2 years, 5 months ago
  13. be9f0bb osmo_ipa: Fix parsing ERROR msgs in CTRL iface by Pau Espin Pedrol · 3 years ago
  14. 2768e5e Use proper python3 shebang in all modules by Vadim Yanitskiy · 3 years, 1 month ago
  15. b0c1859 README: Drop python2 references by Pau Espin Pedrol · 3 years, 4 months ago
  16. be7fcf5 remove_tmpdir(): Support recursion / sub-directories by Harald Welte · 3 years, 10 months ago
  17. 4a7a208 update version to 0.2.0 to mark python2 deprecation by Harald Welte · 4 years, 5 months ago
  18. 934caf1 Drop python2 support (again) by Oliver Smith · 4 years, 5 months ago
  19. b0ba927 Revert "Drop python2 support" by Oliver Smith · 4 years, 5 months ago
  20. fb1dc7c Drop python2 support by Oliver Smith · 4 years, 5 months ago
  21. fb4b813 osmo_interact_vty.py: fix py3 encoding bug by Neels Hofmeyr · 4 years, 6 months ago
  22. c6f8d55 vty.py: Fix endl removed when pkt buffer content ends exactly on a newline char by Pau Espin Pedrol · 4 years, 8 months ago osmith/before-py2-drop
  23. ff0607c tweak README by Neels Hofmeyr · 4 years, 10 months ago
  24. ee9f2e2 osmo_trap2cgi.py: Don't recurse in ctrl_client() by Daniel Willmann · 4 years, 11 months ago
  25. f52d4a6 osmo-trap2cgi: Remove invalid specifier for /etc by Daniel Willmann · 4 years, 11 months ago
  26. 8bf2565 deb: fix wrong changelog date by Max · 5 years ago
  27. a7eda7f osmo-trap2cgi: Fix script installation and dependencies by Daniel Willmann · 5 years ago
  28. 684388f Add initial version of asyncio trap2cgi script by Max · 5 years ago
  29. 19b77a4 ctrl2cgi: update shared helper by Max · 5 years ago
  30. 7230f68 Mark soap.py as deprecated by Max · 5 years ago
  31. 17fe718 ctrl2cgi: update default parameters in config by Max · 5 years ago
  32. 5530d7c ctrl2cgi: explicitly ignore unrelated TRAPs by Max · 5 years ago
  33. 66441e7 ctrl2cgi: update comments by Max · 5 years ago
  34. c450237 ctrl2cgi: account wait and http times separately by Max · 5 years ago
  35. 9595290 scripts/*.py: mark as executable by Oliver Smith · 5 years ago
  36. e5cc253 twisted: remove low-level logging in dispatchers by Max · 5 years ago
  37. ee3a70e Trap handlers: adjust http error log by Max · 5 years ago
  38. 0028ce1 ctrl2cgi: make http request timeout configurable by Max · 5 years ago
  39. 4e95b8f ctrl2cgi: log request time by Max · 5 years ago
  40. 40a3752 Trap handlers: log request/reply as info level by Max · 5 years ago
  41. 7f0f786 Trap handlers: propagate expected BSC id to command processor by Max · 5 years ago
  42. 7a04bbc ctrl2cgi: add config file example by Max · 5 years ago
  43. 8f8d914 ctrl2cgi: properly limit number of requests by Max · 5 years ago
  44. fa80a22 ctrl2cgi: fix broken config override by Max · 5 years ago
  45. f0f8a35 Trap handlers: always log to stdout by Max · 5 years ago
  46. 25a8297 Improve code style by Max · 5 years ago
  47. f7255fa Move command processing into shared function by Max · 5 years ago
  48. 2cc29b5 Drop unused Trap() class by Max · 5 years ago
  49. ec3944e ctrl2cgi: fix deferred callbacks by Max · 5 years ago
  50. 2a1d893 osmo_ctrl.py: properly ignore out-of-order traps by Max · 5 years ago
  51. 1c668f2 ctrl: add function to skip TRAP messages by Max · 5 years ago
  52. 217837c ctrl: cosmetic cleanup by Max · 5 years ago
  53. a07e553 Move Trap class back to separate files by Max · 5 years ago
  54. e18d066 Update trap helper by Max · 5 years ago
  55. ac8de71 Re-apply changes to trap_helper.py by Max · 5 years ago
  56. 5baba8c Move common Trap-related code into separate file by Max · 5 years ago
  57. 98b993f osmo_ipa: update split_combined docs by Max · 5 years ago
  58. f0aa41e osmo_ipa: add extended checks by Max · 5 years ago
  59. 04e7c64 ctrl: introduce constant for TRAP id by Max · 5 years ago
  60. 735d5b4 ctrl2cgi: remove unused function by Max · 5 years ago
  61. 9fa695d ctrl2cgi: explicitly ignore arguments to lambda function by Max · 5 years ago
  62. f219944 ctrl2cgi: log traps via debug facility by Max · 5 years ago
  63. c16fa3c ctrl2cgi.py: log address on errors by Max · 5 years ago
  64. dbb57eb make osmpy IPA code aware of RSPRO by Harald Welte · 6 years ago
  65. 1920276 osmo-ctrl2cgi.service: Fix exec path not absolute by Pau Espin Pedrol · 6 years ago
  66. e0325b4 osmo_interact/common: ignore trailing empty lines in received results by Neels Hofmeyr · 6 years ago
  67. b062145 osmo_interact/vty.py: fix parsing of vty logging by Neels Hofmeyr · 6 years ago
  68. 4c8a0bd ctrl2cgi: Add systemd service file and install with debian by Pau Espin Pedrol · 6 years ago
  69. f1f8285 debian: Add python module deps for python3-osmopy-utils by Pau Espin Pedrol · 6 years ago
  70. 10fbb40 Introduce script ctrl2cgi.py by Pau Espin Pedrol · 6 years ago
  71. 8739f9c Move twisted_ipa.py to osmopy lib by Pau Espin Pedrol · 6 years ago
  72. 8cd233a Add debian packaging rules by Harald Welte · 6 years ago
  73. 901f5eb Fix install in the presence of old modules by Max · 6 years ago
  74. c41b751 Print version before tests by Max · 6 years ago
  75. cd5a6e4 Fix absolute import issue in py3 by Max · 6 years ago
  76. 34d2ca5 Add rate counter dumper by Max · 6 years ago
  77. 58bd53c cosmetic: setup.py: move osmo_interact_* next to osmo_verify_* by Neels Hofmeyr · 6 years ago
  78. 56d08ae cosmetic: setup.py: tweak indenting, add vim comment by Neels Hofmeyr · 6 years ago
  79. f949f8a remove osmodumpdoc.py and osmotestconfig.py from py3 install by Neels Hofmeyr · 6 years ago
  80. 99f1c47 Remove osmotestvty.py from python 3 installation by Max · 6 years ago
  81. 2f266e0 Improve python3 compatibility by Max · 6 years ago
  82. 566f2a7 Update ctrl command parsing for python3 by Max · 6 years ago
  83. 8a02e36 Use python3 for osmo_ctrl.py by Max · 6 years ago
  84. 6588960 Add scripts to compilation tests in jenkins by Max · 6 years ago
  85. 379fb97 Ignore compilation byproducts by Max · 6 years ago
  86. 4c283e4 README: mention twisted_ipa.py in scripts section, not as lib by Neels Hofmeyr · 6 years ago
  87. e5731e0 README: mention osmo_interact_* and osmo_verify_transcript_* by Neels Hofmeyr · 6 years ago
  88. be76f4d add cmdline doc to osmo_interact_* and osmo_verify_* by Neels Hofmeyr · 6 years ago
  89. 150a6ea scripts: add symlink to osmopy by Neels Hofmeyr · 6 years ago
  90. 56aa478 fix osmo_interact_* and osmo_verify_transcript_* after dir split by Neels Hofmeyr · 6 years ago
  91. 1a53646 Explicitly check syntax in jenkins tests by Max · 6 years ago
  92. 6ccd078 Fix python3 compatibility by Max · 6 years ago
  93. 120075a Move scripts to appropriate directory by Max · 6 years ago
  94. c35bb47 Expand CI tests by Max · 6 years ago
  95. 7f7c4b4 Use setuptools for packaging by Max · 6 years ago
  96. 738acb7 add contrib/jenkins.sh from current jenkins.osmocom.org job by Neels Hofmeyr · 6 years ago
  97. 1aa0fb4 osmo_ctrl.py: Set shebang to use python v2 by Pau Espin Pedrol · 6 years ago
  98. 48b951a osmo_interact_common: add '... !regex' wildcard by Neels Hofmeyr · 6 years ago
  99. 751491c Add osmo_ipa.py to setup's install by Max · 6 years ago
  100. e732c2c Add *.py from OsmoBSC by Max · 6 years ago