summaryrefslogtreecommitdiff
path: root/funcs/func_lock.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2012-07-18Ensure that all ast_datastore_info structures are 'const'.Kevin P. Fleming
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-01-10Fix absolute/relative time mismatch in LOCK function.Richard Mudgett
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
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