aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl
AgeCommit message (Expand)AuthorFilesLines
2018-06-28vcl: move binary api and cfg to separate filesFlorin Coras5-1951/+2077
2018-06-28vcl: refactor vcl sessionFlorin Coras1-189/+185
2018-06-27vcl: refactor debuggingFlorin Coras2-1800/+755
2018-06-25VCL: Refactor VCL test (part 1)Dave Wallace5-322/+2161
2018-06-19VCL: Fix session peer and local addressesDave Wallace1-6/+20
2018-06-19VCL: refactor async & spinlocksDave Wallace5-544/+577
2018-05-31fix socket send() return size checkqchang1-1/+1
2018-04-12VCL IOEvent external API callbackKeith Burns (alagalah)6-90/+367
2018-04-12Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-4/+8
2018-03-26VCL: add IPv6 to socket_test.sh and make testDave Wallace4-41/+188
2018-03-19VCL: Fix Coverity CID183003Dave Wallace1-1/+1
2018-03-19VCL: Fix Coverity CID183009Dave Wallace1-1/+1
2018-03-14VCL: Handle epoll HUP events in sock_test_serverDave Wallace1-1/+10
2018-03-13VCL: Fix race condition in event thread functionDave Wallace1-11/+17
2018-03-09VCL API for external callback for listener/connect eventKeith Burns (alagalah)6-22/+312
2018-03-09VCL: add event registration to listen session in select()Dave Wallace1-5/+27
2018-03-08VCL event handling changesKeith Burns (alagalah)3-1/+27
2018-03-08VCL refactoringKeith Burns (alagalah)3-48/+55
2018-03-08VCL: cleanup namespace_secret env-var cfg code.Dave Wallace1-20/+1
2018-03-06VCL registration handler added to session for polling sessionsKeith Burns (alagalah)1-6/+9
2018-03-05VCL async event handlerKeith Burns (alagalah)3-202/+651
2018-02-24LDP: Refactor epoll_ctl wrapper.Dave Wallace4-48/+348
2018-02-23VCL/LDP: Suppress trace output unless debug is enabled.Dave Wallace2-26/+32
2018-02-22VCL: Fix for vppcom_session_listen() q_len <= 0 crashKeith Burns (alagalah)1-0/+3
2018-02-20vppcomm refactorKeith Burns (alagalah)1-428/+245
2018-02-19VCL: config api prefix using env var.Dave Wallace2-21/+95
2018-02-16VPP modified some state checking logicKeith Burns (alagalah)1-72/+72
2018-02-09LD_PRELOAD: Refactor nomenclature (vcom -> ldp).Dave Wallace5-427/+427
2018-02-08VCL: remove vrf from vppcom api.Dave Wallace5-36/+14
2018-02-07Fix bug with glibc epoll fdKeith Burns (alagalah)1-1/+3
2018-02-06VCL: Fix type in trace output.Dave Wallace1-2/+2
2018-02-05session: segment manager refactorFlorin Coras1-6/+11
2018-02-02Clean up for vcl.am, making vppcom.h C++ awareKeith Burns (alagalah)1-0/+13
2018-01-29vcl: fix VPPCOM_ATTR_GET_LIBC_EPFD elogFlorin Coras1-10/+4
2018-01-25session: add support for memfd segmentsFlorin Coras1-2/+1
2018-01-25Event log entries for VCLKeith Burns (alagalah)1-1/+258
2018-01-20VCL/LD_PRELOAD: Fix unfiltered debug output.Dave Wallace2-5/+4
2018-01-19LD_PRELOAD: Fix Coverity Warning CID 182227Dave Wallace1-1/+1
2018-01-19Elog entries for VCLKeith Burns (alagalah)1-2/+225
2018-01-18LD_PRELOAD: Fix coverity warningsDave Wallace1-4/+13
2018-01-18Event log entries for VCLKeith Burns (alagalah)1-1/+300
2018-01-17LD_PRELOAD: stateless LDPDave Wallace9-7369/+3776
2018-01-17ELOG additions for VCLKeith Burns (alagalah)1-41/+148
2018-01-09VCL eventlog - track create/deleteKeith Burns (alagalah)1-0/+199
2018-01-09api: refactor vlibmemoryFlorin Coras1-17/+14
2018-01-06Initial structure for VCL event logging.Keith Burns (alagalah)1-6/+84
2017-12-15VCL-LDPRELOAD: Fix Coverity Warning CID 178776Dave Wallace3-98/+68
2017-12-14session: cleanup attach flagsFlorin Coras1-4/+5
2017-12-11vcl: fix session preallocationFlorin Coras1-0/+2
2017-11-30VCL: add vpp api q length to config file.Dave Wallace2-2/+25