summaryrefslogtreecommitdiff
path: root/main/xmldoc.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-12-19Remove constant conditionals (dead-code).Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-11-06xmldoc: Improve xmldoc wrapping of 'core show ...' output.Walter Doekes
2015-10-21Add missing failure checks to ast_str_set_va() callers.Richard Mudgett
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-03-22Fix compilation issues for OpenBSDMatthew Jordan
2015-03-20res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.Richard Mudgett
2015-03-17Various: bugfixes found via chaosScott Griepentrog
2015-01-30Fix some memory leaks.Mark Michelson
2014-07-31xmldocs: Add support for an <example> tag in the Asterisk XML DocumentationMatthew Jordan
2014-07-24AMI: Allow for command response documentationKinsey Moore
2014-05-28Logger/CLI/etc.: Fix some aesthetic issues; reduce chatty verbose messagesMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-12-11func_channel, chan_pjsip: Add CHANNEL read function support for chan_pjsipMatthew Jordan
2013-10-29Remove some spammy debug messages; improve clarity of othersMatthew Jordan
2013-09-10Fix incorrect usages of ast_realloc().Richard Mudgett
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-07-09Fix printf NULL string (null) substituion for NULL config framework default.Richard Mudgett
2013-04-02Make things work againMatthew Jordan
2013-04-01Make appropriate items parse using '|' instead of ','Matthew Jordan
2013-03-07Fix a memory leak in xmldocKinsey Moore
2013-03-07Resolve more memory leaks in xmldocKinsey Moore
2013-03-07Fix minor memory leak in xmldocKinsey Moore
2013-02-15Add CLI configuration documentationMatthew Jordan
2012-12-10Improve documentation by making all of the colors used readable,Tilghman Lesher
2012-11-04Fix memory leaks in XML documentationMatthew Jordan
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-21Doxygen Updates - janitor workAndrew Latham
2012-08-21Fix misuses of asprintf throughout the code.Mark Michelson
2012-08-17Fix memory leak in XML documentationMatthew Jordan
2012-07-19Add the ability to specify technology specific documentationMatthew Jordan
2012-06-25Add AMI event documentationMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-05-10Coverity Report: Fix issues for error type CHECKED_RETURN for coreJonathan Rose
2012-04-06Add missing newlines to CLI loggingKinsey Moore
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2011-10-10Merged revisions 340109 via svnmerge from Matthew Nicholson
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-01-04Merged revisions 300521 via svnmerge from Leif Madsen
2010-07-22Add method for finding XML doc files for systems that don't support GLOB_BRACE.Jeff Peeler
2010-07-02Fix various typos reported by LintianTzafrir Cohen
2010-03-17Fix a typo.Leif Madsen
2009-08-15Add an empty line after each option when printing theMichiel van Baak
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-26Reset the terminal to the correct fg/bg after XML documenation is rendered.Sean Bright