Add a log message that appears when you try to unload a module that isn't loaded.
[asterisk/asterisk.git] / main / loader.c
2008-02-19 Joshua ColpAdd a log message that appears when you try to unload...
2008-02-15 Russell BryantMerged revisions 103728 via svnmerge from
2008-02-15 Russell BryantMerged revisions 103726 via svnmerge from
2008-02-05 Mark MichelsonGet rid of any remaining ast_verbose calls in the code...
2008-01-23 Jason ParkerMove code from res_features into (new file) main/features.c
2008-01-07 Joshua ColpMove ModuleLoad and ModuleCheck manager commands from...
2008-01-02 Luigi Rizzosome cleanup of this code while I am trying to debug...
2007-12-06 Olle JohanssonMerged revisions 91366 via svnmerge from
2007-11-27 Olle JohanssonMore "moremanager" fixes. Manager commands to check...
2007-11-21 Luigi Rizzoremove a bunch of useless #include "options.h"
2007-11-20 Luigi Rizzomove asterisk/paths.h outside asterisk.h and into those...
2007-11-20 Luigi Rizzomove internal function declarations to include/asterisk...
2007-11-20 Kevin P. Flemingswitch compile-time option checking to string storage...
2007-11-19 Luigi Rizzoanother bunch of include removals (errno.h and asterisk...
2007-11-17 Luigi Rizzodefine RTLD_LOCAL for platforms that don't have it.
2007-11-16 Luigi RizzoStart untangling header inclusion in a way that does...
2007-11-16 Kevin P. FlemingMerged revisions 89325 via svnmerge from
2007-11-08 Kevin P. Flemingimprove linked-list macros in two ways:
2007-11-07 Luigi Rizzoremove a debugging message which i forgot in.
2007-11-06 Luigi RizzoFix embedding of modules on FreeBSD:
2007-10-22 Kevin P. Flemingmerging patches that don't compile is bad... mmkay?
2007-10-22 Joshua ColpMerged revisions 86630 via svnmerge from
2007-08-16 Tilghman LesherDon't reload a configuration file if nothing has changed.
2007-07-26 Russell BryantDo a massive conversion for using the ast_verb() macro
2007-07-19 Steve MurphyAfter some study, thought, comparing, etc. I've backed...
2007-07-18 Tilghman LesherMerge in ast_strftime branch, which changes timestamps...
2007-07-17 Steve Murphyvia 10206, I have added an option (e) to Dial to allow...
2007-06-24 Russell BryantConversions to ast_debug()
2007-06-14 Russell BryantConvert uses of strdup() to ast_strdup()
2007-06-06 Tilghman LesherIssue 9869 - replace malloc and memset with ast_calloc...
2007-06-05 Russell BryantMerged revisions 67308 via svnmerge from
2007-05-07 Olle JohanssonConstifications
2007-05-03 Kevin P. FlemingMerged revisions 62986 via svnmerge from
2007-04-20 Jason ParkerMerged revisions 61705 via svnmerge from
2007-03-19 Joshua ColpIt is possible for mod to become invalid after we unloa...
2007-03-07 Joshua ColpMake the loader less noisy under valgrind.
2007-02-22 Kevin P. Fleminggive embedded modules a helping hand by backing up...
2007-02-08 Tilghman LesherMerged revisions 53532 via svnmerge from
2006-10-31 Olle JohanssonTake two, using find_resource on Kevin's suggestion.
2006-10-30 Olle JohanssonAdding dialplan function IFMODULE, so you can create...
2006-10-21 Joshua ColpMerged revisions 45817 via svnmerge from
2006-10-04 Kevin P. FlemingMerged revisions 44322 via svnmerge from
2006-10-03 Matt O'Gormanbug #8076 check option_debug before printing to debug...
2006-09-15 Anthony LaMantiareveting modifaction to __ast_module_user_remove
2006-09-13 Joshua ColpTweak changes that went in on revision 42891
2006-09-13 Anthony LaMantiasmall fix for 7944
2006-08-26 Kevin P. Flemingensure that unload_dynamic_module won't continue derefe...
2006-08-25 Kevin P. Fleminginstead of reverting this supposedly 'stupid' change...
2006-08-24 Matthew FredricksonRevert stupid RTLD_NOLOAD change that breaks module...
2006-08-23 Kevin P. Fleminguse RTLD_NOLOAD if it's available to make loading dynam...
2006-08-22 Kevin P. Fleminggenerate a message when a module cannot be found and...
2006-08-22 Kevin P. Flemingminor improvements
2006-08-22 Kevin P. Flemingwhen loadable modules are disabled, if someone tries...
2006-08-21 Kevin P. Flemingrestore 'preload' functionality in loader
2006-08-21 Kevin P. Flemingrestore printing of module name during loading
2006-08-21 Kevin P. Fleminguse a safer process for checking if a module wants...
2006-08-21 Kevin P. Flemingdon't declare these variables unless needed
2006-08-21 Kevin P. Flemingmerge new_loader_completion branch, including (at least):