summaryrefslogtreecommitdiff
path: root/include/asterisk.h
AgeCommit message (Expand)Author
2008-12-31Mostly just whitespace, but also convert 'CVS' to 'SVN' in a coupleSean Bright
2008-12-10add tab completion for 'core set debug X filename.c'Michiel van Baak
2008-11-05Fix a problem found while building res_snmp.Sean Bright
2008-10-10Don't include logger.h in asterisk.h by default as it is causing problems bui...Sean Bright
2008-10-09(closes issue #13557)Steve Murphy
2008-09-27Merged revisions 144924-144925 via svnmerge from Kevin P. Fleming
2008-01-10These prototypes are not supposed to be in asterisk.h. They are already inRussell Bryant
2008-01-10The fixes in this commit are mainly to allow compiling of trunk with --enable...Steve Murphy
2007-11-27More "moremanager" fixes. Manager commands to check module status.Olle Johansson
2007-11-22shuffle a little bit the content of header files to reduce dependencies.Luigi Rizzo
2007-11-21move these forward declarations back to asterisk.h where they belong... even ...Kevin P. Fleming
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-19move the declaration of struct ast_channel ast_frame and ast_moduleLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16paths are already in include/asterisk/paths.h so don't duplicateLuigi Rizzo
2007-09-13Merged revisions 82337 via svnmerge from Russell Bryant
2007-07-23(closes issue #10271)Russell Bryant
2007-06-01Merge major changes to the way device state is passed around Asterisk. The twoRussell Bryant
2007-05-04- Add manager command CoreSettingsOlle Johansson
2007-04-28Merge changes from team/russell/eventsRussell Bryant
2007-04-09Merged revisions 60850 via svnmerge from Tilghman Lesher
2007-01-04Merged revisions 49553 via svnmerge from Kevin P. Fleming
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...Steve Murphy
2006-12-16Merged revisions 48521 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44390 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44322 via svnmerge from Kevin P. Fleming
2006-08-22add a new include file for out-of-tree modules that need to know where things...Kevin P. Fleming
2006-08-21restore 'preload' functionality in loaderKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-09there is no reason to define our own 'maximum path length' when the POSIX hea...Kevin P. Fleming
2006-06-09Move a couple semicolons to a more traditional location. Was pointed out by ...Jeffrey C. Ollie
2006-06-08Doxygen formattingOlle Johansson
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedKevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ...Joshua Colp
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-12add 'show threads' and 'show profile' commands.Luigi Rizzo
2006-04-11as discussed with kevin, moveLuigi Rizzo
2006-03-29Add two widely used constantsLuigi Rizzo
2006-03-28bring in the code that was discussed on Mantis #6068,Luigi Rizzo
2006-02-14add 'systemname' option to prefix channel unique IDs with (issue #5825)Kevin P. Fleming
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5599Kevin P. Fleming
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-08-23make sure realtime/high scheduling priority is relinquished before executing ...Kevin P. Fleming
2005-07-25process asterisk.conf in a single pass, instead of twice (bug #4689)Kevin P. Fleming
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...Kevin P. Fleming