index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
frrscript.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Create encoders for int and rename stuff
Donald Lee
2023-11-21
1
-3
/
+4
*
lib: Add more Lua types to encoder/decoder
Donald Lee
2023-11-21
1
-0
/
+1
*
lib: Add polymorphic noop macro
Donald Lee
2023-11-21
1
-7
/
+6
*
lib: Do not use time_t as a special Lua encoder/decoder
Donatas Abraitis
2023-08-01
1
-2
/
+0
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
lib: Forward declaration of a struct does not need to have data type
Donald Sharp
2023-01-26
1
-1
/
+1
*
lib: Free some memory in scripting subsystem at shutdown
Donald Sharp
2022-10-12
1
-0
/
+5
*
lib: Add frrscript names hash
Donald Lee
2021-10-19
1
-0
/
+30
*
lib: Register encoders/decoders for dplane hook
Donald Lee
2021-10-19
1
-2
/
+21
*
lib: Enable consecutive frrscript_call
Donald Lee
2021-08-10
1
-2
/
+14
*
lib: Add parens around macro args
Donald Lee
2021-07-28
1
-5
/
+5
*
bgpd: Comment for included
Donald Lee
2021-07-26
1
-1
/
+1
*
lib: Rename decode_int
Donald Lee
2021-07-23
1
-1
/
+1
*
lib: parens around macro args
Donald Lee
2021-07-23
1
-4
/
+4
*
lib: formatting
Donald Lee
2021-07-23
1
-1
/
+1
*
lib: Comment on how macro works
Donald Lee
2021-07-23
1
-0
/
+14
*
lib: formatting
Donald Lee
2021-07-19
1
-29
/
+30
*
lib: Comment functions
Donald Lee
2021-07-18
1
-17
/
+30
*
lib: Add int encoder/decoder
Donald Lee
2021-07-18
1
-0
/
+2
*
lib: Remove ../ include
Donald Lee
2021-07-18
1
-1
/
+1
*
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
-27
/
+25
*
lib: format macro slashes
Donald Lee
2021-07-18
1
-25
/
+27
*
lib: Add frrscript_get_result
Donald Lee
2021-07-18
1
-2
/
+3
*
lib: frrscript_call check name before decode
Donald Lee
2021-07-18
1
-1
/
+6
*
lib: update frrscript unload
Donald Lee
2021-07-18
1
-1
/
+0
*
lib: Change frrscript_call to call function instead
Donald Lee
2021-07-18
1
-17
/
+30
*
lib: create new frrscript_new
Donald Lee
2021-07-18
1
-2
/
+7
*
lib: Change frrscript to hold many Lua states
Donald Lee
2021-07-18
1
-2
/
+19
*
lib: add comments for functions
Donald Lee
2021-06-25
1
-3
/
+19
*
lib: Use noop decoder for bgp_script values
Donald Lee
2021-06-21
1
-2
/
+5
*
bgpd: Update bgp_script encoders and decoders
Donald Lee
2021-06-21
1
-2
/
+6
*
lib: Add decoder functions
Donald Lee
2021-06-21
1
-2
/
+12
*
lib: Add basic encoders
Donald Lee
2021-06-21
1
-2
/
+12
*
lib: make frrscript_call encode args based on type
Donald Lee
2021-06-21
1
-2
/
+27
*
lib: add support for scripts directory
Quentin Young
2020-12-02
1
-3
/
+4
*
build: HAVE_LUA -> HAVE_SCRIPTING
Quentin Young
2020-12-02
1
-0
/
+6
*
lib: add ability to decode from lua scripts
Quentin Young
2020-12-02
1
-33
/
+47
*
lib: change encoder_func signature
Quentin Young
2020-12-02
1
-1
/
+1
*
lib: cleanup / refactor scripting foo
Quentin Young
2020-12-02
1
-1
/
+2
*
lib: allow passing arguments to scripts
Quentin Young
2020-12-02
1
-0
/
+31
*
lib: make encoder type a typedef
Quentin Young
2020-12-02
1
-2
/
+3
*
lib: start adding generic scripting stuff
Quentin Young
2020-12-02
1
-0
/
+84