summaryrefslogtreecommitdiff
path: root/loader.c
AgeCommit message (Expand)Author
2006-05-11remove a now useless debugging message about loading new-style modules.Luigi Rizzo
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-03test commit to ensure the server is happy againKevin P. Fleming
2006-04-14fix a mostly harmless error introduced by svn merge.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13remove extraneous warning messageKevin P. Fleming
2006-04-11remove an unused functionLuigi Rizzo
2006-04-11remove unused fieldsLuigi Rizzo
2006-04-08update module license key text and update loader to accept itKevin P. Fleming
2006-04-06small cleanups to module.h and loader.c to start playing withLuigi Rizzo
2006-04-02Reduce debugging messages from WARNING to DEBUGTilghman Lesher
2006-03-28Doxygen fixes Olle Johansson
2006-03-28Bring in the new loader code as described in mantis #4377Luigi Rizzo
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-25revert loader changes that have clearly not undergone adequate testing before...Kevin P. Fleming
2006-03-25Bug 4377 - Round 2 of the loader updatesTilghman Lesher
2006-02-27conversions to allocation wrappers and various other coding guideliens fixes ...Russell Bryant
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-18Merged revisions 8162 via svnmerge from Matt O'Gorman
2005-12-30update doxygen docs to specify authorsRussell 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-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-26use a more generic means to decide whether we need to provide poll/dlfcn func...Kevin P. Fleming
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessRussell Bryant
2005-07-25formatting fixes (bug #4770)Russell Bryant
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06remove experimental module version tagsKevin P. Fleming
2005-06-06clean up module version number outputKevin P. Fleming
2005-06-06add support for per-module version numbersKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)Kevin P. Fleming
2005-04-22phase 1 of header include cleanup (bug #4067)Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-06*** empty log message ***Kevin P. Fleming
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-16Optimize module loading (bug #3356)Mark Spencer
2005-01-10Revert loader change now that we do it at runtimeMark Spencer
2005-01-04Load formats first (bug #3242)Mark Spencer
2004-12-27fix logging issueRussell Bryant
2004-11-17Don't hold modlock while doing reloadMark Spencer
2004-11-13Big agent / queue fixesMark Spencer
2004-10-16Provide module command completion (make twisted happy)Mark Spencer
2004-10-14Add option for "show modules like" (bug #2643)Mark Spencer
2004-10-08Minor config updates, add module counts (bug #2593)Mark Spencer