summaryrefslogtreecommitdiff
path: root/pbx/pbx_dundi.c
AgeCommit message (Expand)Author
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-07- use ast_calloc instead of malloc+memsetRussell Bryant
2006-05-02staticize the list heads from my recent conversions to list macrosRussell Bryant
2006-05-01- convert permission lists to use list macrosRussell Bryant
2006-05-01conver the lists of dundi packets to use the list macrosRussell Bryant
2006-05-01- convert the dundi precache list to use the list macrosRussell Bryant
2006-04-30- convert the lists of dundi_transactions to the list macrosRussell Bryant
2006-04-30remove unneeded define - it is already in asterisk.hRussell Bryant
2006-04-30convert the dundi_request list to use the list macrosRussell Bryant
2006-04-30convert existing comments to doxygen formatRussell Bryant
2006-04-30fix indentation for this functionRussell Bryant
2006-04-30immediately handle ast_strdupa result so that one more level of indentationRussell Bryant
2006-04-30fix the indentation of a large blockRussell Bryant
2006-04-30handle a memory allocation failure immediately so the following large blockRussell Bryant
2006-04-30- convert the list of dundi mappings to use the list macrosRussell Bryant
2006-04-30change a list traversal to use a for loopRussell Bryant
2006-04-30fix the indentation of a large block of codeRussell Bryant
2006-04-30immediately handle a memory allocation failure so the rest of the functionRussell Bryant
2006-04-30- convert some comments to doxygen formatRussell Bryant
2006-04-29add a small optimization for deleting all the members of a listRussell Bryant
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-28- remove an unnecessary cast and recomputation of (timeout - now);Luigi Rizzo
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-23Fix a few compile warnings (turned errors) and disable -Werror on the Mark Spencer
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDRussell Bryant
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9609 via svnmerge from Russell Bryant
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-17remove some more deprecated (pre-1.2) stuffKevin P. Fleming
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
2005-11-08issue #5648Kevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-18clean up DUNDiLookup applicationRussell Bryant
2005-10-18fix typoKevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07remove useless buffer initializations (issue #5134)Kevin P. Fleming
2005-09-02use native-sign characters for strings (issue #5105)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-06-21make query cache time configurable (bug #4524)Kevin P. Fleming