1.9.2
  1. 128bec3 Disable uring when building for embedded by Daniel Willmann · 7 months ago
  2. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 5 months ago
  3. bb20d4e Added generation of include/osmocom/core/socket_compat.h by Andreas Eversberg · 12 months ago
  4. 3b450f0 configure.ac: Fix typo in enable flag description by Pau Espin Pedrol · 1 year, 2 months ago
  5. 5ef158f configure.ac: Fix logic enabling osmo_fd fd checks by Pau Espin Pedrol · 1 year, 2 months ago
  6. 213fc42 Add libosmocore.map by Daniel Willmann · 1 year, 4 months ago
  7. 94e0af0 doxygen: also generate documentation for libosmo{sim,usb} by Vadim Yanitskiy · 1 year, 3 months ago
  8. 4eb89af configure --enable-libmnl: Add libmnl to libosmocore.pc.in Requires by Pau Espin Pedrol · 1 year, 4 months ago
  9. d55a209 create libosmoisdn sub-library by Harald Welte · 1 year, 6 months ago
  10. 4fc6118 Split include/Makefile.am content into subdirs by Pau Espin Pedrol · 1 year, 4 months ago
  11. d4c3dc8 Move src/*.{c,h} to src/core/ by Pau Espin Pedrol · 1 year, 4 months ago
  12. 7a79dd3 osmo-stat-dummy: add rate counters and statsd tester by Max · 1 year, 6 months ago
  13. 88bb5ed Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definition by Harald Welte · 1 year, 7 months ago
  14. 6755aac configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed twice by Vadim Yanitskiy · 1 year, 7 months ago
  15. 0239620 update git URLs (git -> https; gitea) by Harald Welte · 1 year, 11 months ago 2022q2
  16. 9037056 build: Disable libusb and libmnl for embedded builds by Sylvain Munaut · 2 years, 1 month ago
  17. c17546f vty: Support platforms that don't support pthread_getname_np() by Harald Welte · 2 years, 2 months ago
  18. c80a004 configure: Support libsctp < 1.0.17 without libsctp.pc by Pau Espin Pedrol · 2 years, 2 months ago
  19. c809f4e tcp_stats: fix compilation on CentOS 7 by Harald Welte · 2 years, 5 months ago
  20. b1ef8f5 select: gather statistics for TCP connections by Philipp Maier · 2 years, 6 months ago
  21. 63e1b2b logging: make LIBOSMOCORE_NO_LOGGING work as expected by Eric Wild · 2 years, 6 months ago
  22. 75b03e5 configure.ac: Depend on talloc 2.1.0 by Pau Espin Pedrol · 2 years, 7 months ago
  23. 88e4058 Introduce osmo_gettid() API by Pau Espin Pedrol · 3 years, 3 months ago
  24. 433005c initial support for static userspace probes via systemtap by Harald Welte · 3 years, 8 months ago
  25. f2afb98 configure.ac: set -std=gnu11 by Oliver Smith · 3 years, 4 months ago
  26. 2ecb71b fixup: configure.ac: fix: do not define HAVE_NEON unconditionally by Vadim Yanitskiy · 3 years, 4 months ago
  27. e4cd267 Add inter-thread queue by Harald Welte · 4 years, 10 months ago
  28. 53a2fde Integrate libmnl (minimal netlink) library with libosmocore select loop by Harald Welte · 3 years, 6 months ago
  29. b904e42 select: Migrate over to poll() by Harald Welte · 3 years, 7 months ago
  30. e7bf435 logging: introduce 'systemd-journal' target by Vadim Yanitskiy · 3 years, 8 months ago
  31. 16b076c tests: Split SCTP tests to its own file and run them conditionally by Pau Espin Pedrol · 3 years, 9 months ago
  32. 7dbae9e configure.ac: print ARM NEON instructions support status by Vadim Yanitskiy · 3 years, 10 months ago
  33. cab3835 configure.ac: fix: do not define HAVE_NEON unconditionally by Vadim Yanitskiy · 3 years, 10 months ago
  34. 325d9b3 configure.ac: clarify description of --enable-neon by Vadim Yanitskiy · 3 years, 10 months ago
  35. 3afc1d1 libomsocoding: NEON viterbi acceleration by Eric · 3 years, 10 months ago
  36. 6370f5d contrib: integrate RPM spec by Oliver Smith · 4 years ago
  37. d05def0 Drop old BSC references in fd check configure option by Pau Espin Pedrol · 4 years ago
  38. 47eb4e1 configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrt by Pau Espin Pedrol · 4 years, 1 month ago
  39. a70ac85 select.c: Introduce support for signalfd by Harald Welte · 4 years, 1 month ago
  40. 099c834 configure.ac: fix libtool issue with clang and sanitizer by Eric · 4 years, 1 month ago
  41. 3c44a64 libosmosim: Build irrespective of PC/SC support by Harald Welte · 4 years, 2 months ago
  42. c6a8697 Introduce helper functions for safe fork+exec of processes by Harald Welte · 4 years, 5 months ago
  43. da432cd libosmocore libusb integration by Harald Welte · 4 years, 5 months ago
  44. 499510b Add code coverage support by Vasil Velichkov · 5 years ago
  45. ea2afb2 configure: Introduce --disable-libsctp and error by default if libsctp not found by Pau Espin Pedrol · 4 years, 7 months ago
  46. 3f464fc socket: Introduce API osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 7 months ago
  47. d12f698 logging: Introduce mutex API to manage log_target in multi-thread envs by Pau Espin Pedrol · 4 years, 8 months ago
  48. afce89d configure: Allow disabling workaround for TLS bug in old ARM gcc versions by Pau Espin Pedrol · 4 years, 10 months ago
  49. e188b8c configure: Autodetect TLS bug on ARM with old gcc and apply workaround by Pau Espin Pedrol · 4 years, 10 months ago
  50. 0c7826e add osmo_sockaddr_str API by Neels Hofmeyr · 5 years ago
  51. a2f696f configure.ac: check clock_gettime for glib < 2.17 by Alexander Couzens · 6 years ago
  52. 40f3521 Revert "osmo-config-merge: Add manual page" by Harald Welte · 6 years ago
  53. 6dd00d8 osmo-config-merge: Add manual page by Daniel Willmann · 6 years ago
  54. 3a9ff11 logging vty: add VTY transcript test by Neels Hofmeyr · 6 years ago
  55. 14c4c49 Fix embedded (arm-none-eabi) builds by Harald Welte · 6 years ago
  56. b418682 ctrl: Add doxygen API documentation; generate html from it by Harald Welte · 6 years ago
  57. ed60578 ctrl: Introduce libosmoctrl.map to avoid unintended exports by Harald Welte · 6 years ago
  58. ea4d893 Add osmo_timerfd_* functions for osmo_fd-wrapped timerfd by Harald Welte · 6 years ago
  59. cacaa4a configure: Check separately for lib implementing dlopen and dlsym by Pau Espin Pedrol · 6 years ago
  60. 09ecbb7 configure: add --enable-werror by Neels Hofmeyr · 6 years ago
  61. 3da7938 Embedded: add sercomm stubs by Max · 6 years ago
  62. 89c8c40 Embedded: disable stats test by Max · 6 years ago
  63. b93f60f conv_acc: Our code requires SSSE3, not just SSE3 by Harald Welte · 7 years ago
  64. ed029df Enable GnuTLS fallback by Max · 7 years ago
  65. 4b2b0cc Add function to generate random identifier by Max · 7 years ago
  66. 272bd4f Makefile.am: fix missing LTLDFLAGS for libosmocoding by Vadim Yanitskiy · 7 years ago
  67. ff932bb Add release target to Makefile by Max · 7 years ago
  68. 639c408 configure.ac: Add --disable-doxygen flag by Pau Espin Pedrol · 7 years ago
  69. 1349249 configure.ac: Fix C(PP)FLAGS for BSD build by Pau Espin Pedrol · 7 years ago
  70. 40e629b configure.ac: Enable -Wall by default by Pau Espin Pedrol · 7 years ago
  71. 249fb71 doxygen: add missing gb API doc generation by Neels Hofmeyr · 7 years ago
  72. 69dfe5a Fix compilation warning on deprecated macro by Pau Espin Pedrol · 7 years ago
  73. 898ffef add libpseudotalloc as super-simplistic talloc replacement by Harald Welte · 7 years ago
  74. a8a5819 configure.ac: check for __builtin_cpu_supports call support by Vadim Yanitskiy · 7 years ago
  75. 2c3066e configure.ac: add SIMD detection capabilities by Vadim Yanitskiy · 7 years ago
  76. 3262f82 libosmocoding: migrate transcoding routines from OsmoBTS by Vadim Yanitskiy · 8 years ago
  77. 1a7d64c configure.ac: Disable PCSC related code on EMBEDDED by Harald Welte · 7 years ago
  78. 1c67e75 configure.ac: Introduce --disable-ctrl by Harald Welte · 7 years ago
  79. 9683104 build: make check: disable sim_test when built with --disable-pcsc by Neels Hofmeyr · 8 years ago
  80. a238176 configure: add --enable-sanitize, use in jenkins.sh by Neels Hofmeyr · 8 years ago
  81. cbdfa65 build: be robust against install-sh files above the root dir by Neels Hofmeyr · 8 years ago
  82. fef2fa2 configure: check for pkg-config presence by Neels Hofmeyr · 8 years ago
  83. 90e614f remove our internal copy of talloc, use system libtalloc by Harald Welte · 8 years ago
  84. 5fa0dcc configure: It should be --with-system-talloc, not --enable-system-talloc by Harald Welte · 9 years ago
  85. d086f21 configure.ac: Use AS_IF() instead of shell-if for PKG_CONFIG by Harald Welte · 9 years ago
  86. a10ef29 use system-wide libtalloc with --enable-system-talloc by Harald Welte · 9 years ago
  87. c2ddc4f build: have a disable-static build succeed by Jan Engelhardt · 9 years ago
  88. 69b1b8b build: Enable subdir-objects by Sylvain Munaut · 9 years ago
  89. 538ff49 Revert "configure.ac: Add subdir-objects" by Holger Hans Peter Freyther · 9 years ago
  90. 7c942ba configure.ac: Add subdir-objects by Harald Welte · 9 years ago
  91. e15ac06 fix libosmocore build for NuttX target by Harald Welte · 9 years ago
  92. 18bcc8a pcsc: Allow to disable the PCSC dependency by Holger Hans Peter Freyther · 10 years ago
  93. 495fe26 sim: Use autotools for libpcsc-lite linkage by Harald Welte · 12 years ago
  94. d54c2ee initial checkin of 'libosmosim' by Harald Welte · 12 years ago
  95. 3ff81b1 libctrl: autotools build system integration by Harald Welte · 10 years ago
  96. c2c042d backtrace: Speculative fix for FreeBSD10.0 and execinfo.h by Holger Hans Peter Freyther · 10 years ago
  97. 854debc Replace obsolete automake AM_CONFIG_HEADER. by Christian Vogel · 11 years ago
  98. 597460f Do not use --version-script linker flag on OSX by Tobias Engel · 12 years ago
  99. e3a10b6 libosmogb: make build conditional, disable in embedded build by Harald Welte · 12 years ago
  100. 7c8e2cc libosmogsm: Back-port SMS related fixes from openbsc by Harald Welte · 12 years ago