Age | Commit message (Expand) | Author | Files | Lines |
2018-02-19 | VCL: config api prefix using env var. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -21/+94 |
2018-02-16 | VPP modified some state checking logic | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 1 | -72/+72 |
2018-02-08 | VCL: remove vrf from vppcom api. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -18/+7 |
2018-02-06 | VCL: Fix type in trace output. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -2/+2 |
2018-02-05 | session: segment manager refactor | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -6/+11 |
2018-01-29 | vcl: fix VPPCOM_ATTR_GET_LIBC_EPFD elog | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -10/+4 |
2018-01-25 | session: add support for memfd segments | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -2/+1 |
2018-01-25 | Event log entries for VCL | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 1 | -1/+258 |
2018-01-20 | VCL/LD_PRELOAD: Fix unfiltered debug output. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -3/+4 |
2018-01-19 | Elog entries for VCL | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 1 | -2/+225 |
2018-01-18 | Event log entries for VCL | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 1 | -1/+300 |
2018-01-17 | LD_PRELOAD: stateless LDP | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -278/+906 |
2018-01-17 | ELOG additions for VCL | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 1 | -41/+148 |
2018-01-09 | VCL eventlog - track create/delete | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 1 | -0/+199 |
2018-01-09 | api: refactor vlibmemory | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -17/+14 |
2018-01-06 | Initial structure for VCL event logging. | ![](//seccdn.libravatar.org/avatar/5e4320b1cd07fde01941d11c188ff416?s=13&d=retro) Keith Burns (alagalah) | 1 | -6/+84 |
2017-12-15 | VCL-LDPRELOAD: Fix Coverity Warning CID 178776 | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -2/+2 |
2017-12-14 | session: cleanup attach flags | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -4/+5 |
2017-12-11 | vcl: fix session preallocation | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -0/+2 |
2017-11-30 | VCL: add vpp api q length to config file. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -2/+22 |
2017-11-29 | VCL: drain the vpp app event queue. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -0/+13 |
2017-11-27 | vcl: fix session handle in accept reply | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -3/+3 |
2017-11-25 | VCL: include vpp context in accept session reply msg. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -17/+41 |
2017-11-25 | VCL: improve debug output | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -192/+288 |
2017-11-22 | VCL: remove bogus ASSERT(). | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -2/+0 |
2017-11-21 | VCL: close-on-empty state transition refactoring. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -660/+758 |
2017-11-20 | VCL: Update lcl addr/port from connect session reply msg. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -0/+4 |
2017-11-17 | vppcom: improve listener session handling | ![](//seccdn.libravatar.org/avatar/2d46909386737c03b3e828d235494c22?s=13&d=retro) Florin Coras | 1 | -40/+90 |
2017-11-14 | VCL-LDPRELOAD: add sendfile/sendfile64 implementation. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -45/+79 |
2017-11-11 | VCL: clean up disconnect_session debug output. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -14/+25 |
2017-11-12 | VCL/LDPRELOAD: Fix out-of-bounds access and inequality comparison coverity er... | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 1 | -1/+1 |
2017-11-10 | VCL: Fix accept state machine, EPOLLET logic. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -178/+257 |
2017-11-09 | VCL: Set debug output level from env var | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -35/+59 |
2017-11-07 | VCL: Fix error handling during heap alloc | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -13/+24 |
2017-11-07 | VCL: handle process fork. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -268/+223 |
2017-11-06 | VCL_LDPRELOAD: mixed libc/vcl epoll fd's | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -28/+32 |
2017-11-02 | VCL: application proxy configuration | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -88/+143 |
2017-10-26 | VCL: refactor session close / disconnect. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -66/+60 |
2017-10-26 | VCL-LDPRELOAD: Fix more coverity warnings | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -6/+9 |
2017-10-26 | VCL-LDPRELOAD: Fix CID 178251 & CID 178253 | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -9/+19 |
2017-10-26 | VCL: add session namespace support. | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -6/+120 |
2017-10-25 | VCL: Return data for recvfrom(MSG_PEEK) | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 1 | -11/+23 |
2017-10-25 | VCL/LDPRELOAD: Add support for getsockopt, sendto, and recvfrom | ![](//seccdn.libravatar.org/avatar/562b0682c4c313d1b55cd0c572cca6a6?s=13&d=retro) Steven | 1 | -21/+103 |
2017-10-24 | VCL-LDPRELOAD: statically link vppcom into libvcl-ldpreload.so | ![](//seccdn.libravatar.org/avatar/155300a2ed9c459f8e0eff769ac52aa8?s=13&d=retro) Dave Wallace | 1 | -0/+3258 |