index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
frrscript.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Add polymorphic noop macro
Donald Lee
2023-11-21
1
-0
/
+2
*
lib: Do not use time_t as a special Lua encoder/decoder
Donatas Abraitis
2023-08-01
1
-3
/
+0
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-4
/
+2
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
lib: Free some memory in scripting subsystem at shutdown
Donald Sharp
2022-10-12
1
-9
/
+19
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-2
/
+2
*
bgpd: Do not print .lua extension twice
Donatas Abraitis
2022-03-29
1
-3
/
+3
*
lib: Return Null when we have an empty string for script name
Donald Sharp
2021-11-01
1
-0
/
+4
*
Merge pull request #9440 from dlqs/dplanehook2
Quentin Young
2021-10-26
1
-0
/
+86
|
\
|
*
lib: Add frrscript names hash
Donald Lee
2021-10-19
1
-0
/
+86
*
|
lib: fix spelling nits in more lib files
ewlumpkin
2021-10-05
1
-1
/
+1
|
/
*
lib: Enable consecutive frrscript_call
Donald Lee
2021-08-10
1
-1
/
+4
*
lib: Fix dead code from lua_dofile
Donald Lee
2021-08-03
1
-32
/
+4
*
lib: Fix condition for snprintf
Donald Lee
2021-07-28
1
-1
/
+1
*
lib: formatting
Donald Lee
2021-07-26
1
-1
/
+2
*
lib: zlog err in error cases during lua loading
Donald Lee
2021-07-23
1
-2
/
+9
*
lib: Use negative indices and add comments
Donald Lee
2021-07-23
1
-3
/
+12
*
lib: Cap script_name length
Donald Lee
2021-07-23
1
-3
/
+8
*
lib: formatting
Donald Lee
2021-07-19
1
-3
/
+4
*
lib: Rename frrscript_unload to delete
Donald Lee
2021-07-18
1
-1
/
+1
*
lib: standardize zlog error messages
Donald Lee
2021-07-18
1
-15
/
+22
*
lib: frrscript unload deallocates Lua function
Donald Lee
2021-07-18
1
-3
/
+5
*
lib: Add frrscript_get_result
Donald Lee
2021-07-18
1
-9
/
+18
*
lib: update frrscript unload
Donald Lee
2021-07-18
1
-4
/
+0
*
lib: Change frrscript_call to call function instead
Donald Lee
2021-07-18
1
-13
/
+29
*
lib: create new frrscript_new
Donald Lee
2021-07-18
1
-14
/
+34
*
lib: Change frrscript to hold many Lua states
Donald Lee
2021-07-18
1
-0
/
+34
*
lib: make frrscript_call encode args based on type
Donald Lee
2021-06-21
1
-17
/
+1
*
lib: Wrapper a function to make gcc-10 happy
Donald Sharp
2021-01-25
1
-1
/
+1
*
lib: Prevent possible memory overwrite
Donald Sharp
2021-01-25
1
-1
/
+1
*
lib: remove extraneous scripting debugs
Quentin Young
2020-12-02
1
-5
/
+0
*
lib: add support for scripts directory
Quentin Young
2020-12-02
1
-2
/
+5
*
build: HAVE_LUA -> HAVE_SCRIPTING
Quentin Young
2020-12-02
1
-1
/
+6
*
lib: use appropriate MTYPE for scripts
Quentin Young
2020-12-02
1
-9
/
+16
*
lib: add ability to decode from lua scripts
Quentin Young
2020-12-02
1
-72
/
+102
*
lib: add more type encoders, register existings
Quentin Young
2020-12-02
1
-0
/
+6
*
lib: cleanup / refactor scripting foo
Quentin Young
2020-12-02
1
-4
/
+3
*
lib: better load-time error handling for scripts
Quentin Young
2020-12-02
1
-7
/
+11
*
lib: close lua state when destroying script
Quentin Young
2020-12-02
1
-0
/
+1
*
lib: add better script error handling
Quentin Young
2020-12-02
1
-6
/
+35
*
lib: export zlog functions to scripts
Quentin Young
2020-12-02
1
-0
/
+1
*
lib: allow passing arguments to scripts
Quentin Young
2020-12-02
1
-6
/
+65
*
lib: fix hash issues in scripting foo
Quentin Young
2020-12-02
1
-8
/
+8
*
lib: make encoder type a typedef
Quentin Young
2020-12-02
1
-2
/
+2
*
lib: start adding generic scripting stuff
Quentin Young
2020-12-02
1
-0
/
+133