aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/linkedlists.h
AgeCommit message (Expand)AuthorFilesLines
2007-05-17Merged revisions 64820 via svnmerge from tilghman1-6/+6
2006-11-02Add AST_RWLIST_* set of macros which implement linked lists using read/write ...file1-0/+205
2006-10-30Merged revisions 46511 via svnmerge from kpfleming1-0/+1
2006-10-06Merged revisions 44631 via svnmerge from kpfleming1-0/+18
2006-08-24Merged revisions 40994 via svnmerge from russell1-0/+17
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-2/+13
2006-06-03Merged revisions 31738 via svnmerge from bweschke1-1/+2
2006-05-23restore AST_LIST_HEAD_INIT (with no users in the tree right now)kpfleming1-0/+13
2006-05-13simplify conference user list handlingrussell1-0/+6
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-14/+0
2006-05-11properly initialize non-static locks.rizzo1-0/+1
2006-04-11Merged revisions 19303 via svnmerge from file1-0/+1
2006-04-04Does nobody know how to write a linked list properly? I mean seriously!markster1-4/+6
2006-03-29Merged revisions 15896 via svnmerge from kpfleming1-0/+1
2006-02-22bug in the linkedlists macros where the prev node mogorman1-3/+7
2006-02-16Bug 6515 - extra semicolontilghman1-2/+2
2006-02-15Define the initial values separate from the STATIC definitionstilghman1-9/+19
2006-02-14more list macro conversion (issue #6361, plus documentation for new macro)kpfleming1-1/+21
2006-01-11- add AST_LIST_HEAD_NOLOCK_STATIC, similar to AST_LIST_HEAD_STATIC, but witho...russell1-0/+14
2005-12-17Merged revisions 7508 via svnmerge fromtilghman1-2/+3
2005-12-12Typotilghman1-1/+1
2005-12-11Bug 5965 - major bug in AST_LIST_REMOVEtilghman1-4/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-11issue #5669kpfleming1-2/+2
2005-10-31fix various bugs related to list handling of channel variables (issue #5548)kpfleming1-0/+2
2005-10-28add 'tail' pointer to list heads, so that common 'insert-to-tail' operations ...kpfleming1-10/+87
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-1/+20
2005-08-24make AST_LIST_REMOVE_HEAD safer to usekpfleming1-4/+5
2005-07-08queue device state changes and handle them serially in a background threadkpfleming1-2/+4
2005-06-06remove experimental module version tagskpfleming1-4/+4
2005-05-15various fixes:kpfleming1-9/+59
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-1/+1
2005-04-06correct error in doxygen docskpfleming1-2/+2
2005-03-21Fix channel variables on cloned channels (bug #3804)markster1-24/+25
2005-01-01List improvements from kpfleming (bugs #3166,#3140)markster1-13/+54
2004-12-23Document linked lists better (bug #3139)markster1-0/+161
2004-12-23Speed up ast_list macros (bug #3135)markster1-3/+5
2004-12-19Fix little macro (bug #3100)markster1-2/+2
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+0
2004-01-29Fix linked lists tail (bug #951)markster1-3/+7
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-6/+7
2002-09-06Version 0.2.0 from FTPmarkster1-0/+81