aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-6/+0
2007-11-15If we're going to be passing a negative value for the size of a stringfield,tilghman1-1/+1
2007-11-13Merged revisions 89239 via svnmerge from tilghman1-1/+1
2007-11-04Simplify the implementation and the API for stringfields;rizzo1-34/+75
2007-11-01Conditionally free lock_info->thread_name to avoid a useless warningtilghman1-1/+2
2007-10-29Merged revisions 87396 via svnmerge from russell1-0/+15
2007-10-29Merged revisions 87294 via svnmerge from file1-0/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-18Merged revisions 86237 via svnmerge from russell1-3/+0
2007-10-15Merged revisions 85649 via svnmerge from russell1-2/+15
2007-10-15Merged revisions 85647 via svnmerge from russell1-6/+15
2007-10-15Merged revisions 85543 via svnmerge from russell1-0/+3
2007-10-09Merged revisions 85158 via svnmerge from tilghman1-2/+15
2007-10-01Merged revisions 84271 via svnmerge from russell1-4/+22
2007-08-17Merged revisions 79904 via svnmerge from qwell1-0/+15
2007-08-03Merged revisions 78095 via svnmerge from russell1-9/+253
2007-08-01Merged revisions 77867 via svnmerge from file1-1/+1
2007-08-01Merged revisions 77863 via svnmerge from file1-2/+2
2007-07-26Ensure that the read from /dev/urandom returns a positive resultrussell1-1/+1
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...file1-2/+24
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-0/+27
2007-06-22Issue 9990 - New API ast_mkdir, which creates parent directories as necessary...tilghman1-0/+37
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-0/+26
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...file1-2/+2
2007-01-17Merged revisions 51195 via svnmerge from tilghman1-1/+1
2006-12-16forgot this part...rizzo1-11/+7
2006-12-15simplify the ast_dynamic_str_*.... routines byrizzo1-10/+10
2006-12-15move the dynamic string support in a better place i.e. string.hrizzo1-14/+30
2006-11-29Go ahead and make this write unconditional. Making it conditional is more workrussell1-10/+2
2006-11-29Remove an XXX command suggesting that this truncation should not be conditional,russell1-1/+8
2006-11-28some simplifications torizzo1-7/+9
2006-11-07A fair number of changes for the sake of bug 7506murf1-6/+15
2006-11-07explain why ast_carefulwrite is written the way it is,rizzo1-0/+15
2006-10-31Merged revisions 46561 via svnmerge from russell1-0/+1
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-1/+1
2006-10-23use autodetected support for gethostbyname_rrizzo1-1/+1
2006-10-19Extend the thread storage API such that a custom initialization function canrussell1-1/+1
2006-10-13Merged revisions 45027 via svnmerge from kpfleming1-2/+2
2006-10-12Merged revisions 44956 via svnmerge from kpfleming1-0/+10
2006-10-04Merged revisions 44390 via svnmerge from kpfleming1-0/+7
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-19/+24
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-260/+0
2006-09-07don't try to get the length of the string in the ast_dynamic_str object unles...kpfleming1-1/+1
2006-09-03when calling this function to append to a dynamic string and the buffer was notrussell1-0/+3
2006-08-25Off by one error in buffer length (issue 7379)tilghman1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+1231