summaryrefslogtreecommitdiff
path: root/main/loader.c
AgeCommit message (Expand)Author
2013-06-12Fix memory leak while loading modules, adding formats, and destroying endpointsMatthew Jordan
2013-06-10Make the reload stasis message bump the ref count of its sub-objectMatthew Jordan
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-05-10Address unload order issues for res_stasis* modulesDavid M. Lee
2013-05-01Make mod_load_cmp() not as klunky.Richard Mudgett
2013-04-26By popular demand, putting the about-to-load-module printf back.David M. Lee
2013-04-26Removing stray printf from r386540David M. Lee
2013-04-25Merge the pimp_my_sip branch into trunk.Mark Michelson
2013-02-19Add The Status Of A Module To The Output Of "CLI> module show"Michael L. Young
2012-12-17Fix potential double free when unloading a module.Richard Mudgett
2012-11-05Add safety NULL pointer check in module user references.Richard Mudgett
2012-09-27loader: Ensure dependent modules are properly initialized.Joshua Colp
2012-08-17Add instrumentation to subsystem reloadsKinsey Moore
2012-08-16Add module reload instrumentation for TEST_FRAMEWORKKinsey Moore
2012-08-13Add test instrumentationKinsey Moore
2012-07-11Named ACLs: Introduces a system for creating and sharing ACLsJonathan Rose
2012-07-11Fix validation errors when producing documentation using default build scriptMatthew Jordan
2012-07-10Add some additional documentation for core AMI eventsMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-02-22Track module use count for res_calendarTerry Wilson
2012-02-14Re-commit the verbose branch.Tilghman Lesher
2011-12-12Backed out core changes from r346391Matthew Jordan
2011-11-30Remove the few places where we try to ast_verbose() without a newline.Tilghman Lesher
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2011-07-27Merged revisions 329670 via svnmerge from Sean Bright
2011-02-09clarify warning when no loadable module supportTzafrir Cohen
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Oops, merge reverted this fix.Tilghman Lesher
2010-07-14Remove the old stub files, preferring the optional_api method.Tilghman Lesher
2010-07-14Don't try to call an embedded module's backup_globals() function untilKevin P. Fleming
2010-07-09Merged revisions 275182 via svnmerge from Matthew Nicholson
2010-07-09Merged revisions 275143 via svnmerge from Matthew Nicholson
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.Mark Michelson
2010-05-12Notify CLI when modules is loaded / unloadedPaul Belanger
2010-02-17RTP documentation states that you can pass NULL as the module, so make sure t...Tilghman Lesher
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsJeff Peeler
2009-11-13Fixing trunk in a way so that it compiles again.Olle Johansson
2009-11-13Add the capability to require a module to be loaded, or else Asterisk exits.Olle Johansson
2009-11-09Fix various problems detected with Valgrind.Tilghman Lesher
2009-08-21Make LOAD_ORDER actually workTerry Wilson
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-22attempting to load running modulesDavid Vossel
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-09module load priorityDavid Vossel
2009-06-04Merged revisions 199022 via svnmerge from Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming