summaryrefslogtreecommitdiff
path: root/funcs/func_lock.c
AgeCommit message (Expand)Author
2009-12-01Fix a build error on FreeBSD.Russell Bryant
2009-09-30Allow locks to be inherited through a masquerade without causing starvation.Tilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-04-29Merge str_substitution branch.Tilghman Lesher
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-27Make sure a channel exists before attempting to start or stop channelRussell Bryant
2007-09-30* The documentation for the LOCK() function says that it will block for up toRussell Bryant
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)Tilghman Lesher
2007-08-16Revise dialplan locks to permit multiple locks per channel, but with deadlock...Tilghman Lesher
2007-07-31Add some documentation detailing an aspect of dialplan functions, as requeste...Tilghman Lesher
2007-07-31Add func_lock, which creates dialplan mutexes, and note that the Macro apps a...Tilghman Lesher