Age | Commit message (Expand) | Author | Files | Lines |
2021-01-20 | vlib: fix build with musl |  Nathan Moos | 1 | -0/+1 |
2020-12-28 | vlib: add missing file template descriptions |  Paul Vinciguerra | 1 | -0/+2 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 3 | -13/+13 |
2020-10-21 | svm: fix ASAN annotations for external chunks |  Benoît Ganne | 1 | -0/+5 |
2020-09-30 | svm: harmonize ssvm names |  Florin Coras | 2 | -3/+3 |
2020-08-18 | api: retry sending fd on EAGAIN |  Florin Coras | 1 | -1/+2 |
2020-07-19 | api: call api reaper callbacks for socket clients |  Dave Barach | 2 | -5/+7 |
2020-06-17 | docs: add more FEATURE.yaml documentation |  Dave Barach | 1 | -0/+13 |
2020-05-27 | dhcp: vat support for the dhcp_client_dump API |  Dave Barach | 2 | -0/+12 |
2020-05-25 | api: add new stream message convention |  Ole Troan | 1 | -0/+22 |
2020-05-15 | misc: removed executable bits from source files |  Ray Kinsella | 1 | -0/+0 |
2020-05-12 | api: use malloc for rx thread arg instead of heap |  Florin Coras | 1 | -2/+2 |
2020-04-22 | api: 'api trace' CLI consumes a line of input |  Neale Ranns | 1 | -16/+22 |
2020-04-22 | misc: asan: do not poison memory after munmap() |  Benoît Ganne | 1 | -5/+0 |
2020-02-12 | api: do not truncate api dump file size |  Benoît Ganne | 1 | -1/+1 |
2020-02-11 | misc: fix coverity warnings |  Dave Barach | 1 | -2/+4 |
2020-02-05 | api: fix vl_api_clnt_node process stack overflow |  Chenmin Sun | 1 | -0/+1 |
2020-01-23 | api: mark api_trace_command_fn thread-safe |  Dave Barach | 1 | -1/+20 |
2019-12-17 | misc: address sanitizer: fix instrumentation |  Benoît Ganne | 1 | -0/+8 |
2019-12-12 | vcl: fix disconnect from binary api |  Florin Coras | 1 | -1/+1 |
2019-12-11 | vcl: separate binary api connections per thread worker |  Florin Coras | 1 | -4/+27 |
2019-12-11 | api: Use vl_msg_push/pop_heap |  Nathan Skrzypczak | 3 | -55/+26 |
2019-12-10 | api: pass api and client main to rx thread |  Florin Coras | 2 | -1/+28 |
2019-12-10 | api: multiple connections per process |  Dave Barach | 8 | -88/+105 |
2019-12-09 | api: fix sock reg passing on read event |  Florin Coras | 3 | -26/+24 |
2019-12-07 | vlib: use explicit types in api |  Ole Troan | 1 | -1/+1 |
2019-12-06 | api: avoid swapping vlib_rp before barrier sync |  Florin Coras | 3 | -61/+46 |
2019-12-06 | api: fix free socket process args |  Florin Coras | 1 | -0/+1 |
2019-12-06 | api: multiple socket connections per single process |  Florin Coras | 2 | -31/+164 |
2019-11-27 | misc: add address sanitizer heap instrumentation |  Benoît Ganne | 3 | -5/+27 |
2019-11-18 | api: configurable binary api client rx pthread fcn |  Dave Barach | 2 | -19/+39 |
2019-11-07 | api: fix dead client scan heap issue |  Nathan Skrzypczak | 1 | -0/+4 |
2019-10-25 | dhcp: fix crash on unicast renewal send |  Neale Ranns | 1 | -0/+1 |
2019-10-09 | api: comment, simplify and fix api socket read |  Vratko Polak | 1 | -48/+80 |
2019-10-08 | api: add bapi thread handle to api main structure. |  IJsbrand Wijnands | 1 | -1/+9 |
2019-10-02 | vlib: improve summary vector-rate statistics |  Dave Barach | 1 | -1/+1 |
2019-09-30 | api: fix use-after-free |  Benoît Ganne | 1 | -3/+3 |
2019-09-16 | api: autogenerate api trace print/endian |  Ole Troan | 1 | -1/+2 |
2019-09-04 | api: memclnt api use string type. |  Ole Troan | 1 | -6/+6 |
2019-08-27 | api: revert use string type for strings in memclnt.api |  Ole Troan | 6 | -35/+28 |
2019-08-27 | api: use string type for strings in memclnt.api |  Ole Troan | 6 | -28/+35 |
2019-08-20 | vppapigen: remove support for legacy typedefs |  Paul Vinciguerra | 1 | -1/+1 |
2019-08-08 | api: vppapitrace JSON/API trace converter |  Ole Troan | 3 | -56/+38 |
2019-08-08 | api: api socket respect unix runtime directory |  Ole Troan | 2 | -20/+12 |
2019-08-02 | vppinfra: Expose function setting __os_thread_index |  Nathan Skrzypczak | 1 | -20/+1 |
2019-07-24 | api: Disable tracing of memclnt_keepalive messages |  Dave Barach | 1 | -6/+11 |
2019-07-16 | api: enable binary API event logging in vat |  Dave Barach | 1 | -1/+22 |
2019-07-03 | api: remove garbage from sockclnt_create reply |  Vratko Polak | 3 | -2/+25 |
2019-06-14 | api: add mp-safe/barrier-sync indication to elogs |  Dave Barach | 1 | -0/+1 |
2019-06-12 | infra: fix minor memory leak in "api trace..." |  Dave Barach | 1 | -5/+8 |