summaryrefslogtreecommitdiff
path: root/main/image.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.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
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2012-02-20ast_channel opaquification of pointers and integral typesTerry Wilson
2012-01-24Opaquify channel stringfieldsTerry Wilson
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2008-03-04Whitespace changes onlyTilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-14- Simplify removing an item from a listRussell Bryant
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-01-26Convert some more stuff to read/write lists.Joshua Colp
2007-01-23Cosmetic changes. Make main source files better conform to coding guidelines ...Joshua Colp
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-09-21Remove deprecated CLI apps from the coreTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming