pbx_lua: fix regression with global sym export and context clash by pbx_config.
[asterisk/asterisk.git] / pbx / pbx_lua.c
2014-08-06 George Josephpbx_lua: fix regression with global sym export and...
2014-07-25 Mark MichelsonAdd module support level to ast_module_info structure...
2014-06-19 George JosephRemove the problematic and unneeded AST_MODFLAG_GLOBAL_...
2014-01-08 Kinsey Moorepbx_lua: Add support for Lua 5.2
2012-08-30 Matthew JordanClean up doxygen warnings
2012-07-31 Kinsey MooreClean up and ensure proper usage of alloca()
2012-03-08 Sean BrightEliminate a bunch of shadow warnings.
2012-02-29 Terry WilsonOpaquify ast_channel structs and lists
2012-02-20 Terry Wilsonast_channel opaquification of pointers and integral...
2012-02-13 Terry WilsonOpaquify char * and char[] in ast_channel
2012-01-09 Terry WilsonReplace direct access to channel name with accessor...
2012-01-06 Kinsey MooreFix lua goto detection to prevent unexpected behavior...
2011-10-21 Matthew Nicholsononly process args that exist
2011-10-21 Matthew Nicholsondon't limit the length of app and function arguments
2011-07-14 Leif MadsenMerged revisions 328247 via svnmerge from
2011-05-06 Matthew NicholsonDefault to starting an autoservice in pbx_lua. The...
2011-05-06 Matthew NicholsonMake pbx_lua handle managing the autoservice better.
2011-05-06 Matthew NicholsonDetect Goto in pbx_lua.
2011-05-05 Russell BryantMerged revisions 317476 via svnmerge from
2011-05-05 Russell BryantMerged revisions 317474 via svnmerge from
2011-03-04 Matthew NicholsonMerged revisions 309585 via svnmerge from
2011-03-04 Matthew NicholsonMerged revisions 309542 via svnmerge from
2011-03-04 Matthew NicholsonMerged revisions 309495 via svnmerge from
2011-03-04 Matthew NicholsonAdd support for defining hints from pbx_lua
2011-03-04 Matthew NicholsonMerged revisions 309448 via svnmerge from
2010-07-20 Tilghman LesherAdd load priority order, such that preload becomes...
2010-05-26 Tilghman LesherUse configure to determine the prefixes and include...
2009-11-25 Matthew NicholsonLoad pbx_lua with global symbols to allow linking with...
2009-08-30 Tilghman LesherIf lua is detected with the lua5.1 prefix (or not)...
2009-06-15 Kevin P. FlemingMore 'static' qualifiers on module global variables.
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-09-26 Steve Murphy(closes issue #13564)
2008-09-25 Steve Murphy(closes issue #13559)
2008-09-25 Steve MurphyI added a little verbage to hashtab for the hashtab_des...
2008-09-25 Steve Murphy(closes issue #13558)
2008-08-05 Kevin P. Flemingmake datastore creation and destruction a generic API...
2008-06-29 Kevin P. Flemingvarious minor fixes created while i worked on getting...
2008-04-25 Russell BryantLock the channel around datastore access
2007-12-07 Jason ParkerUpdate documentation for pbx_lua.
2007-11-21 Luigi Rizzoremove another set of redundant #include "asterisk...
2007-11-20 Tilghman LesherMake trunk build again
2007-11-19 Luigi Rizzomore errno.h removal
2007-11-17 Russell Bryantfix the build of pbx_lua
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-12 Jason ParkerDoxygen fixes.
2007-11-08 Jason ParkerAdd check_hangup() method to pbx_lua, which can be...
2007-11-02 Russell Bryantpropagate the DECLINE return value back to the loader
2007-11-02 Russell BryantDon't kill asterisk if extensions.lua is not present.
2007-11-02 Tilghman LesherOops, some dev-mode changes for ISO C90
2007-11-02 Tilghman LesherAdd pbx_lua as a method of doing extensions