Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-11-20 | VCL: Update lcl addr/port from connect session reply msg. |  Dave Wallace | 1 | -0/+4 |
2017-11-19 | VCL-LDPRELOAD: Fix CID179207 |  Dave Wallace | 2 | -4/+19 |
2017-11-17 | vppcom: improve listener session handling |  Florin Coras | 1 | -40/+90 |
2017-11-14 | VCL-LDPRELOAD: add sendfile/sendfile64 implementation. |  Dave Wallace | 10 | -53/+301 |
2017-11-11 | VCL: clean up disconnect_session debug output. |  Dave Wallace | 1 | -14/+25 |
2017-11-12 | VCL/LDPRELOAD: Fix out-of-bounds access and inequality comparison coverity er... |  Steven | 2 | -56/+47 |
2017-11-10 | VCL: Fix accept state machine, EPOLLET logic. |  Dave Wallace | 2 | -178/+258 |
2017-11-10 | VCL-LDPRELOAD: Fix epoll_pwait timeout. |  Dave Wallace | 2 | -12/+17 |
2017-11-09 | VCL: Set debug output level from env var |  Dave Wallace | 2 | -35/+60 |