summaryrefslogtreecommitdiff
path: root/res/res_smdi.c
AgeCommit message (Expand)Author
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-06-07Avoid unloading res_smdi twice.Tilghman Lesher
2010-06-01Don't register functions until the last possible point, so they're not unload...Tilghman Lesher
2010-01-15Convert a few places to use ast_calloc_with_stringfields where applicable.Sean Bright
2009-08-10AST-2009-005Tilghman Lesher
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-06-16Show the interface name on error, if it is not found.Eliel C. Sardanons
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-15Redesigned 'optional API' support.Kevin P. Fleming
2009-06-04Move static docs to the new AstXML form.Eliel C. Sardanons
2009-05-30Merged revisions 198311 via svnmerge from Russell Bryant
2009-05-18Recorded merge of revisions 195366 via svnmerge from Tilghman Lesher
2009-04-27Merged revisions 190661-190662 via svnmerge from Russell Bryant
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-08-05make datastore creation and destruction a generic API since it is not really ...Kevin P. Fleming
2008-05-19Merged revisions 117135 via svnmerge from Joshua Colp
2008-05-13Initialize the start time in smdi_msg_wait. Somehow this code got lost in tr...Russell Bryant
2008-05-01Merge changes from team/russell/smdi-msg-searchingRussell Bryant
2008-02-27Merged revisions 104536 via svnmerge from Joshua Colp
2008-02-26Add a \todo to convert this module to the event systemRussell Bryant
2008-02-26Merged revisions 104119 via svnmerge from Russell Bryant
2008-01-07Merged revisions 96884 via svnmerge from Russell Bryant
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08Change a warning to a notice. Issue #11195, patch by elielJason Parker
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-10-12Merged revisions 85517 via svnmerge from Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-11Code cleanup of res_smdiJoshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2006-12-15remove a duplicate includeLuigi Rizzo
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-16Handle failure of ast_calloc when allocating interfaces in res_smdi (issue #7...Joshua Colp
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-09various doxygen fixesKevin 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-08fix bug in smdi config parsing (issue #6908)Russell Bryant
2006-03-28Bring in the new loader code as described in mantis #4377Luigi Rizzo