- 18 5月, 2013 6 次提交
-
-
由 William King 提交于
-
由 William King 提交于
When message events were added, the debug field name was overlooked. This would have only been hit when debug level was above 'DEBUG1' and at that point it would have incorrectly chosen debug display names.
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
This was writing a null one space to the right, outside of the malloc'd buffer. On further review this uses apr_vsnprintf which always returns null terminated.
-
由 Jeff Lenk 提交于
-
- 17 5月, 2013 9 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 William King 提交于
-
由 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 提交于
-
- 15 5月, 2013 5 次提交
-
-
由 Steve Underwood 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 14 5月, 2013 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Steve Underwood 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 13 5月, 2013 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 12 5月, 2013 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 10 5月, 2013 11 次提交
-
-
由 Jeff Lenk 提交于
-
由 Ken Rice 提交于
-
由 Raymond Chandler 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
Fixes -Wl,-z,now / -Wl,-z,defs errors about undefined symbols. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Making the build -Wl,--as-needed safe. Tested on Centos 5.x + Gentoo. Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-
由 Stefan Knoblich 提交于
Full clang error message: error: implicit conversion from enumeration type 'ftdm_bool_t' to different enumeration type 'ftdm_status_t' [-Werror,-Wconversion] Signed-off-by:
Stefan Knoblich <stkn@openisdn.net>
-