summaryrefslogtreecommitdiff
path: root/include/asterisk/utils.h
AgeCommit message (Expand)Author
2009-06-08Merged revisions 199626,199628 via svnmerge from Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-23Support HTTP digest authentication for the http manager interface.Tilghman Lesher
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2009-03-09Add Doxygen documentation for API changes from 1.6.0 to 1.6.1Jeff Peeler
2009-01-25Change ARRAY_LEN() to be more C++ safe.Russell Bryant
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.Russell Bryant
2008-12-09Merged revisions 162413 via svnmerge from Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-08-06Merged revisions 135899 via svnmerge from Tilghman Lesher
2008-06-10Merge another change from team/russell/events ...Russell Bryant
2008-05-23Merged revisions 118048 via svnmerge from Russell Bryant
2008-05-19Merged revisions 117086 via svnmerge from Tilghman Lesher
2008-05-15Add an extra check in ast_strlen_zero, and make ast_assert() not print theTilghman Lesher
2008-05-14Merged revisions 116463 via svnmerge from Russell Bryant
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-16whitespace only change - adjust indentation and add someLuigi Rizzo
2007-11-16remove redundant #include "asterisk/compat.h",Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-09-17Make the MALLOC_DEBUG output for free() useful again. After changing calls toRussell Bryant
2007-08-29Add inline function for signed linear subtraction.Joshua Colp
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
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