- 07 6月, 2013 40 次提交
-
-
由 William King 提交于
-
由 William King 提交于
Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
-
由 William King 提交于
-
由 William King 提交于
Seems having a read lock still prevents a write lock to be taken, even if the thread that is trying to get the write lock currently has the read lock.
-
由 William King 提交于
-
由 Jeff Lenk 提交于
-
由 Ken Rice 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
tweak windows esl managed - removing mixed mode and any from the solution - this should remove some of the ambiguity around building
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Michael Jerris 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Moises Silva 提交于
Patch provided by: Spencer Thomason Implement appropiate caller/called TON in ftmod_libpri
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Mathieu Parent 提交于
-
由 Brian West 提交于
-
由 Jeff Lenk 提交于
-
由 Jeff Lenk 提交于
-
由 Travis Cross 提交于
-
由 William King 提交于
-
由 William King 提交于
Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang.
-
由 Michael S Collins 提交于
-
由 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>
-
由 Michael S Collins 提交于
-
由 William King 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Michael S Collins 提交于
-