Skip to content
Snippets Groups Projects
  1. May 05, 2011
    • Stefan Schmidt's avatar
      Adding the Move to Front Hash functionality · 19eb6c73
      Stefan Schmidt authored
      Moving a found object to the front of its bucket to reduce the necessary traversal steps to find an object. This change improves the search time on large system with many data or in link lists.
      
      (closes issue #19233)
      Reported by: schmidts
      
      Review: https://reviewboard.asterisk.org/r/1201/
      
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316962 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      19eb6c73
    • Sean Bright's avatar
      Merged revisions 316917-316919 via svnmerge from · fe5938c5
      Sean Bright authored
      https://origsvn.digium.com/svn/asterisk/branches/1.8
      
      ........
        r316917 | seanbright | 2011-05-04 22:23:28 -0400 (Wed, 04 May 2011) | 5 lines
        
        Make sure that tcptls_session is properly initialized.
        
        (issue #18598)
        Reported by: ksn
      ........
        r316918 | seanbright | 2011-05-04 22:25:20 -0400 (Wed, 04 May 2011) | 5 lines
        
        Look at the correct buffer for our digest info instead of an empty one.
        
        (issue #18598)
        Reported by: ksn
      ........
        r316919 | seanbright | 2011-05-04 22:30:45 -0400 (Wed, 04 May 2011) | 10 lines
        
        Use the correct HTTP method when generating our digest, otherwise we always fail.
        
        When calculating the 'A2' portion of our digest for verification, we need the
        HTTP method that is currently in use.  Unfortunately our mapping function was
        incorrect, resulting in invalid hashes being generated and, in turn, failures
        in authentication.
        
        (closes issue #18598)
        Reported by: ksn
      ........
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@316920 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      fe5938c5
  2. May 04, 2011
  3. May 03, 2011
  4. May 02, 2011
  5. Apr 27, 2011
  6. Apr 26, 2011
Loading