Release v1.5.1 on 2021-02-24.
  1. af52bcc attempt to fix RPM spec file after recent soversion bump by Harald Welte · 3 years, 3 months ago
  2. f286fdc Bump version: 1.4.0.535-e387-dirty → 1.5.0 by Pau Espin Pedrol · 3 years, 3 months ago 1.5.0
  3. 700822b Enable systemd-journald log target in debian + rpm packaging by Harald Welte · 3 years, 4 months ago
  4. 53a2fde Integrate libmnl (minimal netlink) library with libosmocore select loop by Harald Welte · 3 years, 6 months ago
  5. 3c5fa2d contrib: jenkins: Enable parallel make in make distcheck by Pau Espin Pedrol · 3 years, 7 months ago
  6. 5c5713e Bump version: 1.3.0.173-51974 → 1.4.0 by Harald Welte · 3 years, 9 months ago 1.4.0
  7. 6370f5d contrib: integrate RPM spec by Oliver Smith · 4 years ago
  8. bfeeb1c contrib: import RPM spec by Oliver Smith · 4 years ago
  9. bd58697 struct_endianess.py: also recognise unnamed substructs by Neels Hofmeyr · 4 years ago
  10. b82cc77 jenkins.sh: simpler invocation of verify_value_string_... by Neels Hofmeyr · 6 years ago
  11. da432cd libosmocore libusb integration by Harald Welte · 4 years, 5 months ago
  12. ea2afb2 configure: Introduce --disable-libsctp and error by default if libsctp not found by Pau Espin Pedrol · 4 years, 7 months ago
  13. a3dec04 contrib/jenkins.sh: run "make maintainer-clean" by Oliver Smith · 4 years, 11 months ago
  14. c8e3c84 Add expect script: 'vty' for easy access to all vtys by Keith · 5 years ago
  15. 4ff41d9 jenkins distcheck: enable external tests by Neels Hofmeyr · 5 years ago
  16. 7ab5fc1 add contrib/struct_endianess.py by Neels Hofmeyr · 6 years ago
  17. ba2bd2e jenkins: print gcc version in log by Neels Hofmeyr · 6 years ago
  18. d79f01e jenkins: add --enable-external-tests by Neels Hofmeyr · 6 years ago
  19. 61650d5 jenkins_arm.sh: Use same Werror related options as on other builds by Harald Welte · 6 years ago
  20. 79d49af jenkins_arch.sh: Exit with error on unknown architecture by Harald Welte · 6 years ago
  21. cae93e5 jenkins_arch.sh: Accept "arm-none-eabi" as alias for "arm" by Harald Welte · 6 years ago
  22. 1e78313 jenkins_arm.sh: Don't run 'make check' on embedded builds by Harald Welte · 6 years ago
  23. 71f781c contrib/fsm-to-dot: warn about identically named FSMs by Neels Hofmeyr · 6 years ago
  24. 338d174 contrib/fsm-to-dot: mark illegal states in red by Neels Hofmeyr · 6 years ago
  25. ec0f334 contrib/fsm-to-dot: less false positives on event parsing by Neels Hofmeyr · 6 years ago
  26. 536534a contrib/fsm-to-dot: mark arrows that feed events by Neels Hofmeyr · 6 years ago
  27. 75ee4e8 contrib/fsm-to-dot: add default edge label '-' by Neels Hofmeyr · 6 years ago
  28. fcf7992 contrib/fsm-to-dot: warn and draw unallowed state transitions by Neels Hofmeyr · 6 years ago
  29. bb22df3 contrib/fsm-to-dot: don't match on event names in comments by Neels Hofmeyr · 6 years ago
  30. 46145e8 contrib/fsm-to-dot: allow transition from and to the same state by Neels Hofmeyr · 6 years ago
  31. 167f808 contrib/fsm-to-dot: add -h option to print basic instructions by Neels Hofmeyr · 6 years ago
  32. b10ec0b jenkins_amd64.sh: use --enable-werror configure flag, not CFLAGS by Neels Hofmeyr · 6 years ago
  33. f4cd228 contrib/jenkins_arch.sh: Fix script comparison and arm support by Daniel Willmann · 6 years ago
  34. e41ad4d jenkins: move make invocation into shared function by Max · 6 years ago
  35. 8e8378a jenkins: remove obsolete scripts by Max · 6 years ago
  36. 1ac277d jenkins: add dispatcher script by Max · 6 years ago
  37. 901c197 jenkins: add 'make V=1' for more verbose build logs by Neels Hofmeyr · 7 years ago
  38. 229fa07 jenkins: use osmo-clean-workspace.sh before and after build by Neels Hofmeyr · 7 years ago
  39. c8ef736 jenkins: bail early if $MAKE env var is not set by Neels Hofmeyr · 7 years ago
  40. 754e687 fixups for recent "Cleanup jenkins build scripts" by Neels Hofmeyr · 7 years ago
  41. a568af2 contrib/fsm-to-dot.py: some tweaks that help with osmo-bsc's new FSMs by Neels Hofmeyr · 7 years ago
  42. d7ee575 Disable doxygen in jenkins for embedded tests by Max · 7 years ago
  43. 15b05fe Cleanup jenkins build scripts by Max · 7 years ago
  44. 6081bd0 Use value string check from osmo-ci by Max · 7 years ago
  45. 0d119ef contrib: Enable -Werror by default by Pau Espin Pedrol · 7 years ago
  46. 56c5b94 jenkins.sh: Disable sanitize for FreeBSD by Pau Espin Pedrol · 7 years ago
  47. cd8e7a4 Introduce build script for arm-none-eabi cross-compilations by blobb · 7 years ago
  48. 2d899a0 Revert "Introduce build script for arm-none-eabi cross-compilations" by blobb · 7 years ago
  49. ba58167 Introduce build script for arm-none-eabi cross-compilations by blobb · 7 years ago
  50. d4089f4 jenkins: also test build in separate dir by Neels Hofmeyr · 7 years ago
  51. 9ab0072 jenkins: add value_string termination check by Neels Hofmeyr · 7 years ago
  52. d80a217 contrib: add script to find unterminated value_string arrays by Neels Hofmeyr · 7 years ago
  53. 0898a00 contrib: add fsm-to-dot.py to draw osmo_fsm dotty graphs by Neels Hofmeyr · 8 years ago
  54. a238176 configure: add --enable-sanitize, use in jenkins.sh by Neels Hofmeyr · 8 years ago
  55. 530736f jenkins.sh: drop unecessary PATH, now in slave config by Neels Hofmeyr · 8 years ago
  56. 56155c1 jenkins.sh: output all test logs when 'make check' failed by Neels Hofmeyr · 8 years ago
  57. 7002975 jenkins: Enable tracing and error handling in bash by Holger Hans Peter Freyther · 8 years ago
  58. d163218 jenkins: Add build script used by jenkins on our public CI by Holger Hans Peter Freyther · 8 years ago