summaryrefslogtreecommitdiff
path: root/apps/app_minivm.c
AgeCommit message (Expand)Author
2018-03-07Replace direct checks of option_debug with DEBUG_ATLEAST macro.Corey Farrell
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-20Fix Common Typo's.Corey Farrell
2017-11-18app_minivm: Fix possible uninitialized return value.Corey Farrell
2017-08-30AST-2017-006: Fix app_minivm application MinivmNotify command injectionCorey Farrell
2017-08-25voicemail: Fix various abuses of mkstempSean Bright
2017-08-01Fix compiler warnings on Fedora 26 / GCC 7.Corey Farrell
2017-04-25cleanup: Fix fread() and fwrite() error handlingSean Bright
2017-02-13cli: Fix various CLI documentation and completion issuesSean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-10-13app_minivm.c: Fix malformed ast_json_pack() call.Richard Mudgett
2016-02-01build_system: Fix some warnings highlighted by clangGeorge Joseph
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-04-08clang compiler warnings: Fix pointer-bool-converesion warningsMatthew Jordan
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-08-06ARI: Add recording controlsDavid M. Lee
2013-08-01Fix documentation replication issuesKinsey Moore
2013-07-03ARI - channel recording supportDavid M. Lee
2013-05-24Migrate a large number of AMI events over to Stasis-CoreMatthew Jordan
2013-03-16Transition MWI to Stasis-coreKinsey Moore
2013-01-21Fix crash in app_minivm when mime encoding stringMatthew Jordan
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-07Free ast_str objects when temp file fails to be created in MiniVMMatthew Jordan
2012-09-07Fix file descriptor leak and pointer scope issue in MiniVM when sending mailMatthew Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-04-28app_minivm: Fix a couple compiler warnings.Russell Bryant
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-02-08Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-24Opaquify channel stringfieldsTerry Wilson
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-09-26Merged revisions 337974 via svnmerge from Richard Mudgett
2011-09-20Merged revisions 337120 via svnmerge from Matthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-05-03Merged revisions 316331 via svnmerge from Russell Bryant
2011-05-03Merged revisions 316265 via svnmerge from Russell Bryant
2010-07-14ast_callerid restructuringRichard Mudgett
2009-11-13Display a list of channel variables in each channel-oriented event.Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-15Last batch of 'static' qualifiers for module-level global variables.Kevin P. Fleming
2009-06-06Move function MINIVMACCOUNT and MINIVMCOUNTER static documentation to XML.Eliel C. Sardanons
2009-05-22Unregister every registered application by MiniVM.Eliel C. Sardanons
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming