aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsupclient
AgeCommit message (Expand)AuthorFilesLines
2020-10-12Set TCP NODELAY sockopt to GSUP cli and srv connectionsPau Espin Pedrol1-0/+16
2020-05-04osmo_gsup_req_new(): require from_peer != NULLNeels Hofmeyr1-2/+7
2020-05-04make osmo_cni_peer_id_cmp() NULL safeNeels Hofmeyr1-0/+6
2020-04-30gsup client: add up_down_cb(), add osmo_gsup_client_create3()Neels Hofmeyr1-20/+49
2020-04-302/2: wrap ipa_name in osmo_cni_peer_id with type enum and unionNeels Hofmeyr3-13/+104
2020-04-301/2: refactor: add and use lu_fsm, osmo_gsup_req, osmo_ipa_nameNeels Hofmeyr3-1/+512
2020-01-29gsup_client.c: fix deprecation for client create funcNeels Hofmeyr1-8/+9
2019-10-30fix double free in osmo_gsup_client_enc_send()Neels Hofmeyr1-1/+2
2018-12-20gsupclient: introduce osmo_gsup_client_enc_send()Vadim Yanitskiy1-0/+36
2018-12-06introduce osmo_gsup_client_create2()Stefan Sperling1-18/+39
2018-09-03libosmo-gsup-client: License is GPLv2-or-laterHarald Welte1-4/+4
2018-07-30gsup_client: rename gsup_client_* to osmo_gsup_client_*Harald Welte2-34/+34
2018-07-30import gsup_client.c as new libosmo-gsup-clientHarald Welte3-0/+686