summaryrefslogtreecommitdiff
path: root/funcs/func_timeout.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
2014-01-14verbosity: Fix performance of console verbose messages.Richard Mudgett
2013-12-18channel locking: Add locking for channel snapshot creationKevin Harwell
2013-12-05Reverting r403311. It's causing ARI tests to hang.David M. Lee
2013-12-03Add channel locking for channel snapshot creation.Mark Michelson
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2012-01-21Fix ast_app_dtget() time unit inconsistency.Richard Mudgett
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2009-08-10AST-2009-005Tilghman Lesher
2009-07-16TIMEOUT(absolute) returned negative value.David Vossel
2009-04-29Merge str_substitution branch.Tilghman Lesher
2008-12-22Fix a file playback crash and explicitly initialize values in func_timeout.cMark Michelson
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.Sean Bright
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.Tilghman Lesher
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.Mark Michelson
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.Mark Michelson
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...Mark Michelson
2007-12-14Reintroduce an optimization that was lost when converting trunk to use ast_verb.Mark Michelson
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-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-08-23Merged revisions 80547 via svnmerge from Russell Bryant
2007-08-23Merged revisions 80539 via svnmerge from Russell Bryant
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-04-19Merged revisions 61681 via svnmerge from Tilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-10-09Timeout values are in seconds (issue #7122 reported by jmls)Joshua Colp
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming