res_pjsip_sdp_rtp,sorcery: Fix invalid access and memory leak respectively.
[asterisk/asterisk.git] / main / xmldoc.c
2015-03-20 Richard Mudgettres_pjsip_sdp_rtp,sorcery: Fix invalid access and memor...
2015-03-17 Scott GriepentrogVarious: bugfixes found via chaos
2015-01-30 Mark MichelsonFix some memory leaks.
2014-07-31 Matthew Jordanxmldocs: Add support for an <example> tag in the Asteri...
2014-07-24 Kinsey MooreAMI: Allow for command response documentation
2014-05-28 Matthew JordanLogger/CLI/etc.: Fix some aesthetic issues; reduce...
2014-05-09 Kinsey MooreAllow Asterisk to compile under GCC 4.10
2013-12-11 Matthew Jordanfunc_channel, chan_pjsip: Add CHANNEL read function...
2013-10-29 Matthew JordanRemove some spammy debug messages; improve clarity...
2013-09-10 Richard MudgettFix incorrect usages of ast_realloc().
2013-08-16 Richard MudgettDoxygen comment tweaks.
2013-07-09 Richard MudgettFix printf NULL string (null) substituion for NULL...
2013-04-02 Matthew JordanMake things work again
2013-04-01 Matthew JordanMake appropriate items parse using '|' instead of ','
2013-03-07 Kinsey MooreFix a memory leak in xmldoc
2013-03-07 Kinsey MooreResolve more memory leaks in xmldoc
2013-03-07 Kinsey MooreFix minor memory leak in xmldoc
2013-02-15 Matthew JordanAdd CLI configuration documentation
2012-12-10 Automerge scriptMerged revisions 377506,377512 via svnmerge from
2012-12-10 Tilghman LesherImprove documentation by making all of the colors used...
2012-11-04 Matthew JordanFix memory leaks in XML documentation
2012-10-02 Matthew JordanFix a variety of ref counting issues
2012-09-22 Andrew LathamDoxygen Updates Janitor Work
2012-09-21 Andrew LathamDoxygen Updates - janitor work
2012-08-21 Mark MichelsonFix misuses of asprintf throughout the code.
2012-08-17 Matthew JordanFix memory leak in XML documentation
2012-07-19 Matthew JordanAdd the ability to specify technology specific document...
2012-06-25 Matthew JordanAdd AMI event documentation
2012-06-15 Kevin P. FlemingMultiple revisions 369001-369002
2012-05-18 Matthew JordanFix a variety of memory leaks
2012-05-10 Kinsey MooreResolve FORWARD_NULL static analysis warnings
2012-05-10 Jonathan RoseCoverity Report: Fix issues for error type CHECKED_RETU...
2012-04-06 Kinsey MooreAdd missing newlines to CLI logging
2012-03-22 Kinsey MooreKill off red blobs in most of main/*
2011-10-10 Matthew NicholsonMerged revisions 340109 via svnmerge from
2011-02-04 Paul BelangerReplace ast_log(LOG_DEBUG, ...) with ast_debug()
2011-01-04 Leif MadsenMerged revisions 300521 via svnmerge from
2010-07-22 Jeff PeelerAdd method for finding XML doc files for systems that...
2010-07-02 Tzafrir CohenFix various typos reported by Lintian
2010-03-17 Leif MadsenFix a typo.
2009-08-15 Michiel van BaakAdd an empty line after each option when printing the
2009-06-15 Kevin P. FlemingMore 'static' qualifiers on module global variables.
2009-05-26 Sean BrightReset the terminal to the correct fg/bg after XML docum...
2009-05-22 Eliel C. SardanonsImplement a new element in AstXML for AMI actions docum...
2009-05-15 Eliel C. SardanonsAllow to specify an enumlist inside an enum.
2009-04-14 Olle JohanssonMaking sure we have references to external libraries.
2008-12-31 Terry WilsonDon't forget to free typename
2008-12-13 Tilghman LesherMerge ast_str_opaque branch (discontinue usage of ast_s...
2008-12-08 Eliel C. Sardanons- Fix a leak while printing an argument description.
2008-11-29 Kevin P. Flemingincorporates r159808 from branches/1.4:
2008-11-19 Terry WilsonFix checking for CONFIG_STATUS_FILEINVALID so that...
2008-11-15 Eliel C. SardanonsAvoid a not needed cast, making code more readable.
2008-11-13 Eliel C. SardanonsIntroduce XML documentation for:
2008-11-13 Eliel C. SardanonsFix a typo introduced when changing xmldoc_has_argument...
2008-11-13 Eliel C. SardanonsRemove trailing whitespaces
2008-11-12 Eliel C. Sardanons- The paramname is a pointer allocated with strdup...
2008-11-12 Eliel C. SardanonsImplement AGI XML documentation parsing functions.
2008-11-10 Eliel C. SardanonsMove all the XML documentation API from pbx.c to xmldoc.c.