summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2008-11-21Make sure we add the Event header for CoreShowChannels.Jason Parker
2008-11-20Merged revisions 158072 via svnmerge from Mark Michelson
2008-11-20more formatting corrections :: one line for loops and if statements still nee...Ryan Brindley
2008-11-20formatting changes :: one line for loops and if statements should have {}Ryan Brindley
2008-11-20(closes issue #12929)Jeff Peeler
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilityTilghman Lesher
2008-11-19If malloc returns NULL, we need to return NULL immediately orMark Michelson
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-18(closes issue #13420)Steve Murphy
2008-11-15Avoid a not needed cast, making code more readable.Eliel C. Sardanons
2008-11-15Fix a few more places where the case insensitive hash should be used sinceRussell Bryant
2008-11-14Ping is missing the standard double-newline after the event.Tilghman Lesher
2008-11-13Merged revisions 156688 via svnmerge from Tilghman Lesher
2008-11-13(closes issue #13891)Jeff Peeler
2008-11-13Introduce XML documentation for:Eliel C. Sardanons
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...Eliel C. Sardanons
2008-11-13Remove trailing whitespacesEliel C. Sardanons
2008-11-12Merged revisions 156297 via svnmerge from Steve Murphy
2008-11-12Merged revisions 156164 via svnmerge from Russell Bryant
2008-11-12- The paramname is a pointer allocated with strdup() or malloc(), so,Eliel C. Sardanons
2008-11-12This commit does two things:Michiel van Baak
2008-11-12Implement AGI XML documentation parsing functions.Eliel C. Sardanons
2008-11-11 changing comment style to conform coding guidelinesPari Nannapaneni
2008-11-11 Patch by Ryan Brindley -- Make sure that manager refuses any duplicate 'new ...Pari Nannapaneni
2008-11-10Fix memory leak when MALLOC_DEBUG is enabled.Tilghman Lesher
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.Eliel C. Sardanons
2008-11-09In order to move away from nested function use, some changes to the recently ...Sean Bright
2008-11-09Merged revisions 155553 via svnmerge from Sean Bright
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromSean Bright
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. ThisSean Bright
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from aRussell Bryant
2008-11-07If 'asterisk.conf' is not found, instead of giving up,Eliel C. Sardanons
2008-11-07Fix an asterisk crash if no asterisk.conf configuration file is present.Eliel C. Sardanons
2008-11-06Simplify the output of [See Also].Eliel C. Sardanons
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.Sean Bright
2008-11-05Don't read history on -rx commands.Tilghman Lesher
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. SeeTilghman Lesher
2008-11-05Merged revisions 154685 via svnmerge from Steve Murphy
2008-11-05Add more SeeAlso references based on TFOT.Eliel C. Sardanons
2008-11-05- Add more <see-also> based on TFOT.Eliel C. Sardanons
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theSean Bright
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...Tilghman Lesher
2008-11-04GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on theSean Bright
2008-11-04Fix build errors.Sean Bright
2008-11-03Merged revisions 154060 via svnmerge from Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsMark Michelson