summaryrefslogtreecommitdiff
path: root/main/asterisk.c
AgeCommit message (Expand)Author
2009-07-08Move OpenSSL initialization to a single place, make library usage thread-safe.Russell Bryant
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-18fixes some memory leaks and redundant conditionsDavid Vossel
2009-06-04Merged revisions 199022 via svnmerge from Sean Bright
2009-05-22Call ast_stun_init() when we're initializing to get the 'stun debug set'Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-05-18Move the spawn of astcanary down, until after the call to daemon(3).Tilghman Lesher
2009-05-02Update copyright year to 2009Sean Bright
2009-04-30Detect eaccess (or euidaccess) before using it.Tilghman Lesher
2009-04-30Change working directory to / under certain conditions.Tilghman Lesher
2009-04-17Fix copy/paste error with 'transmit silence' flag.Sean Bright
2009-04-09Merged revisions 187300-187301 via svnmerge from Tilghman Lesher
2009-04-08Start splitting up miscellaneous doxygen documentation into separate files.Russell Bryant
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-27Change g_eid to ast_eid_default.Russell Bryant
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-25Merged revisions 184188 via svnmerge from Eliel C. Sardanons
2009-03-18Merged revisions 182810 via svnmerge from Russell Bryant
2009-02-25Merged revisions 178508 via svnmerge from Russell Bryant
2009-02-24Apparently, a void cast doesn't override warn_unused_result.Tilghman Lesher
2009-02-24The 3 possible errors with pipe(2) are all impossible in this situation.Tilghman Lesher
2009-02-24Use a SIGPIPE to kill the process, instead of depending upon the astcanary pr...Tilghman Lesher
2009-02-21add extra check for sysinfo/sysctlMichiel van Baak
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2009-01-29Merged revisions 172438 via svnmerge from Tilghman Lesher
2009-01-21Merged revisions 169722 via svnmerge from Tilghman Lesher
2009-01-19fix assignment in swapmode plug.Michiel van Baak
2009-01-19Make asterisk compile on non-amd64 versions of OpenBSD.Michiel van Baak
2009-01-14Fix compilation on FreeBSD and OSXMichiel van Baak
2009-01-13Add option to hide console connect messagesTerry Wilson
2009-01-12Don't include swap.h unless we have swapctlOlle Johansson
2009-01-03When parsing environment variable ASTERISK_PROMPT, make sure to proceed to th...Jeff Peeler
2008-12-16Fix build issues on Linux after sysinfo related changesRussell Bryant
2008-12-16introduce 'core show sysinfo' for systems that dont have the Linux-ish sysinf...Michiel van Baak
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-12Merged revisions 163761 via svnmerge from Tilghman Lesher
2008-12-11Merged revisions 163383 via svnmerge from Tilghman Lesher
2008-12-10add tab completion for 'core set debug X filename.c'Michiel van Baak
2008-12-09Add some additional Asterisk project developer documentation. Russell Bryant
2008-12-09Merged revisions 162413 via svnmerge from Russell Bryant
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-01Introduce CLI permissions.Eliel C. Sardanons
2008-11-12Merged revisions 156164 via svnmerge from Russell Bryant
2008-11-12This commit does two things:Michiel van Baak
2008-11-10Move all the XML documentation API from pbx.c to xmldoc.c.Eliel C. Sardanons
2008-11-05Don't read history on -rx commands.Tilghman Lesher
2008-11-02bring over all the fixes for the warnings found by gcc 4.3.x from the 1.4 bra...Kevin P. Fleming
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-30fix a few small things found by using sparseKevin P. Fleming
2008-10-25Merged revisions 151905 via svnmerge from Russell Bryant