1. 08 6月, 2012 2 次提交
    • Travis Cross's avatar
      increase buffer size for local SDP · 086f6174
      Travis Cross 提交于
      There are a lot of codecs these days, and some clients offer all of
      them.  If we run out of space in this buffer our local SDP will get
      silently truncated, which will cause a difficult to diagnose error in
      Sofia-SIP.
      
      Thanks to Anthony Minessale.
      
      FS-4293 --resolve
      086f6174
    • Travis Cross's avatar
      fix buffer length calculation in call to generate_m · dc300133
      Travis Cross 提交于
      This error was causing us to call generate_m with a buffer length that
      was less than the strlen of the buffer we were passing.  The result
      was truncated local SDP which would cause sofia to fail if the
      truncation was in a particularly bad place.
      
      Thanks to Anthony Minessale for the fix and working with me to
      diagnose the issue.
      
      FS-4293 --resolve
      dc300133
  2. 07 6月, 2012 4 次提交
  3. 06 6月, 2012 1 次提交
    • Viktor Krykun's avatar
      various bug fixes in libzrtp · 2c9e1454
      Viktor Krykun 提交于
       * fixed bug with remote hello-hash buffer being too small
       * removed unused hello-hash storage in zrtp stream context
       * fixed bug with libzrtp rendered "empty" SAS hash from incoming
         SasRelay packet
       * incremented libzrtp version number to 1.15
      Signed-off-by: 's avatarTravis Cross <tc@traviscross.com>
      2c9e1454
  4. 05 6月, 2012 3 次提交
  5. 04 6月, 2012 4 次提交
  6. 02 6月, 2012 8 次提交
  7. 01 6月, 2012 13 次提交
  8. 31 5月, 2012 5 次提交