hs-test: fixed timed out tests passing in the CI
[vpp.git] / src / vpp-api / python / vpp_papi /
2024-03-26 Tom Jonestests: Add a socket timeout 65/40565/6
2024-03-26 Tom Jonespapi: Use CMSG_SPACE for sizing ancillary buffer space 64/40564/5
2024-03-13 Klement Sekerapapi: use correct size for fixed length strings 04/40504/2
2024-01-29 Ole Troanapi: provide api definition over api 45/40245/7
2024-01-23 Vratko Polakpapi: support old style of providing apidir 31/40231/2
2024-01-18 Maxime Peimtests: preload api files 71/39871/11
2023-08-16 Dave Wallacetests docs: update python3 venv packages 85/39385/5
2023-03-21 Ole Troanpapi: vla list of fixed strings 66/37766/6
2022-12-12 Pim van Peltpapi: fix VPP_API_DIR 92/37792/1
2022-12-07 Ole Troanpapi: export packed message structures 59/37759/4
2022-12-07 Ole Troantests: multiple apidir locations 36/37736/7
2022-12-07 Ole Troanpapi: fix async support for socket transport 58/37758/3
2022-06-01 Viktor Velichkinpapi: vpp_serializer.py - replace slow bytes() with... 08/36308/7
2022-05-10 Klement Sekeratests: replace pycodestyle with black 43/36043/15
2022-03-31 Damjan Marionstats: convert error counters to normal counters 40/35640/10
2021-08-31 Ole Troanstats: check epoch in python vpp_stats ls 27/33627/3
2021-07-12 Ole Troanpapi: remove shared memory transport 03/32203/5
2021-06-25 Arthur de Kerhorstats: reverts part of a fix on Python client 09/32909/2
2021-06-25 Arthur de Kerhorstats: fix race conditions in vpp-api stats client 97/32897/4
2021-05-21 Ole Troanstats: catch stat segment overrun in retry loop 13/32313/6
2021-05-04 Arthur de Kerhorstats: adding symlinks for nodes and interfaces in... 36/31636/18
2021-04-28 Ole Troanpapi: change default to use socket transport instead... 96/31996/6
2021-04-15 Tianyu Lipapi: fix ubuntu 1804 make test socket.close error 72/31972/5
2021-03-30 Ole Troanstats: python: handle when pattern is not list in ls 17/31817/3
2021-03-25 Ole Troanstats: python vpp_stats rewrite to access stat segment... 78/31678/12
2021-03-16 Klement Sekeraapi: allow specifying no timeout 53/31653/2
2021-03-15 Ole Troantests: use socket transport instead of shared memory 85/31485/10
2021-02-15 Paul Vinciguerrapapi: add method to retrieve field options 02/26702/8
2021-02-09 Paul Vinciguerrapapi: expose vpp_papi version to client 90/30490/8
2021-02-05 Paul Vinciguerrapapi: remove unused name from __all__ 49/30449/3
2020-12-19 Paul Vinciguerrapapi: remove import vpp_transport_socket 91/30491/1
2020-12-08 Paul Vinciguerrapapi: remove old client reference 38/30238/4
2020-12-04 Paul Vinciguerrapapi: add support for enumflag part 1 of 2 66/30266/4
2020-12-03 Paul Vinciguerrapapi: remove python2 patterns 40/30240/3
2020-12-03 Paul Vinciguerrapapi: allow client control over loggers 42/30242/2
2020-12-02 Paul Vinciguerrapapi: improve unit testability 08/30208/4
2020-12-02 Paul Vinciguerrapapi: fix copy/paste error 25/30225/2
2020-11-17 Paul Vinciguerrapapi: remove dependency on aenum 22/27022/3
2020-10-07 Ole Troanapi: add heap alloc to vpp stats 63/29163/2
2020-09-28 Ole Troanapi: remove clib_mem_init from vppapiclient contructor 14/29114/2
2020-08-13 Ole Troanstats: remove offsets on vpp side 17/28017/3
2020-08-11 Ole Troanpapi: allow unknown address family 92/27392/4
2020-05-25 Ole Troanapi: add new stream message convention 91/20191/15
2020-04-28 Paul Vinciguerratests: implement ipaddress convenience methods 32/26732/4
2019-12-19 Paul Vinciguerrapapi: lazily initialize stats client 03/23703/5
2019-12-05 Ole Troanpapi: add call stats 63/23663/3
2019-12-03 Paul Vinciguerrapapi: add a per-call _timeout option 40/23740/2
2019-11-27 Paul Vinciguerrapapi: fix typo in repr 44/23644/3
2019-11-24 Ole Troanpapi: fix papi default handling 19/23619/3
2019-11-24 Paul Vinciguerrapapi: add missing base types to serializer 17/23617/2
2019-11-24 Paul Vinciguerrapapi: add repr to packer types for troubleshooting 18/23618/1
2019-11-22 Ole Troanpapi: support default for type alias decaying to basetype 30/23530/7
2019-11-13 Paul Vinciguerrapapi: enhance MACAddress() equality 82/23382/3
2019-11-12 Ole Troanpapi: add wrapper to validate crc manifest 25/22725/7
2019-11-05 Renato Botelho do... misc: Fix python scripts shebang line 59/23159/5
2019-10-23 Ole Troanpapi: fix default handling 27/22927/3
2019-10-21 Ole Troanbier: tests support python3 84/22884/2
2019-10-18 Ole Troanipsec: make tests support python3 20/22820/2
2019-10-14 Vratko Polakpapi: fix socket sendall calls 99/22699/3
2019-10-11 Vratko Polakpapi: harden socket handling 72/22672/3
2019-10-09 Vratko Polakpapi: introduce read_blocking 25/21925/9
2019-09-25 Klement Sekerapapi: truncate long logger messages 65/22065/4
2019-09-19 Ole Troanapi: split vl_api_prefix into two 97/21997/8
2019-09-16 Ole Troanapi: autogenerate api trace print/endian 72/21772/11
2019-09-10 Vratko Polakpapi: let async calls return context 67/21867/4
2019-09-04 Ole Troanapi: memclnt api use string type. 82/21582/6
2019-09-03 Ole Troanapi: enforce vla is last and fixed string type 92/21492/12
2019-08-09 YohanPipereaustats: create /run/vpp before stat socket bind() 04/20004/9
2019-08-08 Ole Troanapi: vppapitrace JSON/API trace converter 32/20932/12
2019-08-08 Ole Troanapi: api socket respect unix runtime directory 00/21100/2
2019-07-31 Paul Vinciguerraapi papi: add alias for timestamp(datetime)/timedelta 01/20801/5
2019-07-24 Paul Vinciguerrapapi: add additional types to vpp_serializer 64/20464/5
2019-07-16 Vratko Polakpapi: use the injected logger wherever possible 60/20660/3
2019-07-12 Paul Vinciguerrapapi: fix vpp_format from change in vl_api_prefix_t 18/20618/2
2019-07-09 Paul Vinciguerrapapi: update VPPEnumType for python3 51/20551/2
2019-07-08 Paul Vinciguerramap gbp papi: match endianess of f64 81/19581/17
2019-07-01 Paul Vinciguerrapapi: refactor set_errors_str 11/20411/2
2019-06-26 Vratko Polakpapi: prevent message_table inconsistencies 66/20366/2
2019-06-26 Paul Vinciguerraapi: refactor format_vl_api_prefix_t return keys 11/20011/25
2019-06-25 Paul Vinciguerraapi: fix vac_read return codes 68/20268/6
2019-06-20 Paul Vinciguerramisc: papi - add __repr__ to FuncWrapper 48/20248/5
2019-06-18 Paul Vinciguerramisc: vpp_papi- add tests, clean up pep8 35/20035/4
2019-06-17 Paul Vinciguerramisc: vpp-api - add __repr__ to VPPApiClient. 61/20161/3
2019-06-14 Ole Troanstats: add version field to stat segment base header 27/20127/6
2019-06-12 Vratko Polakpapi: make socket disconnect more robust 91/20091/2
2019-06-07 Ole TroanAPI: Add support for "defaults" 46/19246/4
2019-06-07 Paul Vinciguerravpp_papi: Context_id allocator for running forked. 97/19997/2
2019-06-07 Paul Vinciguerravpp_papi: Fix format_vl_api_address_t under python3. 05/20005/2
2019-06-07 Paul Vinciguerravpp_papi: Accept ipaddress.Network objects on prefix_t... 13/20013/2
2019-06-07 Paul Vinciguerravpp_papi: Fix vapi.disconnect exception. 14/20014/2
2019-06-04 Ole Troanstats: removing empty object in stats vector 44/19944/2
2019-05-28 Vratko Polakpapi: avoid IOError on disconnect 44/19844/2
2019-05-23 Vratko Polakvpp_papi: Do not raise before find_api_dir() 36/19636/3
2019-05-22 Ole Troanstats: support multiple works for error counters 45/19645/8
2019-05-15 Paul Vinciguerravpp_papi: remove dependency on environment var. VPP_API... 52/18352/4
2019-05-10 Vratko Polakvpp_transport_socket: make connect more resilient 72/19472/5
2019-05-09 Vratko PolakImprove exceptions in vpp_transport_socket.py 52/19452/3
2019-05-09 Vratko PolakFix copypaste in vpp_papi/vpp_transport_socket.py 56/19456/1
2019-05-08 Paul VinciguerraFix Exception typo in vpp_papi/vpp_transport_socket.py. 26/19426/2
2019-05-07 Vratko PolakAllow repeated connects on PAPI socket transport 13/19413/2
next