Age | Commit message (Expand) | Author | Files | Lines |
2018-09-22 | vcl: remove vcl_event |  Florin Coras | 8 | -1062/+0 |
2018-09-20 | session/svm: add want_tx_event flag to fifo |  Florin Coras | 4 | -30/+22 |
2018-09-14 | vcl: keep track of unexpected events |  Florin Coras | 4 | -252/+299 |
2018-09-12 | vcl: add apis that expos fifo as buffer |  Florin Coras | 6 | -53/+263 |
2018-09-12 | vcl: improve read and fifo event handling |  Florin Coras | 3 | -16/+19 |
2018-09-11 | remove libvlib from libvlibmemoryclient libs |  Matthew Smith | 1 | -1/+1 |
2018-09-10 | session: lock app worker mq for io events |  Florin Coras | 3 | -72/+104 |
2018-09-08 | vcl: set worker pthread stop key |  Florin Coras | 3 | -1/+11 |
2018-09-08 | vcl: register workers in order |  Florin Coras | 4 | -5/+19 |
2018-09-07 | vcl: refactor test client to support workers |  Florin Coras | 7 | -639/+588 |
2018-09-06 | vcl/session/svm: fix coverity warnings |  Florin Coras | 1 | -1/+8 |
2018-09-06 | session: support multiple worker binds |  Florin Coras | 5 | -33/+59 |
2018-09-04 | vcl: refactor test apps to use multiple workers |  Florin Coras | 3 | -324/+344 |
2018-09-02 | Switch to cmake |  Damjan Marion | 1 | -0/+9 |
2018-08-30 | vcl: add support for multi-worker apps |  Florin Coras | 8 | -594/+905 |
2018-08-28 | cmake: don't install some test executable |  Damjan Marion | 1 | -1/+2 |
2018-08-28 | vcl: remove session locks |  Florin Coras | 3 | -318/+143 |
2018-08-28 | vcl/session: use mq for bind replies |  Florin Coras | 2 | -57/+63 |
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 |