summaryrefslogtreecommitdiff
path: root/lib/frrlua.c
AgeCommit message (Expand)Author
2023-11-20lib: Update int and ll decoders with new MTYPEDonald Lee
2023-11-20lib: Create encoders for int and rename stuffDonald Lee
2023-11-20lib: Remove old noop decodersDonald Lee
2023-08-01lib: Do not use time_t as a special Lua encoder/decoderDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-10-20lib: Add encoder/decoder for nexthop/nexthop groupDonald Lee
2021-10-20lib: Add encoders/decoders for ipaddr/ethaddrDonald Lee
2021-08-10lib: Remove extraneous bracesDonald Lee
2021-08-09lib: check return on str2sockunionDonald Lee
2021-08-07lib: Fix coverity warning of return valueanlan_cs
2021-07-26lib: Add new MTYPE for script resultsDonald Lee
2021-07-24lib: Rename decode_intDonald Lee
2021-07-18lib: Add int encoder/decoderDonald Lee
2021-06-25lib: add comments for functionsDonald Lee
2021-06-23lib: Pop tables off Lua stack when decodingDonald Lee
2021-06-22lib: Add lua noop decoderDonald Lee
2021-06-22lib: Add decoder functionsDonald Lee
2021-01-19lib: Fix up str2prefix usage in lua codeDonald Sharp
2020-12-01lib: remove extraneous scripting debugsQuentin Young
2020-12-01lib: use PREFIX_STRLEN in prefix encoderQuentin Young
2020-12-01build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young
2020-12-01lib: add ability to decode from lua scriptsQuentin Young
2020-12-01lib: add more type encoders, register existingsQuentin Young
2020-12-01lib: change encoder_func signatureQuentin Young
2020-12-01lib: add more type encoder funcsQuentin Young
2020-12-01lib: cleanup / refactor scripting fooQuentin Young
2020-12-01lib: encode plen when passing prefixes to scriptsQuentin Young
2020-12-01lib: update script encoder signaturesQuentin Young
2020-12-01lib: start adding generic scripting stuffQuentin Young
2020-12-01lib: add Lua stack dumperQuentin Young
2020-12-01lib: move bgp routemap stuff out of frrlua.[ch]Quentin Young
2020-12-01lib: remove frrlua_initializeQuentin Young
2020-12-01lib: allow exporting all logging functions to LuaQuentin Young
2020-12-01lib: add interface -> table encoderQuentin Young
2020-12-01lib: clean up frrlua.[ch]Quentin Young
2020-03-25*: use the current project name (FRRouting)Lou Berger
2019-06-13*: config.h or zebra.h is the first #includeDavid Lamparter
2019-05-10build: fix Lua buildQuentin Young