vrrp: fix vrrp_garp_or_na_send()'s memory leak
[vpp.git] / src / vlibmemory /
2024-03-12 Damjan Marionmisc: remove GNU Indent directives 02/40502/5
2024-02-02 Florin Corasvlib api: move wrkr rpc flushing to vlib 84/40284/4
2024-01-29 Ole Troanapi: provide api definition over api 45/40245/7
2023-09-13 Dave Wallaceapi: fix vlibmemory coverity warning CID-300152 13/39413/2
2023-09-06 Vladislav Grishenkoapi: fix mp-safe mark for some messages and add more 25/38525/2
2023-07-06 Ondrej Fabryapi: memclnt - Mark old message versions as deprecated 48/38648/3
2023-04-20 Matthew Smithapi: fix trace_plugin_msg_ids segv in trace dump 10/38710/2
2023-01-27 Benoît Ganneapi: keep AddressSanitizer happy 53/38053/3
2023-01-27 Benoît Ganneapi: keep AddressSanitizer happy 49/38049/4
2023-01-04 Matthew Smithvapi: add vapi_stop_rx_thread() 57/37857/2
2022-12-07 Ole Troanapi: avoid sigpipe for unruly api client 56/37756/4
2022-09-29 Damjan Marionapi: deprecate vl_msg_api_set_handlers 88/36188/9
2022-09-26 Damjan Marionapi: replace print functions wth format 87/36187/10
2022-09-26 Damjan Marionapi: keep api common code in vlibapi 83/36183/10
2022-08-30 Andrew Yourtchenkovlib: fix coverity 274750, part 2 25/37025/2
2022-08-17 Andrew Yourtchenkovlib: fix coverity 274750 24/36924/2
2022-05-19 Damjan Marionapi: refactor api data storage 68/36168/7
2022-05-11 Andrew Yourtchenkoapi: revert the changes to atexit for shared memory... 24/36124/2
2022-05-02 Ole Troanvapi: support api clients within vpp process 11/35111/11
2022-04-15 Andrew Yourtchenkoapi: fix infinite loop in show api dump CLI 70/35970/2
2022-04-05 Damjan Marionvppinfra: refactor address sanitizer 86/35886/3
2022-04-04 Damjan Marionvppinfra: make _vec_len() read-only 82/35882/2
2022-03-23 Benoît Ganneapi: better segregate client and server code 58/35558/3
2022-03-16 Damjan Marionvpp: binary-api CLI weak linking workaround 85/35685/1
2022-03-04 Benoît Ganneapi: harden api trace parsing 82/34982/3
2022-03-01 Dave Wallacevat2: include src/vlibmemory/vlib.api messages 87/35487/2
2021-12-16 Neale Rannsapi: Fix reaper functions for socket clients 30/34730/2
2021-12-14 Klement Sekeraapi: verify message size on receipt 69/34569/4
2021-10-27 Benoît Ganneapi: fix buffer overflow in vl_msg_replay_json 33/34033/3
2021-10-18 Filip Tehlarinterface: add api test file 69/33269/9
2021-10-12 Florin Corasapi: cli coverity fixes 78/34078/4
2021-10-11 Filip Tehlarapi: set missing handlers 38/34038/3
2021-09-28 Filip Tehlarapi: API trace improvements 52/32652/27
2021-09-28 Ole Troanmisc: vpe.api messages dynamically allocated 56/33856/6
2021-09-27 Florin Corasmisc: api move continued 32/33732/10
2021-09-27 Florin Corasmisc: move part of vpe apis to vlibmemory 28/33728/20
2021-07-14 Xiaoming Jiangapi: fix memory error in multi-thread environment 89/33089/5
2021-06-22 Benoît Ganneapi: asan: use vec_set_len() so ASan can keep track... 35/32835/3
2021-06-16 Filip Tehlarapi: remove custom dump 28/32728/3
2021-05-26 Florin Corasapi: socket client connect set to blocking 28/32428/3
2021-03-26 Damjan Marionvlib: split vlib_main_t into global and per-thread 23/31623/10
2021-03-26 Damjan Marionvlib: introduce vlib_get_elog_main() 83/31783/4
2021-03-26 Damjan Marionvlib: introduce vlib_get_main_by_index(), vlib_get_n_th... 82/31782/4
2021-03-19 Andrew Yourtchenkoapi: Avoid the usage of the freed registration by the... 22/31622/4
2021-03-03 wanghanlinapi: fix crash when cf removed 79/31479/9
2021-01-20 Nathan Moosvlib: fix build with musl 86/30786/7
2020-12-28 Paul Vinciguerravlib: add missing file template descriptions 01/24601/6
2020-12-14 Damjan Marionmisc: move to new pool_foreach macros 96/30396/2
2020-10-21 Benoît Gannesvm: fix ASAN annotations for external chunks 52/29552/2
2020-09-30 Florin Corassvm: harmonize ssvm names 58/29158/5
2020-08-18 Florin Corasapi: retry sending fd on EAGAIN 29/28429/4
2020-07-19 Dave Barachapi: call api reaper callbacks for socket clients 70/27970/2
2020-06-17 Dave Barachdocs: add more FEATURE.yaml documentation 87/27587/1
2020-05-27 Dave Barachdhcp: vat support for the dhcp_client_dump API 75/27275/3
2020-05-25 Ole Troanapi: add new stream message convention 91/20191/15
2020-05-15 Ray Kinsellamisc: removed executable bits from source files 02/27102/2
2020-05-12 Florin Corasapi: use malloc for rx thread arg instead of heap 02/27002/6
2020-04-22 Neale Rannsapi: 'api trace' CLI consumes a line of input 46/26646/2
2020-04-22 Benoît Gannemisc: asan: do not poison memory after munmap() 39/26639/2
2020-02-12 Benoît Ganneapi: do not truncate api dump file size 73/24473/3
2020-02-11 Dave Barachmisc: fix coverity warnings 70/24970/2
2020-02-05 Chenmin Sunapi: fix vl_api_clnt_node process stack overflow 12/24312/2
2020-01-23 Dave Barachapi: mark api_trace_command_fn thread-safe 93/24493/1
2019-12-17 Benoît Gannemisc: address sanitizer: fix instrumentation 15/24015/2
2019-12-12 Florin Corasvcl: fix disconnect from binary api 73/23973/2
2019-12-11 Florin Corasvcl: separate binary api connections per thread worker 87/23687/15
2019-12-11 Nathan Skrzypczakapi: Use vl_msg_push/pop_heap 25/23625/9
2019-12-10 Florin Corasapi: pass api and client main to rx thread 95/23895/4
2019-12-10 Dave Barachapi: multiple connections per process 56/23656/6
2019-12-09 Florin Corasapi: fix sock reg passing on read event 60/23860/6
2019-12-07 Ole Troanvlib: use explicit types in api 47/23847/2
2019-12-06 Florin Corasapi: avoid swapping vlib_rp before barrier sync 59/23659/11
2019-12-06 Florin Corasapi: fix free socket process args 22/23822/3
2019-12-06 Florin Corasapi: multiple socket connections per single process 33/23633/7
2019-11-27 Benoît Gannemisc: add address sanitizer heap instrumentation 37/21937/10
2019-11-18 Dave Barachapi: configurable binary api client rx pthread fcn 27/23427/2
2019-11-07 Nathan Skrzypczakapi: fix dead client scan heap issue 17/23317/2
2019-10-25 Neale Rannsdhcp: fix crash on unicast renewal send 38/22738/7
2019-10-09 Vratko Polakapi: comment, simplify and fix api socket read 47/22547/4
2019-10-08 IJsbrand Wijnandsapi: add bapi thread handle to api main structure. 08/22608/1
2019-10-02 Dave Barachvlib: improve summary vector-rate statistics 53/22453/4
2019-09-30 Benoît Ganneapi: fix use-after-free 08/22408/3
2019-09-16 Ole Troanapi: autogenerate api trace print/endian 72/21772/11
2019-09-04 Ole Troanapi: memclnt api use string type. 82/21582/6
2019-08-27 Ole Troanapi: revert use string type for strings in memclnt.api 70/21570/5
2019-08-27 Ole Troanapi: use string type for strings in memclnt.api 50/21450/6
2019-08-20 Paul Vinciguerravppapigen: remove support for legacy typedefs 07/21207/6
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-08-02 Nathan Skrzypczakvppinfra: Expose function setting __os_thread_index 29/21029/3
2019-07-24 Dave Barachapi: Disable tracing of memclnt_keepalive messages 22/20822/2
2019-07-16 Dave Barachapi: enable binary API event logging in vat 72/20672/3
2019-07-03 Vratko Polakapi: remove garbage from sockclnt_create reply 01/20401/11
2019-06-14 Dave Barachapi: add mp-safe/barrier-sync indication to elogs 52/20152/1
2019-06-12 Dave Barachinfra: fix minor memory leak in "api trace..." 02/20102/2
2019-05-16 Dave Barachinit / exit function ordering 23/19623/4
2019-05-09 Florin Corasbapi: separate init shm reply from fd exchange 41/19441/3
2019-04-23 Ole TroanAPI: Python and Unix domain socket improvement 98/19098/5
2019-04-16 Ole TroanAPI: Handle pthread cond signal case where signal is... 01/18801/3
2019-04-10 Ole TroanAPI: Fix shared memory only action handlers. 85/18785/2
next