Linux Foundation Collaborative Projects
index
:
libappcontroller
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
octopus
pike
quillback
ricefish
sandbox/DDTLK/tests
sandbox/claneys/docs
sandbox/claneys/doxygen
sandbox/claneys/shared-lib
Application controller library
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctl-lib
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-13
More precise log message when loading a Lua file
Romain Forlot
3
-12
/
+15
2018-12-13
Fix: wrong legacy function signature
Romain Forlot
1
-1
/
+1
2018-12-13
Split loading JSON controller file.
Romain Forlot
2
-15
/
+18
2018-12-13
Release arguments once C function returned.
Romain Forlot
1
-1
/
+2
2018-12-13
Fix : typo introduced in a previous commit.
Romain Forlot
1
-1
/
+1
2018-12-13
Fixed character counting that was shortening paths
8000ff
1
-2
/
+2
2018-12-13
Keep json unmodified during action execution
Jonathan Aillet
1
-7
/
+12
2018-12-13
Use prefix variable to find controller's plugins
Romain Forlot
7
-61
/
+70
2018-12-13
Use binding version to set controller definitions
Jonathan Aillet
1
-5
/
+2
2018-12-13
ctl-lua: typo fix
Clément Bénier
1
-43
/
+43
2018-12-13
asynchronism for test: LockWait added
Clément Bénier
3
-8
/
+40
2018-12-13
Fix: plugin api assignement order
Romain Forlot
1
-2
/
+1
2018-12-13
Execute ConfigExec only if section is existing
Romain Forlot
1
-1
/
+1
2018-12-13
Always set the api member even if NULL.
Romain Forlot
1
-1
/
+2
2018-12-13
Ability to add a plugin after the initial load
Romain Forlot
1
-13
/
+56
2018-12-13
Be able to dispatch required api at the wanted time
Romain Forlot
2
-10
/
+28
2018-12-13
Change LUA package path at LUA interpreter load
Romain Forlot
1
-0
/
+33
2018-12-13
Don't load two times a plugin even for LUA
Romain Forlot
1
-12
/
+13
2018-12-13
Fixed hidden bound variable (apiHandle)
Sebastien Douheret
1
-10
/
+10
2018-12-13
Fixed null value when push Lua arguments
Sebastien Douheret
1
-13
/
+13
2018-12-13
Adjust to compile with incoming bindings v3
José Bollo
2
-7
/
+9
2018-12-13
Remove declaration to not existing functions
José Bollo
1
-3
/
+0
2018-12-13
Add 2 lua utilities function
Romain Forlot
1
-0
/
+50
2018-12-13
Fix a compilation issue due to modif of AFB_ReqSuccess
Jonathan Aillet
1
-4
/
+4
2018-12-13
Fixed crash due to call to json_object_put
Sebastien Douheret
1
-1
/
+0
2018-12-13
Fix segfault when printing long message from lua
Sebastien Douheret
1
-4
/
+6
2018-12-13
Fixed spelling of AFB_ReqSuccess
Sebastien Douheret
5
-6
/
+6
2018-12-13
Remove an unnecessary variable
Jonathan Aillet
1
-3
/
+1
2018-12-13
Make parsing of action loading non blocking
Jonathan Aillet
1
-1
/
+1
2018-12-13
Use an external file for app fw functions link
Jonathan Aillet
2
-120
/
+145
2018-12-13
Use macro to test request validity
Jonathan Aillet
1
-3
/
+3
2018-12-13
Fixed build warnings with gcc >= 7.3
Sebastien Douheret
4
-6
/
+6
2018-12-13
Increase lua script max message size
Jonathan Aillet
1
-1
/
+1
2018-12-13
Prevent lost of config file path when searching
Jonathan Aillet
1
-3
/
+7
2018-12-13
Correct way that api actions are handled in controller
Jonathan Aillet
1
-23
/
+25
2018-12-13
Handle more metadata in the controller.
Jonathan Aillet
2
-5
/
+9
2018-12-13
Add possibility to set prefix to NULL in CtlConfigScan
Jonathan Aillet
1
-1
/
+1
2018-12-13
Fixed compilation warnings with gcc-7.2.0
Thierry Bultel
4
-9
/
+9
2018-12-13
Add an external field to CtlConfigT
Jonathan Aillet
1
-0
/
+1
2018-12-13
Make action item from a LUA action mandatory
Romain Forlot
1
-13
/
+1
2018-12-13
Handle no prefix given
Romain Forlot
1
-3
/
+8
2018-12-13
Good usage of strncat and strncpy
Romain Forlot
5
-58
/
+75
2018-12-13
Update to the new JSON syntax
Romain Forlot
1
-1
/
+1
2018-12-13
Detect failure at OnLoad action calls
Romain Forlot
4
-5
/
+12
2018-12-13
Improve reliability and function calls
Romain Forlot
1
-2
/
+4
2018-12-13
Correctly release request JSON object
Romain Forlot
1
-1
/
+1
2018-12-13
Add AFB macros
Romain Forlot
1
-0
/
+6
2018-12-13
Don't use assert in controller.
Romain Forlot
1
-3
/
+2
2018-12-13
Change lua2c JSON syntax.
Romain Forlot
1
-6
/
+16
2018-12-13
Search for Event section
Romain Forlot
1
-7
/
+15
[next]