summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
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
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-18Merged revisions 86237 via svnmerge from Russell Bryant
2007-10-15Merged revisions 85649 via svnmerge from Russell Bryant
2007-10-15Merged revisions 85647 via svnmerge from Russell Bryant
2007-10-15Merged revisions 85543 via svnmerge from Russell Bryant
2007-10-09Merged revisions 85158 via svnmerge from Tilghman Lesher
2007-10-01Merged revisions 84271 via svnmerge from Russell Bryant
2007-08-17Merged revisions 79904 via svnmerge from Jason Parker
2007-08-03Merged revisions 78095 via svnmerge from Russell Bryant
2007-08-01Merged revisions 77867 via svnmerge from Joshua Colp
2007-08-01Merged revisions 77863 via svnmerge from Joshua Colp
2007-07-26Ensure that the read from /dev/urandom returns a positive resultRussell Bryant
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...Joshua Colp