summaryrefslogtreecommitdiff
path: root/main/data.c
AgeCommit message (Expand)Author
2015-03-26Replace most uses of ast_register_atexit with ast_register_cleanup.Corey Farrell
2014-10-07data: Properly access formats in capabilities structure when adding codecs.Joshua Colp
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2014-05-09Allow Asterisk to compile under GCC 4.10Kinsey Moore
2013-10-24memory leaks: Memory leak cleanup patch by Corey Farrell (second set)Jonathan Rose
2013-08-18Fix invalid access to disposed memory in main/data unit testMatthew Jordan
2013-08-16Doxygen comment tweaks.Richard Mudgett
2013-02-14Revamp of terminal color codesKinsey Moore
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-10-02Fix a variety of ref counting issuesMatthew Jordan
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-05-18Fix a variety of memory leaksMatthew Jordan
2012-05-10Resolve FORWARD_NULL static analysis warningsKinsey Moore
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-03-20Allow AMI action callback to be reentrant.Richard Mudgett
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-09Kill some startup warnings and errors and make some messages more helpful in ...Tilghman Lesher
2010-07-08Implement AstData API data providers as part of the GSOC 2010 project,Eliel C. Sardanons
2010-05-02Avoid making AstData depend on libxml2 to compile.Eliel C. Sardanons
2010-04-22Asterisk data retrieval API.Eliel C. Sardanons