aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-25Merged revisions 178508 via svnmerge from russell1-1/+1
2009-02-24Apparently, a void cast doesn't override warn_unused_result.tilghman1-1/+4
2009-02-24The 3 possible errors with pipe(2) are all impossible in this situation.tilghman1-1/+1
2009-02-24Use a SIGPIPE to kill the process, instead of depending upon the astcanary pr...tilghman1-1/+17
2009-02-21add extra check for sysinfo/sysctlmvanbaak1-0/+2
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-0/+5
2009-01-29Merged revisions 172438 via svnmerge from tilghman1-2/+11
2009-01-21Merged revisions 169722 via svnmerge from tilghman1-0/+1
2009-01-19fix assignment in swapmode plug.mvanbaak1-1/+1
2009-01-19Make asterisk compile on non-amd64 versions of OpenBSD.mvanbaak1-1/+1
2009-01-14Fix compilation on FreeBSD and OSXmvanbaak1-3/+21
2009-01-13Add option to hide console connect messagestwilson1-2/+7
2009-01-12Don't include swap.h unless we have swapctloej1-0/+2
2009-01-03When parsing environment variable ASTERISK_PROMPT, make sure to proceed to th...jpeeler1-1/+1
2008-12-16Fix build issues on Linux after sysinfo related changesrussell1-3/+3
2008-12-16introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinf...mvanbaak1-13/+118
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-7/+3
2008-12-12Merged revisions 163761 via svnmerge from tilghman1-0/+2
2008-12-11Merged revisions 163383 via svnmerge from tilghman1-0/+21
2008-12-10add tab completion for 'core set debug X filename.c'mvanbaak1-0/+18
2008-12-09Add some additional Asterisk project developer documentation. russell1-5/+11
2008-12-09Merged revisions 162413 via svnmerge from russell1-4/+0
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-12-01Introduce CLI permissions.eliel1-12/+74
2008-11-12Merged revisions 156164 via svnmerge from russell1-6/+8
2008-11-12This commit does two things:mvanbaak1-73/+7
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.eliel1-2/+2
2008-11-05Don't read history on -rx commands.tilghman1-12/+14
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...kpfleming1-15/+34
2008-11-01Merge changes from team/group/appdocsxmlrussell1-0/+6
2008-10-30fix a few small things found by using sparsekpfleming1-7/+1
2008-10-25Merged revisions 151905 via svnmerge from russell1-5/+9
2008-10-07Allow people to select the old console behavior of white text on a blacktilghman1-1/+8
2008-10-04Fix a bug with the last item in CLI history getting duplicated whenseanbright1-4/+7
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-2/+5
2008-08-25Optional light colored background, for those who use black on white terminals.tilghman1-3/+9
2008-08-10Another batch of files from RSW. The remaining apps and a few moreseanbright1-1/+1
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-29/+29
2008-07-30Add %u and %g to the ASTERISK_PROMPT settings, for username and group,tilghman1-76/+74
2008-07-28merging the zap_and_dahdi_trunk branch up to trunkmmichelson1-7/+0
2008-07-25Modify the main page of the doxygen documentation to link to a new page dedic...russell1-7/+1
2008-07-23Merged revisions 133169 via svnmerge from mmichelson1-0/+2
2008-07-16Fixes an issue with "core show sysinfo" that used the wrong operator to bbryant1-5/+5
2008-07-14Fix a memory leak in the case that /dev/null cannot bemmichelson1-1/+3
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-3/+3
2008-07-08Reduce length of time that 'asterisk -rx' waits.tilghman1-2/+10
2008-06-25Merged revisions 125132 via svnmerge from kpfleming1-2/+0
2008-06-19Merged revisions 123869 via svnmerge from tilghman1-1/+4
2008-06-16Add a "timing test" CLI command. It opens a timer and configures it forrussell1-0/+5
2008-06-13Merge changes from timing branchrussell1-29/+1