summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
AgeCommit message (Expand)Author
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-03-06Add some documentation on the arguments to the base64 encode/decode functions.Russell Bryant
2007-02-24Doxygen additions, correctionsOlle Johansson
2007-02-10Merged revisions 53810 via svnmerge from Russell Bryant
2006-12-27Merged revisions 48987 via svnmerge from Kevin P. Fleming
2006-12-15move the dynamic string support in a better place i.e. string.hLuigi Rizzo
2006-11-26- Add some comments on thread storage with a brief explanation of what it isRussell Bryant
2006-10-12Merged revisions 44956 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cJason Parker
2006-08-22Sorry, but this does not resemble malloc... so GCC was ignoring the attribute...Joshua Colp
2006-08-21use new configure-provided wrappers for attributesKevin P. Fleming
2006-08-21- use a common error message in all of the memory allocation macrosRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-06-01changes for base64 to work in multiline instancesMatt O'Gorman
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andRussell Bryant
2006-04-19add the malloc attribute to the memory allocation wrappersRussell Bryant
2006-04-12add 'show threads' and 'show profile' commands.Luigi Rizzo
2006-03-19When astmm is in use, define ast_malloc and friends to malloc, etc., so thatRussell Bryant
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-02-03Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)Tilghman Lesher
2006-01-21don't do the memcpy inside of ast_strdupa if we know that __builtin_alloca Russell Bryant
2006-01-21remove optimization where its benefits are negligibleRussell Bryant
2006-01-20- move ast_strdupa from channel.h to utils.hRussell Bryant
2006-01-13Various cleanups from comments in an email from Luigi Rizzo. Thank you!Russell Bryant
2006-01-10Add wrappers for commonly used memory allocation functions. These wrappersRussell Bryant
2006-01-10Bug 5961 - new RAND() functionTilghman Lesher
2006-01-04add memory-pool based string field management for structuresKevin P. Fleming
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5569 minus lock.h changesKevin P. Fleming
2005-11-01add new GCC-specific macro and force inlining of certain functions where spee...Kevin P. Fleming
2005-10-31don't pass short arguments by value, it will cause compiler warnings on most ...Kevin P. Fleming
2005-10-29do saturated math properly (thanks to the eagle-eyes of Tony Mountifield)Kevin P. Fleming
2005-10-28ensure that SLINEAR volume adjustments don't wrap around short integer maximumsKevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-16More utility cleanupsMark Spencer
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-08first set of Cygwin portability stuff (issue #4678)Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-29encode/decode URIs in 'pedantic' mode (issue #3923)Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-11simplify (and document!) macro for inlinable API functions (inspired by bug #...Kevin P. Fleming
2005-06-24split up string/time functions into separate header filesKevin P. Fleming