1. 24 5月, 2012 11 次提交
  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 1 次提交
    • Travis Cross's avatar
      use the typedef for an enum rather than unsigned · 7bd9efc7
      Travis Cross 提交于
      The callback here receives both zrtp_protocol_event_t and
      zrtp_security_event_t events.  The latter is numbered contiguously to
      the former.  Still, it's a bit confusing to have to pick one as a
      type, but apparently this fixes a warning on Visual Studio on Windows.
      
      Thanks to Jeff Lenk.
      7bd9efc7