Commit Graph

65 Commits (ceab8bf73c700b8fcd13dc2b2723be2f12156670)

Author SHA1 Message Date
Jonathan Rose 49716f1f8c astobj2: Unregister debug CLI commands at exit
12 years ago
David M. Lee d867a3f062 Don't write to /tmp/refs when REF_DEBUG is not defined.
12 years ago
Richard Mudgett f49ffa9d4c Fix memory corruption when trying to get "core show locks".
13 years ago
Walter Doekes ae157a6b66 Consistent memory allocation by ast_bt_get_symbols.
13 years ago
Richard Mudgett f2c0fc1cb5 Attempt to be more helpful when using a bad ao2 object pointer.
13 years ago
Matthew Jordan e461247cef Constify __ao2_ref_debug in astobj2
13 years ago
Kevin P. Fleming f83d1b98e8 Add support-level indications to many more source files.
14 years ago
Richard Mudgett a11540c95b Fixed __ao2_ref() validating user_data twice.
14 years ago
Richard Mudgett d109a3973b Check fopen return value for ao2 reference debug output.
14 years ago
Jeff Peeler c28a605bbd Add missing debug info for ao2_link for use with REF_DEBUG in ao2 callback.
15 years ago
Russell Bryant 3173d54bd0 Don't enable AO2_DEBUG by default if AST_DEVMODE is on.
15 years ago
Tilghman Lesher d70a3b0856 Merged revisions 298957 via svnmerge from
15 years ago
Kevin P. Fleming c44da92360 Improve some very confusing structure names in astobj2.c
16 years ago
Jason Parker 9e3f5fa6fb Remove ABI differences that occured when compiling with DEBUG_THREADS.
16 years ago
Alec L Davis 743b168319 prevent segfault if bad magic number is encountered.
16 years ago
David Vossel 9478670527 astobj2 unit test and bug fix
16 years ago
David Vossel bc16d44b73 fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disabled
16 years ago
David Vossel a7123b5f4f fixes memory leak in astobj2 test
16 years ago
Sean Bright ba6201cae6 Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.
16 years ago
Kevin P. Fleming ad7a9fb8e8 Correct broken logic from revision 225405.
16 years ago
Kevin P. Fleming be796e703a Fix a refcount error introduced by yesterday's OBJ_MULTIPLE commit.
16 years ago
Kevin P. Fleming cdd1f9e296 Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterator to use it.
16 years ago
Kevin P. Fleming 1c9fe00920 Recorded merge of revisions 222152 via svnmerge from
16 years ago
Tilghman Lesher c1c25181af Merged revisions 221970 via svnmerge from
16 years ago
Michiel van Baak 6f32731568 make sure 'start' is always initialized.
17 years ago
David Vossel d09f9fd00a Merge code associated with AST-2009-006
17 years ago
Tilghman Lesher 98ce0e5b6c Eliminate several needless checks and fix a few memory leaks
17 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
17 years ago
Kevin P. Fleming 1f49e675bb Correct some flaws in the memory accounting code for stringfields and ao2 objects
17 years ago
Kevin P. Fleming ec5116f80c Properly account for memory allocated for channels and datastores
17 years ago
Kevin P. Fleming 1726475a54 Ensure that astobj2 memory allocations are properly accounted for when MALLOC_DEBUG is used
17 years ago
Tilghman Lesher ce6ebaef97 Support HTTP digest authentication for the http manager interface.
17 years ago
Kevin P. Fleming ab3e9ddad1 Merged revisions 182808 via svnmerge from
17 years ago
Tilghman Lesher bfc0d3b795 Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked back to their source.
17 years ago
Mark Michelson 3a9d79f056 Make lock information for ao2_trylock be more useful and gnarly
17 years ago
Russell Bryant 7166156658 Remove some error messages. This is the default handler that is valid to use.
17 years ago
Sean Bright fbb542055f Merged revisions 161426 via svnmerge from
17 years ago
Sean Bright fd8caa1778 This is basically a complete rollback of r155401, as it was determined that
17 years ago
Russell Bryant 6fb1f86054 Merged revisions 158539 via svnmerge from
17 years ago
Sean Bright 30d1744ffc Add ability to pass arbitrary data to the ao2_callback_fn (called from
17 years ago
Steve Murphy e235a07376 (closes issue #13557)
17 years ago
Michiel van Baak 90751b16ca Merge the cli_cleanup branch.
17 years ago
Sean Bright b69c8e6ab5 Another big chunk of changes from the RSW branch. Bunch of stuff from main/
18 years ago
Brett Bryant 99757cdb70 Revert a previous regression in astobj2.c from merging a branch.
18 years ago
Brett Bryant 2aae0ba13d Updates all usages of ast_tcptls_session_instance to be managed by reference counts so that they only get destroyed when all threads are done using
18 years ago
Mark Michelson b0b8bcd3b2 Put quotes around "test"
18 years ago
Mark Michelson fb3564de50 _ys pointed out in #asterisk-bugs that he was experiencing
18 years ago
Mark Michelson 6a9a22f32f Add the same fix from revision 123271 to container_destruct_debug.
18 years ago
Russell Bryant 8b1646163d Merged revisions 123271 via svnmerge from
18 years ago
Steve Murphy 6138b16995 Introducing various astobj2 enhancements, chief being a refcount tracing feature, and various documentation updates in astobj2.h, and the addition of standalone utility, refcounter, that will filter the trace output for unbalanced, unfreed objects. This comes from the team/murf/bug11210 branch.
18 years ago