Release v1.5.2 on 2021-09-24.
  1. 88e4058 Introduce osmo_gettid() API by Pau Espin Pedrol · 3 years, 3 months ago
  2. 433005c initial support for static userspace probes via systemtap by Harald Welte · 3 years, 8 months ago
  3. f2afb98 configure.ac: set -std=gnu11 by Oliver Smith · 3 years, 4 months ago
  4. 2ecb71b fixup: configure.ac: fix: do not define HAVE_NEON unconditionally by Vadim Yanitskiy · 3 years, 4 months ago
  5. e4cd267 Add inter-thread queue by Harald Welte · 4 years, 10 months ago
  6. 53a2fde Integrate libmnl (minimal netlink) library with libosmocore select loop by Harald Welte · 3 years, 6 months ago
  7. b904e42 select: Migrate over to poll() by Harald Welte · 3 years, 7 months ago
  8. e7bf435 logging: introduce 'systemd-journal' target by Vadim Yanitskiy · 3 years, 9 months ago
  9. 16b076c tests: Split SCTP tests to its own file and run them conditionally by Pau Espin Pedrol · 3 years, 9 months ago
  10. 7dbae9e configure.ac: print ARM NEON instructions support status by Vadim Yanitskiy · 3 years, 10 months ago
  11. cab3835 configure.ac: fix: do not define HAVE_NEON unconditionally by Vadim Yanitskiy · 3 years, 10 months ago
  12. 325d9b3 configure.ac: clarify description of --enable-neon by Vadim Yanitskiy · 3 years, 10 months ago
  13. 3afc1d1 libomsocoding: NEON viterbi acceleration by Eric · 3 years, 10 months ago
  14. 6370f5d contrib: integrate RPM spec by Oliver Smith · 4 years ago
  15. d05def0 Drop old BSC references in fd check configure option by Pau Espin Pedrol · 4 years ago
  16. 47eb4e1 configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrt by Pau Espin Pedrol · 4 years, 1 month ago
  17. a70ac85 select.c: Introduce support for signalfd by Harald Welte · 4 years, 1 month ago
  18. 099c834 configure.ac: fix libtool issue with clang and sanitizer by Eric · 4 years, 1 month ago
  19. 3c44a64 libosmosim: Build irrespective of PC/SC support by Harald Welte · 4 years, 2 months ago
  20. c6a8697 Introduce helper functions for safe fork+exec of processes by Harald Welte · 4 years, 5 months ago
  21. da432cd libosmocore libusb integration by Harald Welte · 4 years, 5 months ago
  22. 499510b Add code coverage support by Vasil Velichkov · 5 years ago
  23. ea2afb2 configure: Introduce --disable-libsctp and error by default if libsctp not found by Pau Espin Pedrol · 4 years, 7 months ago
  24. 3f464fc socket: Introduce API osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 7 months ago
  25. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 8 months ago
  26. afce89d configure: Allow disabling workaround for TLS bug in old ARM gcc versions by Pau Espin Pedrol · 4 years, 10 months ago
  27. e188b8c configure: Autodetect TLS bug on ARM with old gcc and apply workaround by Pau Espin Pedrol · 4 years, 10 months ago
  28. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  29. a2f696f configure.ac: check clock_gettime for glib < 2.17 by Alexander Couzens · 6 years ago
  30. 40f3521 Revert "osmo-config-merge: Add manual page" by Harald Welte · 6 years ago
  31. 6dd00d8 osmo-config-merge: Add manual page by Daniel Willmann · 6 years ago
  32. 3a9ff11 logging vty: add VTY transcript test by Neels Hofmeyr · 6 years ago
  33. 14c4c49 Fix embedded (arm-none-eabi) builds by Harald Welte · 6 years ago
  34. b418682 ctrl: Add doxygen API documentation; generate html from it by Harald Welte · 6 years ago
  35. ed60578 ctrl: Introduce libosmoctrl.map to avoid unintended exports by Harald Welte · 6 years ago
  36. ea4d893 Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd by Harald Welte · 6 years ago
  37. cacaa4a configure: Check separately for lib implementing dlopen and dlsym by Pau Espin Pedrol · 6 years ago
  38. 09ecbb7 configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  39. 3da7938 Embedded: add sercomm stubs by Max · 6 years ago
  40. 89c8c40 Embedded: disable stats test by Max · 6 years ago
  41. b93f60f conv_acc: Our code requires SSSE3, not just SSE3 by Harald Welte · 7 years ago
  42. ed029df Enable GnuTLS fallback by Max · 7 years ago
  43. 4b2b0cc Add function to generate random identifier by Max · 7 years ago
  44. 272bd4f Makefile.am: fix missing LTLDFLAGS for libosmocoding by Vadim Yanitskiy · 7 years ago
  45. ff932bb Add release target to Makefile by Max · 7 years ago
  46. 639c408 configure.ac: Add --disable-doxygen flag by Pau Espin Pedrol · 7 years ago
  47. 1349249 configure.ac: Fix C(PP)FLAGS for BSD build by Pau Espin Pedrol · 7 years ago
  48. 40e629b configure.ac: Enable -Wall by default by Pau Espin Pedrol · 7 years ago
  49. 249fb71 doxygen: add missing gb API doc generation by Neels Hofmeyr · 7 years ago
  50. 69dfe5a Fix compilation warning on deprecated macro by Pau Espin Pedrol · 7 years ago
  51. 898ffef add libpseudotalloc as super-simplistic talloc replacement by Harald Welte · 7 years ago
  52. a8a5819 configure.ac: check for __builtin_cpu_supports call support by Vadim Yanitskiy · 7 years ago
  53. 2c3066e configure.ac: add SIMD detection capabilities by Vadim Yanitskiy · 7 years ago
  54. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  55. 1a7d64c configure.ac: Disable PCSC related code on EMBEDDED by Harald Welte · 7 years ago
  56. 1c67e75 configure.ac: Introduce --disable-ctrl by Harald Welte · 7 years ago
  57. 9683104 build: make check: disable sim_test when built with --disable-pcsc by Neels Hofmeyr · 8 years ago
  58. a238176 configure: add --enable-sanitize, use in jenkins.sh by Neels Hofmeyr · 8 years ago
  59. cbdfa65 build: be robust against install-sh files above the root dir by Neels Hofmeyr · 8 years ago
  60. fef2fa2 configure: check for pkg-config presence by Neels Hofmeyr · 8 years ago
  61. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 8 years ago
  62. 5fa0dcc configure: It should be --with-system-talloc, not --enable-system-talloc by Harald Welte · 9 years ago
  63. d086f21 configure.ac: Use AS_IF() instead of shell-if for PKG_CONFIG by Harald Welte · 9 years ago
  64. a10ef29 use system-wide libtalloc with --enable-system-talloc by Harald Welte · 9 years ago
  65. c2ddc4f build: have a disable-static build succeed by Jan Engelhardt · 9 years ago
  66. 69b1b8b build: Enable subdir-objects by Sylvain Munaut · 9 years ago
  67. 538ff49 Revert "configure.ac: Add subdir-objects" by Holger Hans Peter Freyther · 9 years ago
  68. 7c942ba configure.ac: Add subdir-objects by Harald Welte · 9 years ago
  69. e15ac06 fix libosmocore build for NuttX target by Harald Welte · 9 years ago
  70. 18bcc8a pcsc: Allow to disable the PCSC dependency by Holger Hans Peter Freyther · 10 years ago
  71. 495fe26 sim: Use autotools for libpcsc-lite linkage by Harald Welte · 12 years ago
  72. d54c2ee initial checkin of 'libosmosim' by Harald Welte · 12 years ago
  73. 3ff81b1 libctrl: autotools build system integration by Harald Welte · 10 years ago
  74. c2c042d backtrace: Speculative fix for FreeBSD10.0 and execinfo.h by Holger Hans Peter Freyther · 10 years ago
  75. 854debc Replace obsolete automake AM_CONFIG_HEADER. by Christian Vogel · 11 years ago
  76. 597460f Do not use --version-script linker flag on OSX by Tobias Engel · 12 years ago
  77. e3a10b6 libosmogb: make build conditional, disable in embedded build by Harald Welte · 12 years ago
  78. 7c8e2cc libosmogsm: Back-port SMS related fixes from openbsc by Harald Welte · 12 years ago
  79. c5f055f build: use LT_INIT(pic-only) instead of forcing -fPIC. by Diego Elio Pettenò · 12 years ago 0.5.2
  80. 406777c build: LT_INIT already replaces AC_PROG_LIBTOOL. by Diego Elio Pettenò · 12 years ago
  81. 001ef7e build: avoid calling undefined macro. by Diego Elio Pettenò · 12 years ago
  82. 8dd81fa build: avoid duplication of automake options, add no-dist-gzip. by Diego Elio Pettenò · 12 years ago
  83. d471a21 build: simplify headers management and remove recursion by Diego Elio Pettenò · 12 years ago
  84. ea0e1ec build: simplify test handling and speed up build. by Diego Elio Pettenò · 12 years ago
  85. 641f7ce libosmogb: move files to proper location and fix build by Harald Welte · 12 years ago 0.5.0
  86. 1c72bfb libosmogsm: Introduce explicit list of exported symbols by Harald Welte · 12 years ago
  87. 8db7020 misc: Fix the mail email address in the configure.ac by Holger Hans Peter Freyther · 12 years ago
  88. 9751081 tests: Introduce a very basic gsm0808 test by Holger Hans Peter Freyther · 12 years ago
  89. 72bd4eb lapdm: Create a simple test case to transmit data between both ends by Holger Hans Peter Freyther · 12 years ago 0.4.1
  90. e076ac0 add autotest script for milenage/auth testing by Harald Welte · 12 years ago
  91. 29eb92d core/conv: Add regression testing code by Sylvain Munaut · 12 years ago
  92. 810c334 tests/a5: Add a5 regression testing by Sylvain Munaut · 13 years ago
  93. f6c1d4c tests: Fix the make distcheck of libosmocore with the tests by Holger Hans Peter Freyther · 13 years ago
  94. f9eda74 tests: Use GNU autotest to execute our tests and compare textual output by Holger Hans Peter Freyther · 13 years ago
  95. 4772348 freebsd: Fixes for the compilation of libosmocore on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  96. fe28ded core/serial: Add utilities to deal with serial ports by Sylvain Munaut · 13 years ago
  97. 8e4deb6 Added autoconf option for utilities and embedded by job · 13 years ago
  98. 36b4a20 Adapted configure options to autoconf default behaviour by job · 13 years ago
  99. 712691d add functions for bit-reversal by Harald Welte · 13 years ago
  100. c7859ed consistent Doxyfile naming by Harald Welte · 13 years ago