aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2023-11-24Disable uring when building for embeddedDaniel Willmann1-0/+1
2023-08-24osmo_io: Add io_uring backendDaniel Willmann1-0/+14
2023-06-09Added generation of include/osmocom/core/socket_compat.hAndreas Eversberg1-0/+1
2023-03-14configure.ac: Fix typo in enable flag descriptionPau Espin Pedrol1-1/+1
2023-03-14configure.ac: Fix logic enabling osmo_fd fd checksPau Espin Pedrol1-3/+3
2023-02-27Add libosmocore.mapDaniel Willmann1-0/+2
2023-02-27doxygen: also generate documentation for libosmo{sim,usb}Vadim Yanitskiy1-0/+2
2023-01-25configure --enable-libmnl: Add libmnl to libosmocore.pc.in RequiresPau Espin Pedrol1-1/+1
2023-01-21create libosmoisdn sub-libraryHarald Welte1-0/+6
2023-01-18Split include/Makefile.am content into subdirsPau Espin Pedrol1-0/+13
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-0/+1
2022-12-20osmo-stat-dummy: add rate counters and statsd testerMax1-0/+1
2022-11-08Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definitionHarald Welte1-0/+1
2022-10-20configure.ac: fix 'AM_CONDITIONAL(ENABLE_GNUTLS, false)' listed twiceVadim Yanitskiy1-1/+0
2022-06-17update git URLs (git -> https; gitea)2022q2Harald Welte1-1/+1
2022-04-29build: Disable libusb and libmnl for embedded buildsSylvain Munaut1-0/+2
2022-03-29vty: Support platforms that don't support pthread_getname_np()Harald Welte1-0/+18
2022-03-29configure: Support libsctp < 1.0.17 without libsctp.pcPau Espin Pedrol1-10/+16
2021-12-24tcp_stats: fix compilation on CentOS 7Harald Welte1-0/+7
2021-12-23select: gather statistics for TCP connectionsPhilipp Maier1-0/+22
2021-12-09logging: make LIBOSMOCORE_NO_LOGGING work as expectedEric Wild1-0/+11
2021-10-28configure.ac: Depend on talloc 2.1.0Pau Espin Pedrol1-1/+1
2021-02-17Introduce osmo_gettid() APIPau Espin Pedrol1-0/+10
2021-02-03initial support for static userspace probes via systemtapHarald Welte1-0/+33
2021-01-27configure.ac: set -std=gnu11Oliver Smith1-0/+2
2021-01-14fixup: configure.ac: fix: do not define HAVE_NEON unconditionallyVadim Yanitskiy1-0/+3
2021-01-06Add inter-thread queueHarald Welte1-1/+1
2020-12-02Integrate libmnl (minimal netlink) library with libosmocore select loopHarald Welte1-0/+13
2020-10-23select: Migrate over to poll()Harald Welte1-1/+11
2020-10-19logging: introduce 'systemd-journal' targetVadim Yanitskiy1-0/+13
2020-08-25tests: Split SCTP tests to its own file and run them conditionallyPau Espin Pedrol1-0/+4
2020-08-07configure.ac: print ARM NEON instructions support statusVadim Yanitskiy1-0/+2
2020-08-07configure.ac: fix: do not define HAVE_NEON unconditionallyVadim Yanitskiy1-2/+0
2020-08-07configure.ac: clarify description of --enable-neonVadim Yanitskiy1-1/+1
2020-08-06libomsocoding: NEON viterbi accelerationEric1-0/+11
2020-05-20contrib: integrate RPM specOliver Smith1-1/+2
2020-05-11Drop old BSC references in fd check configure optionPau Espin Pedrol1-2/+2
2020-05-01configure.ac: Fix HAVE_CLOCK_GETTIME undef when func in -lrtPau Espin Pedrol1-2/+4
2020-04-18select.c: Introduce support for signalfdHarald Welte1-1/+1
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-03-16libosmosim: Build irrespective of PC/SC supportHarald Welte1-0/+1
2019-12-17Introduce helper functions for safe fork+exec of processesHarald Welte1-2/+2
2019-12-16libosmocore libusb integrationHarald Welte1-0/+15
2019-11-30Add code coverage supportVasil Velichkov1-0/+2
2019-10-24configure: Introduce --disable-libsctp and error by default if libsctp not foundPau Espin Pedrol1-11/+17
2019-10-18socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol1-0/+11
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol1-0/+3
2019-08-06configure: Allow disabling workaround for TLS bug in old ARM gcc versionsPau Espin Pedrol1-2/+1
2019-08-06configure: Autodetect TLS bug on ARM with old gcc and apply workaroundPau Espin Pedrol1-0/+4
2019-04-08add osmo_sockaddr_str APINeels Hofmeyr1-1/+1