aboutsummaryrefslogtreecommitdiffstats
path: root/main/utils.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-0/+28
2008-05-23Don't declare a function that takes variable arguments as inline, because it'srussell1-0/+14
2008-05-12If a thread holds no locks, do not print any information on the thread when i...mmichelson1-38/+40
2008-05-01'#' is another reserved character for URIs that also needs to be escaped.tilghman1-1/+1
2008-04-10Fix 1.4 build when LOW_MEMORY is enabled.mmichelson1-0/+2
2008-03-19Tweak spacing in a recent change because I'm very picky.russell1-1/+1
2008-03-17Fix a logic flaw in the code that stores lock info which is displayedmmichelson1-1/+1
2008-02-28Fix a bug in the lock tracking code that was discovered by mmichelson. The i...russell1-5/+9
2008-02-25Improve the lock tracking code a bit so that a bunch of old locks that threadsrussell1-1/+10
2008-01-08Increase constants to where we're less likely to hit them while debugging.tilghman1-1/+1
2007-12-17Do not try to access information about a lock when printing out a trylock att...file1-1/+1
2007-12-07Make the lock protecting each thread's list of locks it currently holdsrussell1-1/+6
2007-12-05When DEBUG_THREADS is enabled, we only have the details about who is holdingrussell1-0/+4
2007-11-13Debugging is running into the 16-lock limit. Increase to avoid.tilghman1-1/+1
2007-10-29Add some more details to the output of "core show locks". When a threadrussell1-0/+15
2007-10-29Fix issue with ast_unescape_semicolon going into an endless loop.file1-0/+2
2007-10-18Revert a change that I made for issue #10979 which, as has been pointed out torussell1-3/+0
2007-10-15Be pedantic about handling memory allocation failure.russell1-1/+14
2007-10-15The loop in the handler for the "core show locks" could potentially block forrussell1-7/+16
2007-10-15Make sure that the base64 decoder returns a terminated string.russell1-0/+3
2007-10-10The thread ID should be unsigned.mmichelson1-1/+1
2007-10-09This commit fixes the following issues:tilghman1-2/+15
2007-10-01Fulfull a feature request from Qwell on the "core show locks" output. It willrussell1-4/+22
2007-08-17Don't send a semicolon over the wire in sip notify messages.qwell1-0/+15
2007-08-03Add some improvements to lock debugging. These changes take effectrussell1-6/+248
2007-08-01Whoops, I meant R_5 not R5.file1-1/+1
2007-08-01Extend autoconf logic to determine which version of gethostbyname_r is on the...file1-2/+2
2007-06-29Use !defined(HAVE_GETHOSTBYNAME_R) to check for absencerizzo1-1/+1
2007-01-17Merged revisions 51194 via svnmerge from tilghman1-1/+1
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming1-1/+8
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-6/+15
2006-10-31Merged revisions 46560 via svnmerge from russell1-0/+1
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-1/+1
2006-10-13use a configure script test for PMTU discovery control instead of just assumi...kpfleming1-2/+2
2006-10-12Merged revisions 44955 via svnmerge from kpfleming1-0/+10
2006-10-04make LOW_MEMORY builds actually workkpfleming1-0/+7
2006-10-04update thread creation code a bitkpfleming1-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