Skip to content

Loading builds...

Changes

#4661 (Jan 30, 2026, 1:15:08 PM)

  1. Fix 'logging: Avoid infinite loop logging inside logging path' — Pau Espin Pedrol / detail

#4660 (Jan 30, 2026, 9:55:09 AM)

  1. logging: Avoid infinite loop logging inside logging path — Pau Espin Pedrol / detail

#4659 (Jan 30, 2026, 9:45:09 AM)

  1. stats_tcp.c: Remove unneeded EMBEDDED check — Pau Espin Pedrol / detail

#4658 (Jan 30, 2026, 9:40:08 AM)

  1. logging_file: Avoid reopening file for stderr — Pau Espin Pedrol / detail
  2. logging_file: Fix log_target_file_switch_to_stream on stderr — Pau Espin Pedrol / detail

#4656 (Jan 29, 2026, 11:00:09 AM)

  1. core: guard TCP stats on availability of linux/tcp.h — Pau Espin Pedrol / detail
  2. core: always build tun.c and gate TUN support by headers — Pau Espin Pedrol / detail
  3. core: guard Linux netlink headers by libmnl usage — Pau Espin Pedrol / detail

#4654 (Jan 28, 2026, 11:15:10 AM)

  1. osmo_io: Fix misalignment of iofd->cmsg used as struct cmsghdr — Pau Espin Pedrol / detail

#4651 (Jan 26, 2026, 9:10:05 PM)

  1. socket_compat.h improvements to always have struct osmo_sockaddr — Pau Espin Pedrol / detail
  2. remove references to define EMBEDDED in public headers — Pau Espin Pedrol / detail
  3. logging: Move log target file to its own file — Pau Espin Pedrol / detail

#4650 (Jan 26, 2026, 11:35:08 AM)

  1. osmo_io: Add assert to validate inconditional — Pau Espin Pedrol / detail

#4649 (Jan 26, 2026, 11:15:07 AM)

  1. osmo_io.h: Avoid including sys/socket.h — Pau Espin Pedrol / detail
  2. socket.h: Include netinet/in.h instead of arpa/inet.h — Pau Espin Pedrol / detail
  3. configure.ac: Add arpa/inet.h to AC_CHECK_HEADERS — Pau Espin Pedrol / detail

#4647 (Jan 25, 2026, 10:10:06 PM)

  1. build: keep netns API public and gate features with HAVE_* — dtv.comp / detail
  2. core: remove SCTP include from osmo_io_internal.h — dtv.comp / detail

#4646 (Jan 25, 2026, 10:05:08 PM)

  1. core: fix printf format casts for struct timeval fields — dtv.comp / detail
  2. vty: guard definition of _XOPEN_SOURCE — dtv.comp / detail

#4643 (Jan 23, 2026, 10:50:05 AM)

  1. osmo_io: Support rx of segments up to ~UINT16_MAX — Pau Espin Pedrol / detail
  2. osmo_io: Propagate segment_cb errors to the read_cb — Pau Espin Pedrol / detail

#4642 (Jan 23, 2026, 10:15:09 AM)

  1. logging: Add APIs to set/get log_{target,context} fields — Pau Espin Pedrol / detail
  2. gb: Avoid accessing struct log_target members directly — Pau Espin Pedrol / detail
  3. Remove unused private API log_target_create_file_stream() — Pau Espin Pedrol / detail

#4641 (Jan 23, 2026, 9:20:07 AM)

  1. core: always build osmo_sock_multiaddr_* helpers — Pau Espin Pedrol / detail

#4639 (Jan 22, 2026, 9:55:07 PM)

  1. osmo_io: Make iofd_handle_segmented_read() static — Pau Espin Pedrol / detail
  2. osmo_io: Reorder iofd_handle_segmented_read() — Pau Espin Pedrol / detail
  3. osmo_io: Assert osmo_iofd_set_alloc_info() params fit in a 16bit value — Pau Espin Pedrol / detail

#4637 (Jan 21, 2026, 9:10:08 AM)

  1. Detect struct in6_addr.s6_addr32 via AC_CHECK_MEMBER and use — dtv.comp / detail

#4635 (Jan 20, 2026, 11:05:07 AM)

  1. contrib/jenkins_arm.sh: Remove explicit configure.sh disable args — Pau Espin Pedrol / detail

#4633 (Jan 19, 2026, 12:10:06 PM)

  1. configure.ac: EMBEDDED modifies default AC_ARG_ENABLE values — Pau Espin Pedrol / detail
  2. gmstap_log: optimization: Add talloc_pool for transmitted messages — Pau Espin Pedrol / detail
  3. select.c: Check for ENABLE_PSEUDOTALLOC instead of EMBEDDED — Pau Espin Pedrol / detail
  4. select.c: Check for ENABLE_PLUGIN instead of EMBEDDED — Pau Espin Pedrol / detail

#4629 (Jan 16, 2026, 12:35:05 PM)

  1. osmo_io: Introduce API osmo_iofd_set_name_f() — Pau Espin Pedrol / detail

#4628 (Jan 16, 2026, 12:10:08 PM)

  1. vty: Fix extern var declared inside ifdef — Pau Espin Pedrol / detail
  2. Add --disable-syslog-logging configure option — Pau Espin Pedrol / detail

#4625 (Jan 14, 2026, 2:40:09 PM)

  1. osmo_io: Validate msghdr!=NULL after allocation — Pau Espin Pedrol / detail
  2. osmo_io: io_uring: Fix batch mode in multithread process — Pau Espin Pedrol / detail

#4623 (Jan 13, 2026, 11:20:07 AM)

  1. omo_io: poll: Support multiple iov on all read/write variants — Pau Espin Pedrol / detail

#475 (Sep 15, 2018, 8:00:08 AM)

  1. gsm0808: fix wrong codec defaults for OFR_AMR_WB — pmaier@sysmocom.de / detail
  2. gsm0808: add function to convert amr gsm0408 setings to gsm0808 — pmaier@sysmocom.de / detail