aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest
AgeCommit message (Expand)AuthorFilesLines
2019-03-24ADJ: more thorough link up checkNeale Ranns1-0/+3
2019-01-12session: generate wrong thread errors instead of crashingFlorin Coras1-1/+2
2019-01-10strncpy_s_inline copies more bytes than necessarySteven1-1/+10
2019-01-07string_test: coverity woeSteven1-6/+0
2019-01-02Fixes for buliding for 32bit targets:David Johnson1-2/+2
2018-12-28session: free session after transport and app confirmFlorin Coras2-3/+3
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns1-22/+467
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-15/+16
2018-12-14Revert gerrit 16429 to fix a Debian build-breakDave Barach1-22/+44
2018-12-14Fix compiling issue with GCC-8.x in string test functionsLijian.Zhang1-44/+22
2018-12-05Fix gcc-8 compile issues in string_test.cDave Barach1-1/+35
2018-12-03move [m]fib and BIER tests to unittest pluginNeale Ranns4-0/+13050
2018-12-02vppinfra: c11 safe string functionsSteven1-25/+1559
2018-11-30session: segment handle in accept/connect notificationsFlorin Coras1-2/+2
2018-11-21session: cleanup use of api_client_indexFlorin Coras1-2/+2
2018-11-18vcl/session: apps with process workersFlorin Coras1-0/+5
2018-11-15session: fix endpt cfg test (VPP-1492)Florin Coras1-3/+11
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-2/+2
2018-10-31session: add wrk contextFlorin Coras1-5/+5
2018-10-28session: move test to unittest pluginFlorin Coras2-2/+1759
2018-10-23c11 safe string handling supportDave Barach3-8/+154
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-3/+29
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-34/+90
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras1-2/+3
2018-10-17tcp: avoid sack processing when not needed (VPP-1460)Florin Coras1-1/+1
2018-09-12fix bihash test codeDave Barach1-0/+7
2018-08-25cmake: improve add_vpp_plugin macroDamjan Marion1-1/+2
2018-08-17CMake as an alternative to autotools (experimental)Damjan Marion1-0/+18
2018-07-24Create a unit-test pluginDave Barach4-0/+2360