aboutsummaryrefslogtreecommitdiffstats
path: root/src/vcl
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-29VCL-LDPRELOAD: Fix connect return value handling.Dave Wallace1-20/+15
2017-11-29VCL: drain the vpp app event queue.Dave Wallace1-0/+13
2017-11-27vcl: fix session handle in accept replyFlorin Coras1-3/+3
2017-11-25VCL: include vpp context in accept session reply msg.Dave Wallace1-17/+41
2017-11-25VCL: improve debug outputDave Wallace6-223/+339
2017-11-22VCL: remove bogus ASSERT().Dave Wallace1-2/+0
2017-11-21VCL: close-on-empty state transition refactoring.Dave Wallace2-660/+763
2017-11-20VCL: Update lcl addr/port from connect session reply msg.Dave Wallace1-0/+4
2017-11-19VCL-LDPRELOAD: Fix CID179207Dave Wallace2-4/+19
2017-11-17vppcom: improve listener session handlingFlorin Coras1-40/+90
2017-11-14VCL-LDPRELOAD: add sendfile/sendfile64 implementation.Dave Wallace10-53/+301
2017-11-11VCL: clean up disconnect_session debug output.Dave Wallace1-14/+25
2017-11-12VCL/LDPRELOAD: Fix out-of-bounds access and inequality comparison coverity er...Steven2-56/+47
2017-11-10VCL: Fix accept state machine, EPOLLET logic.Dave Wallace2-178/+258
2017-11-10VCL-LDPRELOAD: Fix epoll_pwait timeout.Dave Wallace2-12/+17
2017-11-09VCL: Set debug output level from env varDave Wallace2-35/+60
2017-11-07VCL: Fix error handling during heap allocDave Wallace1-13/+24
2017-11-07VCL: handle process fork.Dave Wallace1-268/+223
2017-11-07VCL-LDPRELOAD: enable accept4() wrapperDave Wallace7-59/+79
2017-11-06VCL_LDPRELOAD: mixed libc/vcl epoll fd'sDave Wallace5-170/+176
2017-11-02VCL: application proxy configurationDave Wallace3-99/+157
2017-10-30vcl: fix compiling on newer systemsDamjan Marion1-0/+3
2017-10-27LDPRELOAD: Fix out-of-scope variable coverity errorSteven1-2/+1
2017-10-26VCL: refactor session close / disconnect.Dave Wallace1-66/+60