Age | Commit message (Expand) | Author | Files | Lines |
2018-04-12 | VCL IOEvent external API callback | Keith Burns (alagalah) | 6 | -90/+367 |
2018-04-12 | Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify' | Neale Ranns | 1 | -4/+8 |
2018-03-26 | VCL: add IPv6 to socket_test.sh and make test | Dave Wallace | 4 | -41/+188 |
2018-03-19 | VCL: Fix Coverity CID183003 | Dave Wallace | 1 | -1/+1 |
2018-03-19 | VCL: Fix Coverity CID183009 | Dave Wallace | 1 | -1/+1 |
2018-03-14 | VCL: Handle epoll HUP events in sock_test_server | Dave Wallace | 1 | -1/+10 |
2018-03-13 | VCL: Fix race condition in event thread function | Dave Wallace | 1 | -11/+17 |
2018-03-09 | VCL API for external callback for listener/connect event | Keith Burns (alagalah) | 6 | -22/+312 |
2018-03-09 | VCL: add event registration to listen session in select() | Dave Wallace | 1 | -5/+27 |
2018-03-08 | VCL event handling changes | Keith Burns (alagalah) | 3 | -1/+27 |
2018-03-08 | VCL refactoring | Keith Burns (alagalah) | 3 | -48/+55 |
2018-03-08 | VCL: cleanup namespace_secret env-var cfg code. | Dave Wallace | 1 | -20/+1 |
2018-03-06 | VCL registration handler added to session for polling sessions | Keith Burns (alagalah) | 1 | -6/+9 |
2018-03-05 | VCL async event handler | Keith Burns (alagalah) | 3 | -202/+651 |
2018-02-24 | LDP: Refactor epoll_ctl wrapper. | Dave Wallace | 4 | -48/+348 |
2018-02-23 | VCL/LDP: Suppress trace output unless debug is enabled. | Dave Wallace | 2 | -26/+32 |
2018-02-22 | VCL: Fix for vppcom_session_listen() q_len <= 0 crash | Keith Burns (alagalah) | 1 | -0/+3 |
2018-02-20 | vppcomm refactor | Keith Burns (alagalah) | 1 | -428/+245 |
2018-02-19 | VCL: config api prefix using env var. | Dave Wallace | 2 | -21/+95 |
2018-02-16 | VPP modified some state checking logic | Keith Burns (alagalah) | 1 | -72/+72 |
2018-02-09 | LD_PRELOAD: Refactor nomenclature (vcom -> ldp). | Dave Wallace | 5 | -427/+427 |
2018-02-08 | VCL: remove vrf from vppcom api. | Dave Wallace | 5 | -36/+14 |
2018-02-07 | Fix bug with glibc epoll fd | Keith Burns (alagalah) | 1 | -1/+3 |
2018-02-06 | VCL: Fix type in trace output. | Dave Wallace | 1 | -2/+2 |
2018-02-05 | session: segment manager refactor | Florin Coras | 1 | -6/+11 |
2018-02-02 | Clean up for vcl.am, making vppcom.h C++ aware | Keith Burns (alagalah) | 1 | -0/+13 |
2018-01-29 | vcl: fix VPPCOM_ATTR_GET_LIBC_EPFD elog | Florin Coras | 1 | -10/+4 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 1 | -2/+1 |
2018-01-25 | Event log entries for VCL | Keith Burns (alagalah) | 1 | -1/+258 |
2018-01-20 | VCL/LD_PRELOAD: Fix unfiltered debug output. | Dave Wallace | 2 | -5/+4 |
2018-01-19 | LD_PRELOAD: Fix Coverity Warning CID 182227 | Dave Wallace | 1 | -1/+1 |
2018-01-19 | Elog entries for VCL | Keith Burns (alagalah) | 1 | -2/+225 |
2018-01-18 | LD_PRELOAD: Fix coverity warnings | Dave Wallace | 1 | -4/+13 |
2018-01-18 | Event log entries for VCL | Keith Burns (alagalah) | 1 | -1/+300 |
2018-01-17 | LD_PRELOAD: stateless LDP | Dave Wallace | 9 | -7369/+3776 |
2018-01-17 | ELOG additions for VCL | Keith Burns (alagalah) | 1 | -41/+148 |
2018-01-09 | VCL eventlog - track create/delete | Keith Burns (alagalah) | 1 | -0/+199 |
2018-01-09 | api: refactor vlibmemory | Florin Coras | 1 | -17/+14 |
2018-01-06 | Initial structure for VCL event logging. | Keith Burns (alagalah) | 1 | -6/+84 |
2017-12-15 | VCL-LDPRELOAD: Fix Coverity Warning CID 178776 | Dave Wallace | 3 | -98/+68 |
2017-12-14 | session: cleanup attach flags | Florin Coras | 1 | -4/+5 |
2017-12-11 | vcl: fix session preallocation | Florin Coras | 1 | -0/+2 |
2017-11-30 | VCL: add vpp api q length to config file. | Dave Wallace | 2 | -2/+25 |
2017-11-29 | VCL-LDPRELOAD: Fix connect return value handling. | Dave Wallace | 1 | -20/+15 |
2017-11-29 | VCL: drain the vpp app event queue. | Dave Wallace | 1 | -0/+13 |
2017-11-27 | vcl: fix session handle in accept reply | Florin Coras | 1 | -3/+3 |
2017-11-25 | VCL: include vpp context in accept session reply msg. | Dave Wallace | 1 | -17/+41 |
2017-11-25 | VCL: improve debug output | Dave Wallace | 6 | -223/+339 |
2017-11-22 | VCL: remove bogus ASSERT(). | Dave Wallace | 1 | -2/+0 |
2017-11-21 | VCL: close-on-empty state transition refactoring. | Dave Wallace | 2 | -660/+763 |