aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-3/+0
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman1-28/+36
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-2/+5
2008-07-23Merged revisions 132872 via svnmerge from kpfleming1-11/+42
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-1/+1
2008-06-27Merged revisions 125793 via svnmerge from tilghman1-4/+4
2008-06-26Merged revisions 125587 via svnmerge from qwell1-0/+3
2008-06-19Add errors that report any locks held by threads when they are being closed.bbryant1-0/+14
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisiontilghman1-0/+3
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability torussell1-5/+6
2008-05-30Fix a minor merge issue that caused a function to not get compiled in withrussell1-3/+4
2008-05-29Merged revisions 118953 via svnmerge from tilghman1-0/+28
2008-05-23A new feature thanks to the fine folks at Switchvox!mmichelson1-2/+48
2008-05-23Merged revisions 118048 via svnmerge from russell1-0/+16
2008-05-15Use casts or intermediate variables to remove a numberrizzo1-2/+2
2008-05-12Merged revisions 115735 via svnmerge from mmichelson1-12/+14
2008-05-01Merged revisions 115017 via svnmerge from tilghman1-1/+1
2008-04-22Hopefully, this will resolve the issues that russellb had with this log_show_...murf1-59/+66
2008-04-17Make this file compile. The variable str is never set anywhere. Furthermore,russell1-1/+2
2008-04-16A small enhancement-- I added the routine log_show_lock to utils.c, which if ...murf1-1/+49
2008-04-10Merged revisions 114051 via svnmerge from mmichelson1-0/+2
2008-03-19Merged revisions 109838 via svnmerge from russell1-1/+1
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-0/+4
2008-03-17Merged revisions 109226 via svnmerge from mmichelson1-1/+1
2008-03-04Whitespace changes onlytilghman1-6/+6
2008-02-28Merged revisions 105116 via svnmerge from russell1-5/+9
2008-02-25Merged revisions 104102 via svnmerge from russell1-1/+10
2008-02-11Just some minor coding style cleanup...file1-3/+3
2008-01-16New module res_config_curl (closes issue #11747)tilghman1-1/+1
2008-01-08Merged revisions 97194 via svnmerge from tilghman1-1/+1
2007-12-19Add a new API function, written at least twice in app_voicemail.crizzo1-0/+37
2007-12-17Merged revisions 93377 via svnmerge from file1-1/+1
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...tilghman1-1/+1
2007-12-07Merged revisions 91830 via svnmerge from russell1-1/+6
2007-12-05Merged revisions 91074 via svnmerge from russell1-0/+4
2007-11-27Ensure the value returned from ast_random is between 0 and RAND_MAX on 64-bit...file1-1/+3
2007-11-26Revert change for 11348 until it can be looked at even more.file1-1/+1
2007-11-26Make the behavior of using /dev/urandom for random numbers the same as random().file1-2/+4
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-21There existed about a 1 in 4 billion chance that reading from /dev/urandommmichelson1-1/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-17start using asterisk/network.h for network related headers.rizzo1-4/+2
2007-11-17netdb.h is used for gethostbyname, and it was not included in somerizzo1-0/+1
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