aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri/vppcom.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-24VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.soDave Wallace1-3258/+0
2017-10-20VCL-LDPRELOAD: Refactor vcom_socket* and fix crash in vppcom_selectDave Wallace1-85/+98
2017-10-19VCL: cleanup misc. issues in vppcomDave Wallace1-6/+10
2017-10-19VCL-LDPRELOAD: fix iperf3 socket_test.shDave Wallace1-28/+114
2017-10-16udp: refactor udp codeFlorin Coras1-2/+0
2017-10-15VCL/LDPRELOAD: getpeername and getsocknameSteven1-12/+29
2017-10-12VCL: Add SET_KEEPALIVE, SET_TCP_KEEPIDLE, and SET_TCP_KEEPINTVLSteven1-0/+9
2017-10-12VCL: Add REUSEADDR, BROADCAST, and V6ONLY to vppcom_session_attr APISteven1-1/+10
2017-10-10Add VCL session get/set attributes api function.Dave Wallace1-26/+117
2017-10-10session: add support for application namespacingFlorin Coras1-1/+2
2017-10-06VCL: add epoll_* functions.Dave Wallace1-80/+670
2017-10-03Repair vlib API socket serverDave Barach1-1/+1
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke1-2/+6
2017-09-17Add multi-vm Vagrantfile for vcl-test.Dave Wallace1-19/+29
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke1-9/+8
2017-09-07Fix session connect_* api message handling.Dave Wallace1-120/+105
2017-08-29session: segment manager improvementsFlorin Coras1-1/+1
2017-08-16VCL: copy complete ip addr to/from vpe-api buf.Dave Wallace1-18/+7
2017-08-11Add VPP Communications Library (VCL)Dave Wallace1-0/+2453