summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-07-23Merged revisions 132872 via svnmerge from Kevin P. Fleming
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-27Merged revisions 125793 via svnmerge from Tilghman Lesher
2008-06-26Merged revisions 125587 via svnmerge from Jason Parker
2008-06-19Add errors that report any locks held by threads when they are being closed.Brett Bryant
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-03Add lock tracking for rwlocks. Previously, lock.h only had the ability toRussell Bryant
2008-05-30Fix a minor merge issue that caused a function to not get compiled in withRussell Bryant
2008-05-29Merged revisions 118953 via svnmerge from Tilghman Lesher
2008-05-23A new feature thanks to the fine folks at Switchvox!Mark Michelson
2008-05-23Merged revisions 118048 via svnmerge from Russell Bryant
2008-05-15Use casts or intermediate variables to remove a numberLuigi Rizzo
2008-05-12Merged revisions 115735 via svnmerge from Mark Michelson
2008-05-01Merged revisions 115017 via svnmerge from Tilghman Lesher
2008-04-22Hopefully, this will resolve the issues that russellb had with this log_show_...Steve Murphy
2008-04-17Make this file compile. The variable str is never set anywhere. Furthermore,Russell Bryant
2008-04-16A small enhancement-- I added the routine log_show_lock to utils.c, which if ...Steve Murphy
2008-04-10Merged revisions 114051 via svnmerge from Mark Michelson
2008-03-19Merged revisions 109838 via svnmerge from Russell Bryant
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-17Merged revisions 109226 via svnmerge from Mark Michelson
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-28Merged revisions 105116 via svnmerge from Russell Bryant
2008-02-25Merged revisions 104102 via svnmerge from Russell Bryant
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-01-16New module res_config_curl (closes issue #11747)Tilghman Lesher
2008-01-08Merged revisions 97194 via svnmerge from Tilghman Lesher
2007-12-19Add a new API function, written at least twice in app_voicemail.cLuigi Rizzo
2007-12-17Merged revisions 93377 via svnmerge from Joshua Colp
2007-12-12Conversions of free to ast_free, where applicable, and several other formatti...Tilghman Lesher
2007-12-07Merged revisions 91830 via svnmerge from Russell Bryant
2007-12-05Merged revisions 91074 via svnmerge from Russell Bryant
2007-11-27Ensure the value returned from ast_random is between 0 and RAND_MAX on 64-bit...Joshua Colp
2007-11-26Revert change for 11348 until it can be looked at even more.Joshua Colp
2007-11-26Make the behavior of using /dev/urandom for random numbers the same as random().Joshua Colp
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-21There existed about a 1 in 4 billion chance that reading from /dev/urandomMark Michelson
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17start using asterisk/network.h for network related headers.Luigi Rizzo
2007-11-17netdb.h is used for gethostbyname, and it was not included in someLuigi Rizzo
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