aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
AgeCommit message (Collapse)AuthorFilesLines
2004-08-27Merge "show applications" from corydon76 (bug #2291)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3665 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-08Merge BSD stack size work (bug #2067)markster1-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3596 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29FreeBSD fix for utils (bug #1949)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3352 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ↵markster1-0/+3
ast_inet_ntoa's (but #1944) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3345 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-25Add outgoing OSP support (SIP only at this point)markster1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3296 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch ↵markster1-0/+2
still pending) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3273 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats1-0/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2931 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-03Add include/asterisk/utils.h file. Which includes the functioncitats1-0/+20
ast_strlen_zero, which should be used instead of strlen to check if a string has length or doesn't have length. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2868 f38db490-d61c-443f-a65b-d21fe96a405b