summaryrefslogtreecommitdiff
path: root/main/hashtab.c
AgeCommit message (Expand)Author
2018-03-01core: Remove ABI effects of MALLOC_DEBUG.Richard Mudgett
2017-10-23hashtab: Use ast_free.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-08-19Fix checks for allocation debugging.Corey Farrell
2015-11-14hashtab: Add NULL check when destroying iterator.Joshua Colp
2015-05-13MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2015-03-27Improved and portable ast_log recursion avoidanceCorey Farrell
2014-09-26core: Don't allow free to mean ast_free (and malloc, etc..).Walter Doekes
2013-08-16Fix utilities compilation/linking.Richard Mudgett
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...Tilghman Lesher
2009-02-21Trailing whitespace, minor coding guideline fixes, and start beefing up theSean Bright
2008-10-14Add additional memory debugging to several core APIs, and fix several memoryTilghman Lesher
2008-07-18Fix magic Revision keywords in hashtab.c and change cdr_radius.c to use Brett Bryant
2008-03-04Make it so you don't have to cast away const in a couple placesRussell Bryant
2008-03-04remove unnecessary castsRussell Bryant
2007-12-03A small fix from snuffySteve Murphy
2007-11-26closes issue #11356; Many thanks to snuffy for his code review and changes to...Steve Murphy
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-21closes issue #11265; Thanks to snuffy for his work on neatening up the code a...Steve Murphy
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-14Fix up various coding guidelines issues ...Russell Bryant
2007-11-12Thanks to snuff-work, who brought up that these fixes might need to be made.Steve Murphy
2007-11-09This is the perhaps the biggest, boldest, most daring change I've ever commit...Steve Murphy