Make sure to set owner_line, ownder_func, and owner_file in ast_calloc_with_stringfields.
[asterisk/asterisk.git] / main / utils.c
2010-01-15 Mark MichelsonMake sure to set owner_line, ownder_func, and owner_fil...
2010-01-05 Russell BryantFix build of utility apps that include utils.c.
2010-01-05 Russell BryantMerged revisions 237697 via svnmerge from
2009-12-07 David Vosselfixes incorrect logic in ast_uri_encode
2009-11-06 Matthew NicholsonMerged revisions 228378 via svnmerge from
2009-09-04 Michiel van BaakMerged revisions 216435 via svnmerge from
2009-08-10 Tilghman LesherAST-2009-005
2009-05-28 Kevin P. FlemingEnsure that accidental calls to ast_string_field_free_m...
2009-05-28 Joshua ColpFix a bug in stringfields where it did not actually...
2009-05-21 Kevin P. FlemingConst-ify the world (or at least a good part of it)
2009-05-05 Kevin P. FlemingAdd a more efficient way of allocating structures that...
2009-05-05 Kevin P. FlemingCorrect some flaws in the memory accounting code for...
2009-05-05 Kevin P. FlemingEnsure that string pools allocated to hold stringfields...
2009-04-23 Tilghman LesherSupport HTTP digest authentication for the http manager...
2009-03-31 Kevin P. FlemingOptimizations to the stringfields API
2009-03-18 Russell BryantMerged revisions 182810 via svnmerge from
2009-02-18 Doug BaileyFixed error where a check for an zero length, terminate...
2009-02-18 Doug BaileyNeed to take into account the \0 terminator of the...
2009-02-16 Kevin P. FlemingMerged revisions 176216 via svnmerge from
2008-12-22 Russell BryantMerged revisions 166297 via svnmerge from
2008-12-22 Russell BryantIntroduce ast_careful_fwrite() and use in AMI to preven...
2008-12-18 Russell BryantMerged revisions 165796 via svnmerge from
2008-12-16 Russell BryantMerged revisions 164881 via svnmerge from
2008-12-15 Joshua ColpUpdate to work with new ast_str changes.
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-09 Russell BryantMerged revisions 162413 via svnmerge from
2008-11-29 Kevin P. Flemingincorporates r159808 from branches/1.4:
2008-11-19 Tilghman LesherStarting with a change to ensure that ast_verbose(...
2008-11-02 Kevin P. Flemingbring over all the fixes for the warnings found by...
2008-07-23 Kevin P. FlemingMerged revisions 132872 via svnmerge from
2008-07-11 Brett BryantJanitor patch to change uses of sizeof to ARRAY_LEN
2008-06-27 Tilghman LesherMerged revisions 125793 via svnmerge from
2008-06-26 Jason ParkerMerged revisions 125587 via svnmerge from
2008-06-19 Brett BryantAdd errors that report any locks held by threads when...
2008-06-09 Tilghman LesherExpand RQ_INTEGER type out to multiple types, one for...
2008-06-03 Russell BryantAdd lock tracking for rwlocks. Previously, lock.h...
2008-05-30 Russell BryantFix a minor merge issue that caused a function to not...
2008-05-29 Tilghman LesherMerged revisions 118953 via svnmerge from
2008-05-23 Mark MichelsonA new feature thanks to the fine folks at Switchvox!
2008-05-23 Russell BryantMerged revisions 118048 via svnmerge from
2008-05-15 Luigi RizzoUse casts or intermediate variables to remove a number
2008-05-12 Mark MichelsonMerged revisions 115735 via svnmerge from
2008-05-01 Tilghman LesherMerged revisions 115017 via svnmerge from
2008-04-22 Steve MurphyHopefully, this will resolve the issues that russellb...
2008-04-17 Russell BryantMake this file compile. The variable str is never...
2008-04-16 Steve MurphyA small enhancement-- I added the routine log_show_lock...
2008-04-10 Mark MichelsonMerged revisions 114051 via svnmerge from
2008-03-19 Russell BryantMerged revisions 109838 via svnmerge from
2008-03-18 Terry WilsonGo through and fix a bunch of places where character...
2008-03-17 Mark MichelsonMerged revisions 109226 via svnmerge from
2008-03-04 Tilghman LesherWhitespace changes only
2008-02-28 Russell BryantMerged revisions 105116 via svnmerge from
2008-02-25 Russell BryantMerged revisions 104102 via svnmerge from
2008-02-11 Joshua ColpJust some minor coding style cleanup...
2008-01-16 Tilghman LesherNew module res_config_curl (closes issue #11747)
2008-01-08 Tilghman LesherMerged revisions 97194 via svnmerge from
2007-12-19 Luigi RizzoAdd a new API function, written at least twice in app_v...
2007-12-17 Joshua ColpMerged revisions 93377 via svnmerge from
2007-12-12 Tilghman LesherConversions of free to ast_free, where applicable,...
2007-12-07 Russell BryantMerged revisions 91830 via svnmerge from
2007-12-05 Russell BryantMerged revisions 91074 via svnmerge from
2007-11-27 Joshua ColpEnsure the value returned from ast_random is between...
2007-11-26 Joshua ColpRevert change for 11348 until it can be looked at even...
2007-11-26 Joshua ColpMake the behavior of using /dev/urandom for random...
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-21 Mark MichelsonThere existed about a 1 in 4 billion chance that readin...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzostart using asterisk/network.h for network related...
2007-11-17 Luigi Rizzonetdb.h is used for gethostbyname, and it was not inclu...
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-15 Tilghman LesherIf we're going to be passing a negative value for the...
2007-11-13 Tilghman LesherMerged revisions 89239 via svnmerge from
2007-11-04 Luigi RizzoSimplify the implementation and the API for stringfields;
2007-11-01 Tilghman LesherConditionally free lock_info->thread_name to avoid...
2007-10-29 Russell BryantMerged revisions 87396 via svnmerge from
2007-10-29 Joshua ColpMerged revisions 87294 via svnmerge from
2007-10-22 Jason ParkerSwitch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFIN...
2007-10-19 Jason ParkerConvert NEW_CLI to AST_CLI.
2007-10-18 Russell BryantMerged revisions 86237 via svnmerge from
2007-10-15 Russell BryantMerged revisions 85649 via svnmerge from
2007-10-15 Russell BryantMerged revisions 85647 via svnmerge from
2007-10-15 Russell BryantMerged revisions 85543 via svnmerge from
2007-10-09 Tilghman LesherMerged revisions 85158 via svnmerge from
2007-10-01 Russell BryantMerged revisions 84271 via svnmerge from
2007-08-17 Jason ParkerMerged revisions 79904 via svnmerge from
2007-08-03 Russell BryantMerged revisions 78095 via svnmerge from
2007-08-01 Joshua ColpMerged revisions 77867 via svnmerge from
2007-08-01 Joshua ColpMerged revisions 77863 via svnmerge from
2007-07-26 Russell BryantEnsure that the read from /dev/urandom returns a positi...
2007-07-21 Joshua ColpAdd support for using /dev/urandom to get random number...
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-06-22 Tilghman LesherIssue 9990 - New API ast_mkdir, which creates parent...
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-05-24 Russell BryantAdd a new API call for creating detached threads. ...
2007-01-23 Joshua ColpCosmetic changes. Make main source files better conform...
2007-01-17 Tilghman LesherMerged revisions 51195 via svnmerge from
2006-12-16 Luigi Rizzoforgot this part...
2006-12-15 Luigi Rizzosimplify the ast_dynamic_str_*.... routines by
2006-12-15 Luigi Rizzomove the dynamic string support in a better place i...
2006-11-29 Russell BryantGo ahead and make this write unconditional. Making...
next