summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2012-12-13Remove compile time check HAVE_DEV_URANDOM.Russell Bryant
2012-12-13Re-add taskprocessor cleanup code that was removed by the UUID merge.Mark Michelson
2012-12-12Convert Dynamic Features Buffer To Use ast_strMichael L. Young
2012-12-11Add test events necessary for bridging tests to be able to properly run.Mark Michelson
2012-12-11Cleanup CLI commands on exit for several files.Richard Mudgett
2012-12-11Cleanup udptl on exit.Richard Mudgett
2012-12-11Add UUID support to Asterisk.Mark Michelson
2012-12-11Cleanup taskprocessor on exit.Richard Mudgett
2012-12-11Cleanup pbx on exit.Richard Mudgett
2012-12-11Cleanup logger on exit.Richard Mudgett
2012-12-11Cleanup indications on exit.Richard Mudgett
2012-12-11Cleanup event on exit.Richard Mudgett
2012-12-11Cleanup dnsmgr on exit.Richard Mudgett
2012-12-10Improve documentation by making all of the colors used readable,Tilghman Lesher
2012-12-07MALLOC_DEBUG: Only wait if we want atexit allocation dumps.Richard Mudgett
2012-12-06Minor code cleanup in named_acl.c.Russell Bryant
2012-12-06Add CLI tab completion to 'acl show'.Russell Bryant
2012-12-06Fix memory leak in 'manager show event' when command entered incorrectlyMatthew Jordan
2012-12-05Remove init_framer(). It no longer does anything.Richard Mudgett
2012-12-05Fix registering core show codecs/codec CLI commands twice.Richard Mudgett
2012-12-03Cleanup ast_run_atexits() atexits list.Richard Mudgett
2012-12-03Cleanup core main on exit.Richard Mudgett
2012-12-03Cleanup config cache on exit.Richard Mudgett
2012-12-03Cleanup CLI resources on exit and CLI command registration errors.Richard Mudgett
2012-12-03Cleanup CDR resources on exit.Richard Mudgett
2012-12-03Fix CCSS CLI commands and logger level not unregistered.Richard Mudgett
2012-11-29Fixed ast_random's comment about locking.David M. Lee
2012-11-29Add MALLOC_DEBUG atexit unreleased malloc memory summary.Richard Mudgett
2012-11-29Enhance MALLOC_DEBUG CLI commands.Richard Mudgett
2012-11-28manager: Make challenge work with allowmultiplelogin=noJonathan Rose
2012-11-28Fix extension matching with the '-' char.Richard Mudgett
2012-11-23Re-initialize logmsgs mutex upon logger initialization to prevent lock errorsMatthew Jordan
2012-11-21Add red-black tree container type to astobj2.Richard Mudgett
2012-11-19Fix most leftover non-opaque ast_str uses.Walter Doekes
2012-11-18Reorder startup sequence to prevent lockups when process is sent to backgroundMatthew Jordan
2012-11-15Patch to prevent stopping the active generator when it is not the silenceBrent Eagles
2012-11-12Properly check if the "Context" and "Extension" headers are empty in a ShowDi...Joshua Colp
2012-11-12Fix Dynamic Hints Variable Substition - Underscore ProblemMichael L. Young
2012-11-08Add MALLOC_DEBUG enhancements.Richard Mudgett
2012-11-07Multiple revisions 375993-375994Mark Michelson
2012-11-06Fix stuck DTMF when bridge is broken.Richard Mudgett
2012-11-05Refactor ast_timer_ack to return an error and handle the error in timer usersMatthew Jordan
2012-11-05Add safety NULL pointer check in module user references.Richard Mudgett
2012-11-04Don't attempt to purge sessions when no sessions existMatthew Jordan
2012-11-04Properly clean up manager resources on exitMatthew Jordan
2012-11-04Properly finalize prepared SQLite3 statements to prevent memory leakMatthew Jordan
2012-11-04Fix memory leaks in XML documentationMatthew Jordan
2012-11-04Prevent multiple CDR batches from conflicting when scheduling the CDR writeMatthew Jordan
2012-11-02Things don't need to be that const.Richard Mudgett
2012-10-29Make evaluation of channel variables consistently case-sensitive.Mark Michelson