1. 24 5月, 2014 3 次提交
  2. 23 5月, 2014 6 次提交
  3. 22 5月, 2014 8 次提交
  4. 21 5月, 2014 3 次提交
  5. 20 5月, 2014 9 次提交
  6. 19 5月, 2014 6 次提交
  7. 17 5月, 2014 3 次提交
    • Steve Underwood's avatar
      34807208
    • Travis Cross's avatar
      Prevent opus lib from re-configuring on every make · e4888349
      Travis Cross 提交于
      We were using the libopus directory itself rather than a file within
      it as a makefile target.  This is a bad idea as make will see the
      target as updated whenever files are created in or removed from the
      directory.  Since running configure creates and removes files, the
      target will always appear dirty.
      
      The effect was that when mod_opus was enabled in FS make would always
      cause libopus to be reconfigured.
      
      We'll target instead the configure file in libopus as that's the first
      thing we need anyway.
      e4888349
    • William King's avatar
      CID: 1214222 · c19aa584
      William King 提交于
      sofia_glue_get_url_from_contact to strdup the value so before
      overwriting the value signal to sofia that we have finished with the
      raw header.
      c19aa584
  8. 16 5月, 2014 2 次提交
    • William King's avatar
      CID: 1214221,1214222 · 388e119e
      William King 提交于
      sip_header_as_string returns new memory alloc'd on the nua_handle's memory pool. This memory would not be freed until
      the handle was destroyed. Since there is no usage of the call-info header after it is added to the event as a header value,
      we should make sure to both su_free the sofia returned string, but also more cleanly create the event header value to reduce a strdup.
      388e119e
    • William King's avatar
      Fix build for 31b8b55d · dc83348b
      William King 提交于
      dc83348b