summaryrefslogtreecommitdiffstats
path: root/src/vpp-api
AgeCommit message (Expand)AuthorFilesLines
2019-07-08VPP-1718: fix dangling reference to stats seg directoryDave Barach1-0/+2
2019-04-29stats: Add version defines in stat_client.hOle Troan1-0/+3
2019-04-08GBP: drop and contract countersNeale Ranns1-1/+1
2019-03-22vppapigen: allow for enum size other than u32Andrew Yourtchenko1-3/+5
2019-03-20vpp_papi: Expose the list of field attributes to the client.Paul Vinciguerra1-0/+1
2019-03-19vpp_papi: specify encoding for .encode()/.decode()Paul Vinciguerra3-9/+10
2019-03-15Revert "API: Cleanup APIs interface.api"Ole Trøan1-1/+1
2019-03-15API: Cleanup APIs interface.apiJakub Grajciar1-1/+1
2019-03-11VPP-1486: stat segment file descriptor leakOle Troan1-0/+3
2019-03-07vpp_papi: Adjust aenum import for python3.Paul Vinciguerra2-4/+11
2019-03-07API: Add python2.7 support for enum flags via aenumOle Troan2-4/+8
2019-03-04test framework: add factory function and default parametersOle Troan1-0/+2
2019-02-28vpp_papi.py: Change VppEnum from explicit metaclass to metaclass wrapper/deco...Paul Vinciguerra1-4/+11
2019-02-28stats: Add interface name to sw_if_index as /if/namesOle Troan2-1/+24
2019-02-26vpp-papi: Only install enum34 for python<=3.4.Paul Vinciguerra1-14/+17
2019-01-17cmake: initial cross-compilation supportDamjan Marion1-1/+0
2019-01-06vpp-api: Add context to VPPStatsIOError.Paul Vinciguerra2-7/+29
2018-12-28vpp_papi: MACAddress equals fails in unittest.Paul Vinciguerra2-0/+21
2018-12-18VAPI/VOM: Removing legacy stats tests, add string type.Ole Troan2-0/+2
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan4-3/+67
2018-12-13API: Use string type instead of u8.Ole Troan3-17/+80
2018-12-13vapi: code cleanupKlement Sekera1-5/+4
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan4-220/+266
2018-12-10Python API: Use services to determine stream RPCOle Troan1-4/+11
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-2/+7
2018-12-06stat_client: Fix the type castingMohsin Kazmi2-7/+10
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan4-20/+39
2018-12-05stat-client: pass names as const stringsNeale Ranns2-4/+4
2018-11-29vpp_papi: Add custom exceptions.Paul Vinciguerra6-54/+121
2018-11-29vpp_papi: Fix: raise NotImplemented.Paul Vinciguerra1-1/+1
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