Skip to content
Snippets Groups Projects
  1. Feb 04, 2014
  2. Dec 13, 2012
  3. Dec 11, 2012
  4. Oct 14, 2012
  5. Oct 01, 2012
  6. Nov 29, 2011
  7. Jul 14, 2011
  8. Mar 16, 2010
  9. Jan 11, 2010
  10. Oct 06, 2009
    • Kevin P. Fleming's avatar
      Recorded merge of revisions 222152 via svnmerge from · 1c9fe009
      Kevin P. Fleming authored
      https://origsvn.digium.com/svn/asterisk/branches/1.4
      
      ........
        r222152 | kpfleming | 2009-10-05 20:16:36 -0500 (Mon, 05 Oct 2009) | 20 lines
        
        Fix ao2_iterator API to hold references to containers being iterated.
        
        See Mantis issue for details of what prompted this change.
        
        Additional notes:
        
        This patch changes the ao2_iterator API in two ways: F_AO2I_DONTLOCK
        has become an enum instead of a macro, with a name that fits our
        naming policy; also, it is now necessary to call
        ao2_iterator_destroy() on any iterator that has been
        created. Currently this only releases the reference to the container
        being iterated, but in the future this could also release other
        resources used by the iterator, if the iterator implementation changes
        to use additional resources.
        
        (closes issue #15987)
        Reported by: kpfleming
        
        Review: https://reviewboard.asterisk.org/r/383/
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@222176 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      1c9fe009
  11. May 06, 2009
  12. Dec 13, 2008
  13. Dec 10, 2008
  14. Nov 25, 2008
  15. Nov 19, 2008
  16. Nov 12, 2008
Loading