- 13 2月, 2014 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 12 2月, 2014 8 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
Conflicts: src/mod/applications/mod_conference/mod_conference.c
-
由 Ken Rice 提交于
-
由 Nathan Neulinger 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
This amends commit b9a85831.
-
由 Ken Rice 提交于
had to fix an issue that broke centos 5
-
- 11 2月, 2014 9 次提交
-
-
由 Chris Rienzo 提交于
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
The rebuild is needed for commit cd6154b4.
-
由 Travis Cross 提交于
If this is set to true (default false) we assume the storage-dir is shared, organized by realm/domain, with uses other than voicemail, so we adopt a directory structure of: <storage_dir>/<realm>/voicemail/<id>
-
由 Travis Cross 提交于
This replaces the semantics of the storage-dir parameter without the deprecation notice. The behavior of storage-dir never should have been deprecated, though it was probably correct to deprecate the name itself. Rather than having both vm-storage-dir and vm-domain-storage-dir it might be nice if the config system could just notice at what level it was defined and do the right thing. Indeed, this is why I'd left things as-is for so long. But as Master Foo famously said, "which one will reach the other side of the river: the one who dreams of a raft, or the one that hitchhikes to the next bridge?" FS-5329
-
由 Travis Cross 提交于
Some OSes like linux provide a mechanism for sending TCP keepalive pings. Sofia provides its own mechanism for doing this in userspace. We shouldn't conflate these two mechanisms. FS-6104
-
由 Travis Cross 提交于
This separates out the Linux socket TCP keepalive timeout interval from Sofia's internal mechanisms. Earlier we tied these together. In retrospect this seems improper. These two values can now be set separately. You might, for example, want to keep the Sofia internal mechanism disabled completely while enabling the platform-based mechanism if your platform supports it. We also here reform the default value of the socket TCP keepalive parameter to 30 seconds. This is what commit 1bf17857 should have been. FS-6104
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
Sofia keeps the TCP keepalive timeout in milliseconds, but Linux expects the value in seconds. Before this change, it's unlikely the TCP_KEEPIDLE and TCP_KEEPINTVL calls were having much effect as we would have been passing them a huge value. FS-6104
-
- 10 2月, 2014 6 次提交
-
-
由 Ken Rice 提交于
-
由 Anthony Minessale 提交于
FS-6128 FS-6200 --resolve allocating the sofia_private on the nua_handle seems to lead to memory corruption, changing it back to malloc as done in the version before the regression
-
由 Anthony Minessale 提交于
-
由 Chris Rienzo 提交于
-
由 Travis Cross 提交于
This is needed to support squeeze for awhile longer.
-
由 Travis Cross 提交于
-
- 09 2月, 2014 7 次提交
-
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
-
由 Jonathan Lennox 提交于
Make private inlines in C files 'static inline', not just 'inline', or the compiler can discard the definition if it chooses not to inline it. Make functions declared in header files not be declared inline (if they're defined in a .c file). It looks like no functions in this category are used in LibSRTP's critical path, only for unit tests or generating AES tables. To see the problem prior to this commit, compile with "gcc -O0 -std=gnu99". Signed-off-by:
Travis Cross <tc@traviscross.com> This cherry-picks commit e2774dbd551ffe5f872eaec2b2d40b712a54e1ba from libsrtp upstream. FS-6196 --resolve
-
由 Travis Cross 提交于
...we'll try to support ancient OpenSSL versions on v1.2 for awhile longer.
-
由 Travis Cross 提交于
This adds support for the ephemeral elliptic curve Diffie-Hellman key exchange, which provides for forward secrecy in the event that long-term keys are compromised. For the moment, we've hard-coded the curve as prime256v1.
-
由 Jeff Lenk 提交于
-
- 08 2月, 2014 4 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 07 2月, 2014 1 次提交
-
-
由 Brian West 提交于
-
- 06 2月, 2014 4 次提交
-
-
由 Anthony Minessale 提交于
-
由 Chris Rienzo 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-