- 23 5月, 2014 4 次提交
-
-
由 Anthony Minessale 提交于
back off locking contention on sql queues when they are nearly full to allow the system to recover from an attack
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
Since we're all about WebRTC, We should compile and enable OPUS by default to lower the number of steps to complete a WebRTC setup
-
由 Marc Olivier Chouinard 提交于
FS-6482 Commit 7e15c938 broke MWI for device having no transport parameters (plain UDP connection)
-
- 22 5月, 2014 8 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Travis Cross 提交于
Right now mod_java fails to build on sid and jessie. We have a possible solution, but we'll just disable the build of the module while we test and verify.
-
由 Travis Cross 提交于
Ken noticed a build error. We need to use the system ldap library anyway, so we'll just drop mod_ldap here until we make that change.
-
由 Travis Cross 提交于
Previously we would detect the missing LDNS system library at configure time, but would only break during the build of mod_enum. With this change, if mod_enum is enabled in modules.conf and the system doesn't have a usable LDNS library we break during configure.
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
CID:1215198 don't set variables that are not used, and clean up the bail out usage condition to be more sane
-
由 Travis Cross 提交于
The correct fix is to use gcc-4.7 or newer. If the compiler borked this, one should trust nothing else it produces. Revert "FS-6524,FS-6494: the compiler for rpi seems to be strangely mis-optimizing this if/else block. Yes, its already set to this value, but without the else block, it 'magically' hits the if blocks above, unless you sleep, print a log, or add the else" This reverts commit 1ca1d637.
-
- 21 5月, 2014 3 次提交
-
-
由 William King 提交于
-
由 Travis Cross 提交于
Introduced in commit e6ac87f5.
-
由 Jeff Lenk 提交于
-
- 20 5月, 2014 9 次提交
-
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 root 提交于
FS-6524,FS-6494: the compiler for rpi seems to be strangely mis-optimizing this if/else block. Yes, its already set to this value, but without the else block, it 'magically' hits the if blocks above, unless you sleep, print a log, or add the else
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Anthony Minessale 提交于
-
由 Tamas Cseke 提交于
Release session R/W Lock
-
- 19 5月, 2014 6 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
add heartbeat_fire_on_set variable to fire heartbeat instantly when its first enabled (legacy behavior)
-
由 Anthony Minessale 提交于
-
由 Ken Rice 提交于
-
由 Michael Jerris 提交于
-
由 Tamas Cseke 提交于
We received the reply and signaled the condition earlier then started to wait for it
-
- 17 5月, 2014 3 次提交
-
-
由 Steve Underwood 提交于
-
由 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.
-
由 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.
-
- 16 5月, 2014 7 次提交
-
-
由 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.
-
由 William King 提交于
-
由 Marc Olivier Chouinard 提交于
CID:1210789 Make return value of a function available from the another calling function. Also add a small status check.
-
由 Michael Jerris 提交于
-
由 Marc Olivier Chouinard 提交于
-
由 Michael Jerris 提交于
-
由 Michael Jerris 提交于
-