summaryrefslogtreecommitdiff
path: root/apps/app_externalivr.c
AgeCommit message (Expand)Author
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.Russell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-01Merged revisions 24019 via svnmerge from Tilghman Lesher
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-03-12README files have changed names, better change references too :-)Olle Johansson
2006-02-16Bug 6516 - u->chan not definedTilghman Lesher
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ...Russell Bryant
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove lots of useless checks of the result of ast_strdupaRussell Bryant
2006-01-11conversions to memory allocation wrappers (issue #6210)Russell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-12Merged revisions 7433,7435 via svnmerge from Kevin P. Fleming
2005-12-01use ast_app_separate_args to split arguments (issue #5686)Russell 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-06issue #5605Russell Bryant
2005-11-06issue #5622Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-07fix some race conditionsKevin P. Fleming
2005-09-01ensure that file handles are never double closedKevin P. Fleming
2005-09-01minor optimizationKevin P. Fleming
2005-08-25fix race conditionKevin P. Fleming
2005-08-24clean up code, fix a few bugsKevin P. Fleming
2005-08-24protocol upgradesKevin P. Fleming
2005-08-11fix bugKevin P. Fleming
2005-08-10add ExternalIVR() applicationKevin P. Fleming