Age | Commit message (Expand) | Author | Files | Lines |
2018-08-26 | cmake: add add_vpp_library and add_vpp_executable macros |  Damjan Marion | 1 | -11/+8 |
2018-08-25 | cmake: add more headers to the install list |  Damjan Marion | 1 | -0/+6 |
2018-08-25 | vcl: remove unused binary api handlers |  Florin Coras | 2 | -296/+73 |
2018-08-24 | session: add support for multiple app workers |  Florin Coras | 1 | -1/+1 |
2018-08-17 | CMake as an alternative to autotools (experimental) |  Damjan Marion | 1 | -0/+53 |
2018-08-17 | vcl: unset fifo events only in read/write |  Florin Coras | 1 | -57/+21 |
2018-08-10 | vcl: support for eventfd mq signaling |  Florin Coras | 8 | -599/+1063 |
2018-08-02 | vcl: fix debug messages output before heap cfg |  Florin Coras | 1 | -5/+7 |
2018-07-31 | vcl: add read/write udp support |  Florin Coras | 5 | -72/+111 |
2018-07-27 | vcl: use events for epoll/select/read/write |  Florin Coras | 10 | -695/+1023 |
2018-07-18 | Add config option to use dlmalloc instead of mheap |  Dave Barach | 4 | -8/+8 |
2018-07-17 | session: use msg queue for events |  Florin Coras | 3 | -20/+19 |
2018-06-28 | vcl: move binary api and cfg to separate files |  Florin Coras | 5 | -1951/+2077 |
2018-06-28 | vcl: refactor vcl session |  Florin Coras | 1 | -189/+185 |
2018-06-27 | vcl: refactor debugging |  Florin Coras | 2 | -1800/+755 |
2018-06-25 | VCL: Refactor VCL test (part 1) |  Dave Wallace | 5 | -322/+2161 |
2018-06-19 | VCL: Fix session peer and local addresses |  Dave Wallace | 1 | -6/+20 |
2018-06-19 | VCL: refactor async & spinlocks |  Dave Wallace | 5 | -544/+577 |
2018-05-31 | fix socket send() return size check |  qchang | 1 | -1/+1 |
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 |