aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
AgeCommit message (Expand)AuthorFilesLines
2008-08-061) Bugfix for debugging codetilghman1-1/+1
2008-05-23Add format type checking for recently de-inlined functiontilghman1-1/+1
2008-05-23Don't declare a function that takes variable arguments as inline, because it'srussell1-14/+1
2008-05-19The addition of usleep(2) within ast_assert requires the inclusion of the uni...tilghman1-0/+1
2008-05-14Add ast_assert(), which can be used to handle fatal errors. It is only compiledrussell1-0/+27
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-0/+7
2007-02-10Merge team/russell/sla_rewriterussell1-0/+2
2006-12-27allow 'show memory' and 'show memory summary' to distinguish memory allocatio...kpfleming1-0/+13
2006-12-02Backport the comment containing the warning regarding the limitations on therussell1-0/+10
2006-10-12Merged revisions 44955 via svnmerge from kpfleming1-0/+15
2006-10-04update thread creation code a bitkpfleming1-5/+20
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-4/+0
2006-08-22Sorry, but this does not resemble malloc... so GCC was ignoring the attribute...file1-2/+2
2006-08-21use new configure-provided wrappers for attributeskpfleming1-2/+2
2006-08-21- use a common error message in all of the memory allocation macrosrussell1-66/+110
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-5/+5
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-0/+17
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-1/+1
2006-06-01changes for base64 to work in multiline instancesmogorman1-0/+1
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-6/+1
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster1-0/+8
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell1-0/+11
2006-04-19add the malloc attribute to the memory allocation wrappersrussell1-5/+5
2006-04-12add 'show threads' and 'show profile' commands.rizzo1-2/+8
2006-03-19When astmm is in use, define ast_malloc and friends to malloc, etc., so thatrussell1-0/+15
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.oej1-8/+5
2006-02-24Update to trunkoej1-5/+8
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)tilghman1-0/+3
2006-01-21don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca russell1-5/+3
2006-01-21remove optimization where its benefits are negligiblerussell1-5/+5
2006-01-20- move ast_strdupa from channel.h to utils.hrussell1-5/+31
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!russell1-17/+7
2006-01-10Add wrappers for commonly used memory allocation functions. These wrappersrussell1-0/+149
2006-01-10Bug 5961 - new RAND() functiontilghman1-0/+6
2006-01-04add memory-pool based string field management for structureskpfleming1-2/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5569 minus lock.h changeskpfleming1-0/+4
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...kpfleming1-13/+13
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...kpfleming1-6/+6
2005-10-29do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)kpfleming1-2/+2
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumskpfleming1-0/+30
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-4/+6
2005-10-16More utility cleanupsmarkster1-2/+2
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell1-0/+8
2005-09-08first set of Cygwin portability stuff (issue #4678)kpfleming1-3/+1
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-4/+15
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)kpfleming1-1/+27
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...kpfleming1-2/+10
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...kpfleming1-1/+0
2005-06-24split up string/time functions into separate header fileskpfleming1-218/+2