summaryrefslogtreecommitdiff
path: root/lib/frrlua.h
AgeCommit message (Expand)Author
2024-08-28lib: Add a helper function to dump Lua stackDonatas Abraitis
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-07-26lib: Add new MTYPE for script resultsDonald Lee
2021-07-24lib: Rename decode_intDonald Lee
2021-07-24lib: comment typoDonald Lee
2021-07-18lib: Add int encoder/decoderDonald Lee
2021-06-22lib: Add lua noop decoderDonald Lee
2021-06-22lib: Add decoder functionsDonald Lee
2021-01-25lib: Wrapper a function to make gcc-10 happyDonald Sharp
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: 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-05-10build: fix Lua buildQuentin Young