- 25 5月, 2013 20 次提交
-
-
由 Travis Cross 提交于
FS-5472 --resolve
-
由 Travis Cross 提交于
And jessie is the new testing. The king is dead, long live the king!
-
由 Travis Cross 提交于
This fixes the build on gcc-4.7.3. The build was breaking with: error: ignoring return value of 'strerror_r', declared with attribute warn_unused_result [-Werror=unused-result]
-
由 Travis Cross 提交于
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
It's been missing a break there for ~4 years and instead using the 8k max_ms values(the ptime_div value is the same).
-
由 William King 提交于
-
由 William King 提交于
This condition should NEVER be hit, but in case the started thread is unable to locate itself in the EVENT_DISOATCH_QUEUE_THREADS array, it's best to return null here and kill the unexpected event thread rather than segfault FS by writing outside of the bounds of the EVENT_DISPATCH_QUEUE_RUNNING array.
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
More explicit and defensive code so if the init fails we know we handling this pointer safely, because rc_config_init will free the pointer if there was a problem, but it will not set the pointer to NULL.
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
Appears to have been a copy paste error because this doesn't do what the api claims, and it also leaks the reference to the new node.
-
由 William King 提交于
-
- 24 5月, 2013 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Mariusz Czułada 提交于
-
由 Raymond Chandler 提交于
-
- 23 5月, 2013 8 次提交
-
-
由 Anthony Minessale 提交于
FS-5453 --resolve this is a different issue, we just have to hangup the loopback channel so the loopback and the sip don't both execute the extension
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Nathan Neulinger 提交于
-
由 Michael S Collins 提交于
-
由 Stefan Knoblich 提交于
ivrd doesn't use sigaction + SA_RESTART for SIGCHILD. An exiting child process will interrupt accept() in the parent to handle the signal, which makes accept() return -1 (errno = EINTR) after the sighandler function returns. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Fixes repeatedly printing the 'Starting forking listener' message, if stdout has been redirected into a logfile (for example). Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
- 22 5月, 2013 5 次提交
-
-
由 Michael S Collins 提交于
-
由 William King 提交于
-
由 Anthony Minessale 提交于
FS-5402 --resolve the problem is ent originate has many channels and many causes to parse so we need to check it against all the causes
-
由 Anthony Minessale 提交于
-
-