1. 24 5月, 2012 2 次提交
    • Travis Cross's avatar
      lower log level on ZRTP protection drop · 236b9277
      Travis Cross 提交于
      When a call is being setup, a couple seconds of audio may be sent
      unencrypted.  This seems to trigger the log message here with every
      such packet.
      236b9277
    • Travis Cross's avatar
      fix gcc 4.7.0 warning related to enum type · 0c1a95f7
      Travis Cross 提交于
      This amends commit 7bd9efc7.
      
      We changed away from using unsigned here because it caused a warning
      on Windows.  Using the more specific type, however, is causing a
      warning on gcc-4.7 (it notices that the switch statement contains
      values not present in the specified enum type).  So we're switching
      back to unsigned here while keeping the type casts and hoping that
      keeps Windows happy.
      0c1a95f7
  2. 23 5月, 2012 7 次提交
  3. 22 5月, 2012 5 次提交
  4. 21 5月, 2012 3 次提交
  5. 18 5月, 2012 6 次提交
  6. 17 5月, 2012 7 次提交
  7. 16 5月, 2012 7 次提交
  8. 15 5月, 2012 3 次提交