aboutsummaryrefslogtreecommitdiffstats
path: root/main/asterisk.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-22Unit Test Framework APIdvossel1-0/+8
2009-12-02Add an 'X' option to the asterisk application which enables #exec for configu...file1-1/+5
2009-11-26Reorder option flags. Change guidelines so that example code is consistent w...tilghman1-55/+60
2009-11-13Add the capability to require a module to be loaded, or else Asterisk exits.oej1-4/+5
2009-10-30Add an "Asterisk Architecture Overview" section to the doxygen documentation.russell1-1/+3
2009-10-01Merged revisions 221776 via svnmerge from tilghman1-2/+2
2009-09-24Change the default behavior of Set, AGI, and pbx_realtime to 1.6 behavior by ...tilghman1-1/+1
2009-08-10AST-2009-005tilghman1-12/+12
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.russell1-0/+5
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-0/+6
2009-06-18fixes some memory leaks and redundant conditionsdvossel1-2/+1
2009-06-04Merged revisions 199022 via svnmerge from seanbright1-9/+8
2009-05-22Call ast_stun_init() when we're initializing to get the 'stun debug set'seanbright1-0/+2
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-2/+2
2009-05-18Move the spawn of astcanary down, until after the call to daemon(3).tilghman1-51/+50
2009-05-02Update copyright year to 2009seanbright1-2/+2
2009-04-30Detect eaccess (or euidaccess) before using it.tilghman1-4/+11
2009-04-30Change working directory to / under certain conditions.tilghman1-0/+17
2009-04-17Fix copy/paste error with 'transmit silence' flag.seanbright1-1/+1
2009-04-09Merged revisions 187300-187301 via svnmerge from tilghman1-0/+1
2009-04-08Start splitting up miscellaneous doxygen documentation into separate files.russell1-2/+0
2009-04-02Merge in the RTP engine API.file1-2/+0
2009-03-27Change g_eid to ast_eid_default.russell1-4/+4
2009-03-25Improve performance of the ast_event cache functionality.russell1-1/+4
2009-03-25Merged revisions 184188 via svnmerge from eliel1-3/+10
2009-03-18Merged revisions 182810 via svnmerge from russell1-5/+6
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