aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-11-21Merged revisions 158603 via svnmerge from murf1-9/+14
2008-11-21Allow space within an extension, when the space is within a character class.tilghman1-9/+10
2008-11-21Merged revisions 158600 via svnmerge from tilghman1-1/+1
2008-11-21Merged revisions 158539 via svnmerge from russell1-0/+16
2008-11-21Merged revisions 158483 via svnmerge from murf1-3/+5
2008-11-21Make sure we add the Event header for CoreShowChannels.qwell1-0/+1
2008-11-20Merged revisions 158072 via svnmerge from mmichelson2-45/+82
2008-11-20more formatting corrections :: one line for loops and if statements still nee...rbrindley1-6/+11
2008-11-20formatting changes :: one line for loops and if statements should have {}rbrindley1-3/+6
2008-11-20(closes issue #12929)jpeeler1-0/+14
2008-11-20Merged revisions 157859 via svnmerge from kpfleming2-3/+2
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...twilson2-2/+2
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman2-32/+56
2008-11-19If malloc returns NULL, we need to return NULL immediately ormmichelson1-0/+1
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-0/+8
2008-11-18(closes issue #13420)murf1-4/+5
2008-11-15Avoid a not needed cast, making code more readable.eliel1-14/+8
2008-11-15Fix a few more places where the case insensitive hash should be used sincerussell2-2/+4
2008-11-14Ping is missing the standard double-newline after the event.tilghman1-1/+2
2008-11-13Merged revisions 156688 via svnmerge from tilghman1-1/+2
2008-11-13(closes issue #13891)jpeeler1-3/+0
2008-11-13Introduce XML documentation for:eliel1-2/+13
2008-11-13Fix a typo introduced when changing xmldoc_has_arguments() to xmldoc_has_insi...eliel1-2/+2
2008-11-13Remove trailing whitespaceseliel1-6/+6
2008-11-12Merged revisions 156297 via svnmerge from murf1-3/+3
2008-11-12Merged revisions 156164 via svnmerge from russell1-6/+8
2008-11-12- The paramname is a pointer allocated with strdup() or malloc(), so,eliel1-3/+3
2008-11-12This commit does two things:mvanbaak6-401/+40
2008-11-12Implement AGI XML documentation parsing functions.eliel1-10/+193
2008-11-11 changing comment style to conform coding guidelinespari1-6/+6
2008-11-11 Patch by Ryan Brindley -- Make sure that manager refuses any duplicate 'new ...pari1-18/+24
2008-11-10Fix memory leak when MALLOC_DEBUG is enabled.tilghman1-0/+1
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.eliel4-1638/+1656
2008-11-09In order to move away from nested function use, some changes to the recently ...seanbright2-11/+15
2008-11-09Merged revisions 155553 via svnmerge from seanbright1-1/+1
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright5-31/+31
2008-11-07Convert open-coded linked list in indications to the AST_LIST_* macros. Thisseanbright1-41/+40
2008-11-07Fix some code in chan_sip that was intended to unlink multiple objects from arussell1-1/+1
2008-11-07If 'asterisk.conf' is not found, instead of giving up,eliel1-10/+7
2008-11-07Fix an asterisk crash if no asterisk.conf configuration file is present.eliel1-0/+1
2008-11-06Simplify the output of [See Also].eliel1-10/+9
2008-11-05Update a couple places to use the new ast_channel_search_locked API call.seanbright1-13/+12
2008-11-05Don't read history on -rx commands.tilghman1-12/+14
2008-11-05Add LISTFILTER dialplan function, along with supporting documentation. Seetilghman1-0/+13
2008-11-05Merged revisions 154685 via svnmerge from murf1-1/+2
2008-11-05Add more SeeAlso references based on TFOT.eliel2-3/+111
2008-11-05- Add more <see-also> based on TFOT.eliel1-0/+2
2008-11-04Introduce a new API call ast_channel_search_locked, which iterates through theseanbright1-0/+18
2008-11-04Slightly optimize ast_devstate_str and rename global functions devstate2str a...tilghman4-49/+30
2008-11-04GLOB_BRACE is already added to MY_GLOB_FLAGS if it is supported on theseanbright1-1/+1