summaryrefslogtreecommitdiff
path: root/include/asterisk.h
AgeCommit message (Expand)Author
2010-12-20Some scheduler API cleanup and improvements.Russell Bryant
2010-11-30move devices from hints into an ao2_containerStefan Schmidt
2010-11-27Merged revisions 296429 via svnmerge from Tilghman Lesher
2009-09-03Revert attempt to standardize with _POSIX_C_SOURCE.Tilghman Lesher
2009-09-02Let's compile again on OpenBSDMichiel van Baak
2009-08-30Various patches, to enable Asterisk to once again compile on Mac OS X.Tilghman Lesher
2009-08-21Merged revisions 213559 via svnmerge from Tilghman Lesher
2009-08-17Relax check for XOPEN_VERSION.Kevin P. Fleming
2009-08-17Define our desires for POSIX and X/OPEN API features properly.Kevin P. Fleming
2009-04-09Merged revisions 187300-187301 via svnmerge from Tilghman Lesher
2009-04-01Merge changes from str_substitution that are unrelated to that branch.Tilghman Lesher
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