summaryrefslogtreecommitdiff
path: root/include/asterisk.h
AgeCommit message (Expand)Author
2018-03-17core: Stop using AST_INLINE_API for allocator functions.Corey Farrell
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-12-20Fix Common Typo's.Corey Farrell
2017-11-08DEBUG_FD_LEAKS: Add missing FD creators.Corey Farrell
2017-04-03core: Improve/simplify handling of required headers.Corey Farrell
2017-03-30Forward declare 'struct ast_json' in asterisk.hCorey Farrell
2016-11-01define PATH_MAX for HURDTzafrir Cohen
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-09-29core: Remove ABI effects of LOW_MEMORY.Corey Farrell
2016-08-08Produce friendly error when AST_MODULE_SELF_SYM is not defined.Corey Farrell
2016-07-23asterisk.c: Add auto generation and persistence of UUIDGeorge Joseph
2015-05-04Modules: Make ast_module_info->self available to auxiliary sources.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt 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