Changes
#6859 (Feb 12, 2025, 2:05:06 PM)
- Bump version: 0.5.0.63-222b-dirty → 0.6.0 — Oliver Smith / detail
#6814 (Jan 22, 2025, 12:20:10 PM)
- server: Implement non-blocking write to pcap file with osmo_io — Pau Espin Pedrol / detail
- server: zero-copy msgb from tcp read to file write — Pau Espin Pedrol / detail
#6812 (Jan 21, 2025, 3:10:09 PM)
- server: Use osmo_stream_srv for non-tls read tcp sock — Pau Espin Pedrol / detail
- server: Introduce struct osmo_pcap_wr_file — Pau Espin Pedrol / detail
#6803 (Jan 18, 2025, 11:00:07 PM)
- server: Correct error check calling osmo_pcap_conn_process_data() — Pau Espin Pedrol / detail
#6797 (Jan 16, 2025, 2:55:09 PM)
- server: Move conn->file_hdr release to osmo_pcap_conn_close() — Pau Espin Pedrol / detail
- server: Add osmo_pcap_server_free() for completeness — Pau Espin Pedrol / detail
- server: Split buffer read from full msg handling — Pau Espin Pedrol / detail
- server: Log unable to figure out pcap vs pcapng — Pau Espin Pedrol / detail
- server: Limit rx buffer size to UINT16_MAX — Pau Espin Pedrol / detail
- server: Use osmo_stream_srv_link on tcp listen socket — Pau Espin Pedrol / detail
#6794 (Jan 15, 2025, 12:40:06 PM)
- server: Use osmo_sockaddr in remote_addr field — Pau Espin Pedrol / detail
- tests: Remove unneeded .o files after osmo-pcap-server network/core file — Pau Espin Pedrol / detail
- cosmetic: server: Fix formatting of return in main() — Pau Espin Pedrol / detail