aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
AgeCommit message (Expand)AuthorFilesLines
2009-01-13Add option to hide console connect messagestwilson1-0/+3
2009-01-13Merged revisions 168561 via svnmerge from russell2-14/+14
2009-01-12Some platforms (notably, the BSDs) have a more efficient implementation calledtilghman1-0/+3
2009-01-09When using ast_str with a non-ast_str-enabled API, we need to update the buffertilghman1-0/+10
2008-12-23Merged revisions 166093 via svnmerge from murf2-8/+0
2008-12-22Introduce ast_careful_fwrite() and use in AMI to prevent partial writes.russell1-0/+19
2008-12-20Make a note about formatting the review URL in commit messagesrussell1-0/+2
2008-12-19Adding a new dialplan function AUDIOHOOK_INHERITmmichelson1-0/+15
2008-12-19Add configuration support for half_full DAHDI buffer policymattf1-0/+6
2008-12-19Disable some automatic links generated by doxygen.russell1-10/+10
2008-12-19Introduce commit message formatting guidelines.russell1-0/+91
2008-12-18Remove the need for AST_PBX_KEEPALIVE with the GoSub option from Dial.russell1-0/+31
2008-12-18Remove duplicate code from the ast_str API. We now use __AST_STR_* toeliel1-172/+58
2008-12-16Add timezone to the possible fields in a timespec.tilghman1-0/+17
2008-12-16introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinf...mvanbaak1-0/+6
2008-12-16Merged revisions 164736 via svnmerge from russell1-1/+1
2008-12-15Merged revisions 164422 via svnmerge from mmichelson1-0/+4
2008-12-15Merged revisions 164416 via svnmerge from mmichelson2-0/+25
2008-12-15Revert ast_str opacity in chan_sip for now, since something wasn't quite righttilghman1-2/+2
2008-12-15I was getting this warning during a compilemurf1-2/+2
2008-12-15Fix a couple more build issues related to ast_str_opaquerussell1-2/+2
2008-12-15Make app_fax compatible with newer versions of spandsp. This remains backward...file1-0/+3
2008-12-14Don't pass a negative to an unsigned type and expect things to work correctly.tilghman1-3/+3
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman6-17/+264
2008-12-12Merged revisions 163448 via svnmerge from russell1-1/+15
2008-12-09it does help if the compiler attribute syntax is correctkpfleming1-2/+2
2008-12-09Add some additional Asterisk project developer documentation. russell1-160/+495
2008-12-09Merged revisions 162413 via svnmerge from russell1-2/+0
2008-12-09Merged revisions 162013 via svnmerge from murf1-1/+0
2008-12-05Merged revisions 161426 via svnmerge from seanbright1-4/+4
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-4/+8
2008-12-01Introduce CLI permissions.eliel3-3/+23
2008-11-29incorporates r159808 from branches/1.4:kpfleming18-63/+60
2008-11-26improve handling of API calls provided by loaded modules through use of some ...kpfleming3-19/+167
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a calltilghman1-0/+1
2008-11-25Merged revisions 159025 via svnmerge from tilghman1-0/+9
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-14/+55
2008-11-24Added EVENT_FLAG_AGI and used it for manager calls in res_agi.cmnicholson1-0/+1
2008-11-21Merged revisions 158539 via svnmerge from russell1-0/+10
2008-11-20Merged revisions 158072 via svnmerge from mmichelson2-0/+29
2008-11-19Merge the changes from the res_timing_timerfd branch.mmichelson1-3/+6
2008-11-19make some corrections to the ast_agi_register_multiple(), ast_agi_unregister_...kpfleming1-3/+45
2008-11-19Starting with a change to ensure that ast_verbose() preserves ABI compatibilitytilghman2-60/+50
2008-11-18Merged revisions 157305 via svnmerge from mmichelson1-0/+4
2008-11-14Fix some refcounting in app_queue.c and change themmichelson1-0/+19
2008-11-13Remove trailing whitespaceseliel2-5/+5
2008-11-12This commit does two things:mvanbaak1-6/+0
2008-11-12Implement AGI XML documentation parsing functions.eliel1-8/+13
2008-11-11use some fancy compiler magic (thanks to Matthew Woehlke on the gcc-help mail...kpfleming1-8/+2
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.eliel3-2/+91