aboutsummaryrefslogtreecommitdiffstats
path: root/main/astobj2.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-16Improve some very confusing structure names in astobj2.ckpfleming1-18/+18
2010-04-22Remove ABI differences that occured when compiling with DEBUG_THREADS.qwell1-24/+0
2010-03-19prevent segfault if bad magic number is encountered.alecdavis1-1/+4
2010-02-11astobj2 unit test and bug fixdvossel1-4/+8
2010-02-05fixes astobj2 unlinking of multiple objects when OBJ_MULTIPLE was disableddvossel1-8/+13
2010-02-05fixes memory leak in astobj2 testdvossel1-0/+2
2010-01-11Fix ao2_callback when both OBJ_MULTIPLE and OBJ_NODATA are passed.seanbright1-6/+9
2009-10-26Correct broken logic from revision 225405.kpfleming1-1/+10
2009-10-22Fix a refcount error introduced by yesterday's OBJ_MULTIPLE commit.kpfleming1-7/+1
2009-10-21Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterato...kpfleming1-35/+74
2009-10-06Recorded merge of revisions 222152 via svnmerge from kpfleming1-3/+14
2009-10-02Merged revisions 221970 via svnmerge from tilghman1-1/+1
2009-09-04make sure 'start' is always initialized.mvanbaak1-1/+1
2009-09-03Merge code associated with AST-2009-006dvossel1-3/+16
2009-05-28Eliminate several needless checks and fix a few memory leakstilghman1-4/+4
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-4/+4
2009-05-05Correct some flaws in the memory accounting code for stringfields and ao2 obj...kpfleming1-1/+1
2009-05-05Properly account for memory allocated for channels and datastoreskpfleming1-5/+7
2009-05-04Ensure that astobj2 memory allocations are properly accounted for when MALLOC...kpfleming1-4/+7
2009-04-23Support HTTP digest authentication for the http manager interface.tilghman1-6/+8
2009-03-18Merged revisions 182808 via svnmerge from kpfleming1-83/+82
2009-03-11Add MALLOC_DEBUG to various utility APIs, so that memory leaks can be tracked...tilghman1-7/+7
2009-02-12Make lock information for ao2_trylock be more useful and gnarlymmichelson1-1/+10
2008-12-22Remove some error messages. This is the default handler that is valid to use.russell1-2/+0
2008-12-05Merged revisions 161426 via svnmerge from seanbright1-3/+3
2008-11-25This is basically a complete rollback of r155401, as it was determined thatseanbright1-26/+76
2008-11-21Merged revisions 158539 via svnmerge from russell1-0/+16
2008-11-07Add ability to pass arbitrary data to the ao2_callback_fn (called fromseanbright1-22/+22
2008-10-09(closes issue #13557)murf1-1/+1
2008-09-28Merge the cli_cleanup branch.mvanbaak1-3/+3
2008-08-10Another big chunk of changes from the RSW branch. Bunch of stuff from main/seanbright1-6/+6
2008-06-17Revert a previous regression in astobj2.c from merging a branch.bbryant1-0/+6
2008-06-17Updates all usages of ast_tcptls_session_instance to be managed by reference ...bbryant1-6/+0
2008-06-17Put quotes around "test"mmichelson1-1/+1
2008-06-17_ys pointed out in #asterisk-bugs that he was experiencingmmichelson1-0/+6
2008-06-17Add the same fix from revision 123271 to container_destruct_debug.mmichelson1-0/+9
2008-06-17Merged revisions 123271 via svnmerge from russell1-0/+9
2008-04-16Introducing various astobj2 enhancements, chief being a refcount tracing feat...murf1-39/+269
2008-03-04Whitespace changes onlytilghman1-11/+11
2007-11-30Merged revisions 90348 via svnmerge from russell1-0/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-2/+2
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-2/+2
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-28/+52
2007-09-13Merged revisions 82339 via svnmerge from russell1-1/+1
2007-09-13Merged revisions 82337 via svnmerge from russell1-5/+33
2007-09-10Changes applied from marta's team/marta/astobj2 branch to solve a race conditionmurf1-2/+4
2007-09-06various changes to the documentation, and redefinition ofrizzo1-15/+6
2007-09-04Merged revisions 81448 via svnmerge from russell1-15/+15