aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-04Fix build errors.seanbright1-1/+1
2008-11-03Merged revisions 154060 via svnmerge from tilghman1-3/+3
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming9-95/+194
2008-11-01Merge changes from team/group/appdocsxmlrussell7-465/+2789
2008-10-31* Fixed timeout logic in the dialing API as setting timeoutsmmichelson1-2/+2
2008-10-31Recent CDR fixes moved execution of the 'h' exten into the bridging code, so ...twilson1-0/+7
2008-10-31Use the ast_str API call to reset the string instead of manually editing its ...russell1-2/+1
2008-10-30Merged revisions 152811 via svnmerge from kpfleming1-2/+2
2008-10-30fix a few small things found by using sparsekpfleming4-17/+12
2008-10-30After seeing another problem in #asterisk stemming frommmichelson1-1/+1
2008-10-30Track down and fix annoying lock errorstilghman1-5/+9
2008-10-29Merged revisions 152535 via svnmerge from murf1-60/+89
2008-10-25Merged revisions 151905 via svnmerge from russell1-5/+9
2008-10-20 Do NOT attempt to do anything with the ast_config struct when it's been retu...bweschke1-2/+2
2008-10-19cleaup of the TCP/TLS socket API:kpfleming3-161/+176
2008-10-18 Using the GetVar handler in AMI is potentially dangerous (insta-crash [tm]) ...bweschke1-2/+9
2008-10-17Fix CLI command 'channel request hangup'mvanbaak1-2/+2
2008-10-16Merged revisions 150304 via svnmerge from mmichelson1-4/+1
2008-10-16Merged revisions 150298,150301 via svnmerge from mmichelson1-0/+4
2008-10-14Merged revisions 149204 via svnmerge from mmichelson1-2/+8
2008-10-14Add additional memory debugging to several core APIs, and fix several memorytilghman3-3/+37