summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-15If we're going to be passing a negative value for the size of a stringfield,Tilghman Lesher
2007-11-13Merged revisions 89239 via svnmerge from Tilghman Lesher
2007-11-04Simplify the implementation and the API for stringfields;Luigi Rizzo
2007-11-01Conditionally free lock_info->thread_name to avoid a useless warningTilghman Lesher
2007-10-29Merged revisions 87396 via svnmerge from Russell Bryant
2007-10-29Merged revisions 87294 via svnmerge from Joshua Colp
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-18Merged revisions 86237 via svnmerge from Russell Bryant
2007-10-15Merged revisions 85649 via svnmerge from Russell Bryant
2007-10-15Merged revisions 85647 via svnmerge from Russell Bryant
2007-10-15Merged revisions 85543 via svnmerge from Russell Bryant
2007-10-09Merged revisions 85158 via svnmerge from Tilghman Lesher
2007-10-01Merged revisions 84271 via svnmerge from Russell Bryant
2007-08-17Merged revisions 79904 via svnmerge from Jason Parker
2007-08-03Merged revisions 78095 via svnmerge from Russell Bryant
2007-08-01Merged revisions 77867 via svnmerge from Joshua Colp
2007-08-01Merged revisions 77863 via svnmerge from Joshua Colp
2007-07-26Ensure that the read from /dev/urandom returns a positive resultRussell Bryant
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...Tilghman Lesher
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2007-01-17Merged revisions 51195 via svnmerge from Tilghman Lesher
2006-12-16forgot this part...Luigi Rizzo
2006-12-15simplify the ast_dynamic_str_*.... routines byLuigi Rizzo
2006-12-15move the dynamic string support in a better place i.e. string.hLuigi Rizzo
2006-11-29Go ahead and make this write unconditional. Making it conditional is more workRussell Bryant
2006-11-29Remove an XXX command suggesting that this truncation should not be conditional,Russell Bryant
2006-11-28some simplifications toLuigi Rizzo
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-07explain why ast_carefulwrite is written the way it is,Luigi Rizzo
2006-10-31Merged revisions 46561 via svnmerge from Russell Bryant
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-23use autodetected support for gethostbyname_rLuigi Rizzo
2006-10-19Extend the thread storage API such that a custom initialization function canRussell Bryant
2006-10-13Merged revisions 45027 via svnmerge from Kevin P. Fleming
2006-10-12Merged revisions 44956 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44390 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-09-07don't try to get the length of the string in the ast_dynamic_str object unles...Kevin P. Fleming
2006-09-03when calling this function to append to a dynamic string and the buffer was notRussell Bryant
2006-08-25Off by one error in buffer length (issue 7379)Tilghman Lesher
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming