aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2018-11-29API: Add support for type aliasesOle Troan5-23/+87
2018-11-29VPP-1508: vpp_transport_socket.py fix importPaul Vinciguerra1-1/+4
2018-11-28vpp_papi: Reserved keywords.Paul Vinciguerra2-3/+3
2018-11-28vpp_papi: Use new style classes.Paul Vinciguerra6-13/+13
2018-11-26stats: Remove unneeded dependencies in stat_clientOle Troan2-7/+21
2018-11-26vapi: break if parsing progress cannot be madeKlement Sekera1-0/+1
2018-11-22stat_client issues while running parallel tests.Paul Vinciguerra4-52/+162
2018-11-07Unresolved symbols in libvapiclientNeale Ranns1-0/+1
2018-11-05Provide return value for PAPI disconnect()Igor Mikhailov (imichail)2-1/+3
2018-11-05Alter logging semantics for VPP PAPI objectIgor Mikhailov (imichail)1-1/+1
2018-10-23c11 safe string handling supportDave Barach4-13/+14
2018-10-22PAPI: Add support for format/unformat functions.Ole Troan5-12/+247
2018-10-22stats: Add wrapper for vec_freeOle Troan3-0/+8
2018-10-18PAPI: Expose API enums to tests / applicationsOle Troan2-16/+43
2018-10-16PAPI: Add bool type support in vppapigen.Ole Troan1-0/+2
2018-10-16PAPI: Add timeout support for socket transportOle Troan1-3/+6
2018-10-09API: Spurious timeouts from timeout thread.Ole Troan1-13/+27
2018-10-03stat_client.c coverity error.Ole Troan1-2/+0
2018-10-02VPP-1440: clean up coverity warningsDave Barach1-0/+4
2018-10-02Stats: vpp_prometheus_export fixes.Ole Troan1-0/+4
2018-10-02PAPI: Use UNIX domain sockets instead of shared memoryOle Troan5-111/+332
2018-09-27Trivial: Cleanup some typos.Paul Vinciguerra1-1/+1
2018-09-27IPIP and IPv6 fragmentationOle Troan1-1/+2
2018-09-18STATS: Optimistic concurrency handling in Python library.Ole Troan1-4/+24
2018-09-18STATS: Add Python 3 support to vpp_stats.py.Ole Troan2-4/+4
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan5-264/+270
2018-09-11vapi: support VLAs in typedefsKlement Sekera2-28/+96
2018-09-07cmake: set packaging component for different filesDamjan Marion1-2/+11
2018-09-07VPP-API: Cancel timeout thread without sending READ_TIMEOUT message.Ole Troan1-8/+6
2018-09-07PAPI: Unpack embedded types with variable length arrays.Ole Troan3-36/+97
2018-09-03vapi: init clib mem heap on connect if neededKlement Sekera1-0/+4
2018-09-02STATS: Python binding to access VPP statistics and counters.Ole Troan4-8/+187
2018-09-02Switch to cmakeDamjan Marion2-97/+0
2018-08-30cmake: missing dependenciesDamjan Marion1-2/+2
2018-08-30cmake: a bit of packaging workDamjan Marion1-0/+1
2018-08-29STATS: stat_client updates.Ole Troan4-3/+447
2018-08-28VAPI: bugfixesKlement Sekera1-12/+8
2018-08-28cmake: add python apiDamjan Marion2-0/+33
2018-08-27VAPI: support enums & unionsKlement Sekera3-154/+283
2018-08-27cmake: Fix VAPI .hpp generationMohsin Kazmi2-2/+2
2018-08-27cmake: fix clang build and few minor fixesDamjan Marion1-1/+2
2018-08-27cmake: add vapi buildDamjan Marion5-12/+104
2018-08-26cmake: add add_vpp_library and add_vpp_executable macrosDamjan Marion1-4/+5
2018-08-25cmake: add more headers to the install listDamjan Marion1-0/+4
2018-08-23CSIT-1139: Implement parallel test executionjuraj.linkes1-1/+1
2018-08-20CMakeLists file for vpp-apiNeale Ranns1-0/+24
2018-08-16Edit some warning messages in vpp-api clientOndrej Fabry1-2/+2
2018-08-10Use IP address types on UDP encap APINeale Ranns1-1/+0
2018-08-09PAPI: Python 3.7 uses async keyword.Ole Troan1-11/+11
2018-08-09Fix "Old Style VLA" build warningsJuraj Sloboda1-0/+1