summaryrefslogtreecommitdiff
path: root/include/asterisk.h
AgeCommit message (Expand)Author
2016-08-02asterisk.c: Add auto generation and persistence of UUIDGeorge Joseph
2016-01-05asterisk.h: Add ASTERISK_REGISTER_FILE macroGeorge Joseph
2015-04-13git migration: Remove support for file versionsMatt Jordan
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2015-02-11HTTP: Stop accepting requests on final system shutdown.Richard Mudgett
2014-03-27main/formats: Fix crash in ast_format_cmp during non-clean shutdown.Corey Farrell
2013-07-08Move channel driver Registry manager events to core.Jason Parker
2013-05-30Avoid unnecessary cleanups during immediate shutdownDavid M. Lee
2013-05-07Fix build breakage, from LOW_MEMORY fix.Jason Parker
2013-05-04Clean up documentation; prevent ref leak on exitMatthew Jordan
2013-05-03Stasis: Convert network change events into network change stasis messagesJonathan Rose
2013-02-28Don't undefine bzero()/bcopy().Jason Parker
2012-10-18Doxygen Updates - Title updateAndrew Latham
2012-01-30Address OpenSSL initialization issues when using third-party libraries.Kevin P. Fleming
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