aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri
AgeCommit message (Expand)AuthorFilesLines
2017-10-24VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.soDave Wallace8-5789/+0
2017-10-20VCL: Fix converity warning CID 177864Dave Wallace1-2/+2
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 Wallace2-35/+114
2017-10-17session: return local transport endpoint in connect replyFlorin Coras1-0/+6
2017-10-16udp: refactor udp codeFlorin Coras3-42/+171
2017-10-15VCL/LDPRELOAD: getpeername and getsocknameSteven1-12/+29
2017-10-12VCL: Add SET_KEEPALIVE, SET_TCP_KEEPIDLE, and SET_TCP_KEEPINTVLSteven2-0/+12
2017-10-12VCL: Add REUSEADDR, BROADCAST, and V6ONLY to vppcom_session_attr APISteven2-1/+13
2017-10-10Add VCL session get/set attributes api function.Dave Wallace3-26/+193
2017-10-10session: add support for application namespacingFlorin Coras3-3/+4
2017-10-06VCL: add epoll_* functions.Dave Wallace4-85/+813
2017-10-03Repair vlib API socket serverDave Barach1-1/+1
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke1-2/+6
2017-09-18Fixes for issues Coverity has reported (VPP-972)Chris Luke3-4/+29
2017-09-17Add multi-vm Vagrantfile for vcl-test.Dave Wallace1-19/+29
2017-09-08Fixes for issues reported by Coverity (VPP-972)Chris Luke3-12/+19
2017-09-07Fix session connect_* api message handling.Dave Wallace4-127/+112
2017-08-29session: segment manager improvementsFlorin Coras1-1/+1
2017-08-24Fix initialization bug in sock_test_clientDave Wallace1-0/+3
2017-08-16VCL: copy complete ip addr to/from vpe-api buf.Dave Wallace1-18/+7
2017-08-11Add VPP Communications Library (VCL)Dave Wallace8-0/+4755
2017-07-25Cleanup/refactor session layer codeFlorin Coras2-8/+0
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-1/+1
2017-06-22Improve svm fifo and tcp tx path performance (VPP-846)Florin Coras1-5/+5
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras3-67/+171
2017-06-01Improve fifo allocator performanceDave Barach2-21/+19
2017-05-09Fix remaining 32-bit compile issuesDamjan Marion2-15/+21
2017-05-09Add support for tcp/session buffer chainsFlorin Coras1-8/+39
2017-04-27[VPP-711] uri_tcp_test when master bind fail we met a display issue about retvalflyingeagle231-1/+3
2017-04-25Session/tcp coverity fixesFlorin Coras1-0/+2
2017-04-24Session layer improvementsFlorin Coras2-85/+144
2017-04-21[VPP-703]uri_tcp_test segment fault when mp->retval reply -30flyingeagle231-1/+1
2017-04-21[VPP-704]./uri_tcp_test slave , uri test segment faultflyingeagle231-1/+2
2017-04-17Socket API echo serverDave Barach1-0/+181
2017-04-13Session layer refactoringFlorin Coras2-225/+416
2017-03-27TCP/session improvementsFlorin Coras3-56/+244
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-12/+31
2017-03-10VPP-659 TCP improvementsFlorin Coras1-3/+4
2017-03-04Cleanup URI code and TCP bugfixingFlorin Coras4-1824/+848
2017-03-01VPP-598: tcp stack initial commitDave Barach4-0/+2907