Commit Graph

57 Commits (master)

Author SHA1 Message Date
Luz Paz e3ad4cea4e docs: Fix various typos in main/
2 months ago
Alexander Traud cc025026b7 progdocs: Fix for Doxygen, the hidden parts.
3 years ago
Josh Soref f382775241 main: Spelling fixes
3 years ago
George Joseph e82f2f6e82 astmm.c: Display backtrace with memory show allocations
6 years ago
George Joseph ece5f8015f backtrace: Refactor ast_bt_get_symbols so it doesn't crash
7 years ago
Corey Farrell a10a3aff6a Build System: Improve ccache matching for different menuselect options.
7 years ago
Corey Farrell 4d1c9d8711 core: Stop using AST_INLINE_API for allocator functions.
7 years ago
Richard Mudgett c711e4076a core: Remove ABI effects of MALLOC_DEBUG.
7 years ago
Corey Farrell 1b80ffa495 Fix Common Typo's.
7 years ago
Sean Bright 3f94373778 cli: Fix various CLI documentation and completion issues
8 years ago
Corey Farrell a6e5bae3ef Remove ASTERISK_REGISTER_FILE.
9 years ago
Richard Mudgett 0a878020dc astmm.c: Add more stats to CLI "memory show" commands.
9 years ago
Corey Farrell 478fb4a388 MALLOC_DEBUG: Replace WRAP_LIBC_MALLOC with ASTMM_LIBC.
10 years ago
Matt Jordan 4a58261694 git migration: Refactor the ASTERISK_FILE_VERSION macro
10 years ago
Corey Farrell 3ddd92902a Replace most uses of ast_register_atexit with ast_register_cleanup.
10 years ago
Richard Mudgett 35b5549df8 MALLOC_DEBUG: Change fence magic number to be completely different from the freed magic number.
12 years ago
Richard Mudgett 3540c7ac6e Made MALLOC_DEBUG less CPU intensive by default.
12 years ago
Richard Mudgett 46b9e5450f Fix memory corruption when trying to get "core show locks".
12 years ago
Matthew Jordan c43f380d03 Add backtrace generation to MALLOC_DEBUG memory corruption reports
12 years ago
Richard Mudgett 1d11efe9f4 MALLOC_DEBUG: Only wait if we want atexit allocation dumps.
13 years ago
Richard Mudgett 2686dde98b Add MALLOC_DEBUG atexit unreleased malloc memory summary.
13 years ago
Richard Mudgett e3a487d492 Enhance MALLOC_DEBUG CLI commands.
13 years ago
Richard Mudgett 3a9640b605 Add MALLOC_DEBUG enhancements.
13 years ago
Richard Mudgett e315657287 Fix MALLOC_DEBUG version of ast_strndup().
13 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Kevin P. Fleming 166b4e2b30 Multiple revisions 369001-369002
13 years ago
Kinsey Moore c5b3db1956 Kill off red blobs in most of main/*
13 years ago
Tilghman Lesher 3c7db3b7e8 Two more minor fixes due to constification
16 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Mark Michelson 07a22680ee If malloc returns NULL, we need to return NULL immediately or
17 years ago
Kevin P. Fleming 629861a705 Merged revisions 144924-144925 via svnmerge from
17 years ago
Mark Michelson 48ffe6e772 If attempting to free a NULL pointer when MALLOC_DEBUG
17 years ago
Kevin P. Fleming 0024d6846e Merged revisions 129966 via svnmerge from
17 years ago
Mark Michelson fe9821cc10 Get rid of any remaining ast_verbose calls in the code in favor of
17 years ago
James Golovich 8bcc2a55ae Increase the size of filenames stored when astmm is used. If the path
18 years ago
Luigi Rizzo fd88390af7 remove unnecessary (char *) casts for ast_config_AST_* variables.
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo 9d7ddb3c63 add missing paths.h
18 years ago
Luigi Rizzo 9335ace850 another bunch of include removals (errno.h and asterisk/logger.h)
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Russell Bryant 5480c54e56 Fix another CLI command so it doesn't run the real code when called for initialization.
18 years ago
Russell Bryant 5ab1541da9 Fix the memory show allocations CLI command so that it doesn't spew out all
18 years ago
Russell Bryant 70db49ae2f Merged revisions 87373 via svnmerge from
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Tilghman Lesher 8711a1dba7 Merged revisions 86787 via svnmerge from
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago
Jason Parker 857f785a40 More NEW_CLI conversions.
18 years ago
Russell Bryant befb383d16 Merged revisions 78095 via svnmerge from
18 years ago
Joshua Colp 35ce830d76 Merged revisions 50820 via svnmerge from
19 years ago
Kevin P. Fleming d68c7c8ce6 Merged revisions 48987 via svnmerge from
19 years ago