aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-08-27stream: Add client-side (segmentation) support for IPAarehbein/stream_tests_no_timestampsarehbein7-11/+319
2023-08-27stream tests: Eliminate timestamps from outputarehbein1-20/+6
2023-08-25stream test: Fix test output checkarehbein2-0/+3
2023-08-25stream: Add server-side (segmentation) support for IPAarehbein5-10/+363
2023-08-21stream: Use new flag OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED for SCTP socketsPau Espin Pedrol2-3/+3
2023-08-21stream_cli: Forward SCTP MSG_NOTIFICATION to upper layersPau Espin Pedrol1-2/+41
2023-08-21stream: Refactor sctp_recvmsg_wrapper() loggingPau Espin Pedrol3-73/+85
2023-08-07stream_srv: Log SCTP REMOTE_ERROR eventsPau Espin Pedrol3-0/+43
2023-08-07stream_srv: sctp: Log error cause of COMM_LOST eventPau Espin Pedrol1-1/+2
2023-08-07sctp: Document relevant RFC specsPau Espin Pedrol1-0/+6
2023-08-07stream_cli: Proper handling of send() socket errorsPau Espin Pedrol1-3/+9
2023-08-07stream_srv: Handle ESHUTDOWN and other write() errors destroying the socketPau Espin Pedrol1-4/+15
2023-08-07stream: Append data to current tail of message upon recv()Pau Espin Pedrol2-5/+6
2023-08-07stream_srv: Improve logging lines accepting new connectionsPau Espin Pedrol2-3/+6
2023-08-07stream_srv: call setsockopt(SO_NOSIGPIPE) also in srv socketsPau Espin Pedrol2-1/+17
2023-08-07stream_srv: Use LOGSLNK() to print log linePau Espin Pedrol1-2/+2
2023-08-07stream_cli: Increase log level of established conn to INFOPau Espin Pedrol2-1/+4
2023-08-07ipa: Add segmentation callbackarehbein2-0/+76
2023-08-07examples: Add extension header octet to examplearehbein3-2/+10
2023-08-04stream: Split cli/srv specific code out of stream.cPau Espin Pedrol6-1786/+1938
2023-07-25stream: Fix osmo_panic log fmtsarehbein1-4/+5
2023-06-30stream: Notify stream_cli on connect()Daniel Willmann1-0/+1
2023-06-27stream: Rename static function to have correct prefixPau Espin Pedrol1-2/+2
2023-06-20stream: srv cb: Use osmo_sockaddr and improve logging when cli connectsPau Espin Pedrol1-18/+9
2023-06-20stream: Drop name param from recently added API osmo_stream_srv_create2()Pau Espin Pedrol4-9/+7
2023-06-20stream: Drop recently added API osmo_stream_cli_create2Pau Espin Pedrol4-35/+23
2023-06-20stream: Print socket info as part of the logging contextPau Espin Pedrol3-10/+29
2023-06-20stream: Allow setting name printed during loggingPau Espin Pedrol5-32/+87
2023-06-17stream: Set state to closed before calling disconnect_cb()Daniel Willmann1-3/+5
2023-06-16stream: Assert that fd is valid in stream_cli_handle_connecting()Daniel Willmann1-0/+1
2023-06-16examples: Set logging level to DEBUG in {,ipa-}stream-{client,server}Daniel Willmann4-6/+4
2023-06-15stream: Remove duplicated code in osmo_stream_cli_create()Daniel Willmann1-17/+1
2023-06-15stream: Document osmo_stream_cli_create2()Daniel Willmann1-1/+7
2023-06-15stream: Setup ofd in osmo_stream_cli_openDaniel Willmann1-6/+2
2023-06-14examples: Use new stream API in {ipa-,}stream-{client,server}Daniel Willmann4-75/+20
2023-06-14Add osmo_io support to osmo_stream_cli and osmo_stream_srvDaniel Willmann2-29/+325
2023-06-14stream: Correctly close osmo_stream_cli when in state WAIT_RECONNECTDaniel Willmann1-0/+6
2023-06-12stream: Use cli->state to check if cli is already closedDaniel Willmann1-1/+1
2023-06-12stream: Factor out reconnection handlingDaniel Willmann1-31/+43
2023-06-08stream: Update log messagesDaniel Willmann2-10/+8
2023-06-08cosmetic: Change name of osmo_stream_src_fd_cb()Daniel Willmann1-2/+2
2023-06-08stream: Properly name osmo_stream_srv read callbackDaniel Willmann2-6/+6
2023-05-31ipa-stream-server: Return -EBADF in read_cb after osmo_stream_srv_destroy()Daniel Willmann1-1/+2
2023-05-17stream: (typo) Change callback param name of struct osmo_stream_cli from srv ...Daniel Willmann1-4/+4
2023-05-17stream: Introduce and use osmo_stream_cli_fd() to get the fdDaniel Willmann2-7/+14
2023-04-25debian: set compat level to 10Oliver Smith2-2/+2
2023-03-13src/Makefile.am: do not overwrite AM_LDFLAGSVadim Yanitskiy1-1/+1
2023-03-13tests/Makefile.am: clean up AM_* variablesVadim Yanitskiy1-2/+3
2023-03-13{utils,tests}/Makefile.am: reorder libraries in LDADDVadim Yanitskiy2-17/+8
2023-02-27rtp.h: add RTP_PT_CSDATAOliver Smith1-0/+2