summaryrefslogtreecommitdiffstats
path: root/lib/frrscript.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Wrapper a function to make gcc-10 happyDonald Sharp2021-01-251-1/+1
* lib: Prevent possible memory overwriteDonald Sharp2021-01-251-1/+1
* lib: remove extraneous scripting debugsQuentin Young2020-12-021-5/+0
* lib: add support for scripts directoryQuentin Young2020-12-021-2/+5
* build: HAVE_LUA -> HAVE_SCRIPTINGQuentin Young2020-12-021-1/+6
* lib: use appropriate MTYPE for scriptsQuentin Young2020-12-021-9/+16
* lib: add ability to decode from lua scriptsQuentin Young2020-12-021-72/+102
* lib: add more type encoders, register existingsQuentin Young2020-12-021-0/+6
* lib: cleanup / refactor scripting fooQuentin Young2020-12-021-4/+3
* lib: better load-time error handling for scriptsQuentin Young2020-12-021-7/+11
* lib: close lua state when destroying scriptQuentin Young2020-12-021-0/+1
* lib: add better script error handlingQuentin Young2020-12-021-6/+35
* lib: export zlog functions to scriptsQuentin Young2020-12-021-0/+1
* lib: allow passing arguments to scriptsQuentin Young2020-12-021-6/+65
* lib: fix hash issues in scripting fooQuentin Young2020-12-021-8/+8
* lib: make encoder type a typedefQuentin Young2020-12-021-2/+2
* lib: start adding generic scripting stuffQuentin Young2020-12-021-0/+133