summaryrefslogtreecommitdiff
path: root/main/utils.c
AgeCommit message (Expand)Author
2009-02-18Fixed error where a check for an zero length, terminated string was needed.Doug Bailey
2009-02-18Need to take into account the \0 terminator of the old string to determine th...Doug Bailey
2009-02-16Merged revisions 176216 via svnmerge from Kevin P. Fleming
2008-12-22Merged revisions 166297 via svnmerge from Russell Bryant
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.Russell Bryant
2008-12-18Merged revisions 165796 via svnmerge from Russell Bryant
2008-12-16Merged revisions 164881 via svnmerge from Russell Bryant
2008-12-15Update to work with new ast_str changes.Joshua Colp
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-09Merged revisions 162413 via svnmerge from Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
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