aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_timeout.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Merged revisions 328247 via svnmerge from lmadsen1-0/+4
2009-08-10AST-2009-005tilghman1-1/+1
2009-07-16TIMEOUT(absolute) returned negative value.dvossel1-1/+1
2009-04-29Merge str_substitution branch.tilghman1-0/+1
2008-12-22Fix a file playback crash and explicitly initialize values in func_timeout.cmmichelson1-5/+10
2008-11-01Merge changes from team/group/appdocsxmlrussell1-23/+36
2008-10-06Merged revisions 146799 via svnmerge from tilghman1-1/+1
2008-08-07Continue merging in changes from resolve-shadow-warnings. funcs/ this time.seanbright1-9/+9
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-2/+5
2008-05-01Modify TIMEOUT() to be accurate down to the millisecond.tilghman1-17/+19
2007-12-14I needed to increment the numbers used on the VERBOSITY_ATLEAST calls by 1.mmichelson1-1/+1
2007-12-14Changed VERBOSITY_LEVEL to VERBOSITY_ATLEAST to be more accurate.mmichelson1-1/+1
2007-12-14After reading Russell's e-mail to the dev list stating that checking option_v...mmichelson1-1/+1
2007-12-14Reintroduce an optimization that was lost when converting trunk to use ast_verb.mmichelson1-2/+4
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-08-23Merged revisions 80547 via svnmerge from russell1-5/+3
2007-08-23Merged revisions 80539 via svnmerge from russell1-1/+5
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-6/+6
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-11/+4
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-3/+4
2007-04-19Merged revisions 61681 via svnmerge from tilghman1-0/+6
2007-01-24Doxygen updateoej1-0/+1
2007-01-06finish const-ifying ast_func_read()kpfleming1-2/+2
2006-10-09Timeout values are in seconds (issue #7122 reported by jmls)file1-1/+1
2006-09-28Merged revisions 43933 via svnmerge from file1-4/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-8/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-12major dialplan functions updatekpfleming1-50/+48
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-9/+34
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08make app_queue 1.2 jump compliant (issue #5580)russell1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+18
2005-06-06more file version tagskpfleming1-0/+4
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...kpfleming1-0/+159