summaryrefslogtreecommitdiffstats
path: root/tools/coccinelle (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Use route_map_result_t for route_map_apply() as return typeDonatas Abraitis2022-09-201-0/+15
* Merge pull request #11177 from opensourcerouting/fix/memset_memcpyDonald Sharp2022-05-131-0/+21
|\
| * tools: Add coccinelle script to catch memset/memcpy wrong usageDonatas Abraitis2022-05-111-0/+21
* | tools: Catch more argv_find() when not checked properlyDonatas Abraitis2022-05-121-0/+7
|/
* tools: Check against capital first in JSON keysDonatas Abraitis2022-02-031-0/+2
* tools: Catch JSON keys with whitespacesDonatas Abraitis2022-02-031-0/+17
* tools: Handle new lines for json_object_to_json_string_ext()Donatas Abraitis2022-01-311-1/+2
* Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov2021-11-291-0/+9
|\
| * tools: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-0/+9
* | tools: Replace prefix2str for JSON to %pFXDonatas Abraitis2021-11-252-0/+16
|/
* tools: Add coccinelle script to replace inet_ntop inside JSONDonatas Abraitis2021-11-181-0/+19
* tools: Catch double pointer of struct thread towards thread_add_*Donatas Abraitis2021-10-071-0/+35
* tools: Add coccinelle script to catch thread to NULL assignmentsDonatas Abraitis2021-10-041-0/+9
* tools: Add coccinelle script to catch \n or \r at the end of zlog_*Donatas Abraitis2021-09-271-0/+20
* tools: Add coccinelle script for hash compare functions NULL valuesDonatas Abraitis2021-07-131-0/+20
* tools: Add coccinelle script for checking against XMALLOC/XCALLOC NULLsDonatas Abraitis2021-06-291-0/+17
* tools: add cocci patch for thread cancel api changesMark Stapp2020-10-232-0/+82
* tools: Catch argv_find() cases when testing only the indexDonatas Abraitis2020-07-021-0/+16
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-0/+298
* tools: Add coccinelle script to catch typecasts to same typeDonatas Abraitis2020-04-081-0/+7
* tools: Add coccinelle script to catch typecasts to larger sizesDonatas Abraitis2020-04-071-0/+20
* tools: Convert type int functions to bool where possibleDonatas Abraitis2020-03-211-0/+24
* tools: Move scripts/coccinelle to tools/coccinelleDonatas Abraitis2020-03-1011-0/+157
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-6/+6
* lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-031-0/+23
* *: fix ctype (isalpha & co.) castsDavid Lamparter2019-08-061-0/+11
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-0/+76
* tools: add coccinelle spatchesQuentin Young2019-02-2630-0/+2625