- 24 6月, 2012 7 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
clang warns: warning: returning 'const char *' from a function with result type 'char *' discards qualifiers [-Wincompatible-pointer-types]
-
由 Travis Cross 提交于
The implementation clears the context / state data from memory when it is finished with it. Prior to this commit, however, it was actually only clearing the first 4 bytes on x86 or 8 bytes on x86_64. clang warns: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
-
由 Travis Cross 提交于
On some compilers this fixes the build. gcc reports: error: format not a string literal and no format arguments clang reports: error: format string is not a string literal (potentially insecure) [-Werror,-Wformat-security]
-
由 Travis Cross 提交于
This causes a warning that breaks the build with clang.
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 23 6月, 2012 12 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
This adds the .version file to nightlies produced with debian/util.sh.
-
由 Travis Cross 提交于
Debian nightlies created with debian/util.sh now have the version set in the same format as Makefile.am produces. Unlike Makefile.am, however, we show the orig packaging date rather than the date of the latest commit, as the latter could legitimately regress and we need this to always increment.
-
由 Travis Cross 提交于
When we're terminating ZRTP to an IVR or to a leg which is not ZRTP-capable, there's no way for us to make an intelligent decision about whether this flag should be set. For a client to consider the SAS as verified, however, both sides need to set this flag. By always setting this flag on our side, we leave the decision completely in the hands of the client where we hope there is a careful human. Signed-off-by:
Travis Cross <tc@traviscross.com>
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 22 6月, 2012 4 次提交
-
-
由 Anthony Minessale 提交于
add video support to lib/mod.dingaling this needs testing, google voice won't work with video calls so disable video codecs if you use that
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 21 6月, 2012 3 次提交
-
-
由 dschreiber 提交于
-
由 Brian West 提交于
-
由 Jeff Lenk 提交于
FS-4319 --resolve portaudio not always moving the active call to the top of its internal list (invalid ringing)
-
- 20 6月, 2012 7 次提交
-
-
-
由 Mathieu Rene 提交于
-
由 Giovanni Maruzzelli 提交于
-
由 dschreiber 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
- 19 6月, 2012 6 次提交
-
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-
由 dschreiber 提交于
FS-3577 : After Tamas's fixes and new logging so we can see the erl_errors, re-applying this 10ms polling interval patch that Tony committed a few months ago. Please report any issues.
-
由 dschreiber 提交于
I don't see this command being used anywhere. Since I don't like to touch core files unless absolutely necessary I'm reverting these two changes. I've emailed the author, Tamas, for an explanation. The other patches for FS-3432 (merged in now) appear to work fine without this commit. This reverts commit fbcb8622.
-
由 dschreiber 提交于
-
由 Jeff Lenk 提交于
-
- 18 6月, 2012 1 次提交
-
-
由 Jeff Lenk 提交于
-