aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/linkedlists.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Fix documentation (pointed out by TheDavidFactor on #-dev)tilghman1-1/+1
2009-06-17Correct AST_LIST_APPEND_LIST behavior when list to be appended is empty.kpfleming1-5/+8
2009-06-16Improve support for media paths that can generate multiple frames at once.kpfleming1-1/+25
2009-03-18revert commit that included extranous changeskpfleming1-25/+1
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming1-1/+25
2009-01-22AST_RWLOCK_INIT_VALUE is always defined. What we really wanted to ask istilghman1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-4/+4
2007-10-25appending one list to another should leave the first list empty, and not requ...kpfleming1-0/+5
2007-08-06Fix the return value of AST_LIST_REMOVE(). This shouldn't be causing anyrussell1-1/+1
2007-06-06Merged revisions 67715 via svnmerge from russell1-3/+7
2007-06-05This bug has been hanging over my head ever since I wrote this SLA code.russell1-2/+3
2007-05-17Merged revisions 64819 via svnmerge from tilghman1-6/+6
2007-02-10Merge team/russell/sla_rewriterussell1-0/+205
2006-10-30ensure that items removed from a list are always unlinked from the list (next...kpfleming1-0/+1
2006-10-06ensure that mutex locks inside list heads are initialized properly on platfor...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