mistserver/src
Peter Wu 90e1ba7308 buffer_stream: do not crash on shutdown
When destructing the users, they attempt to drop the ring they own. This works
by checking Strm's list of rings. But when Strm is destructed, all rings are
deleted as well which results in a segfault.
2012-08-25 19:49:19 +02:00
..
analysers Updated everything to support the changeover from DTSC::DTMI -> JSON::Value. 2012-08-24 11:33:16 +02:00
converters Updated everything to support the changeover from DTSC::DTMI -> JSON::Value. 2012-08-24 11:33:16 +02:00
buffer.cpp Fix connections not being moved from conn to log. 2012-08-21 17:17:52 +02:00
buffer_stream.cpp buffer_stream: do not crash on shutdown 2012-08-25 19:49:19 +02:00
buffer_stream.h Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00
buffer_user.cpp Fix connections not being moved from conn to log. 2012-08-21 17:17:52 +02:00
buffer_user.h Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00
conn_http.cpp Fix CPU usage problems in HTTP connector. 2012-08-25 13:14:08 +02:00
conn_http_dynamic.cpp Added timestamp rewriting to HTTP Dynamic for live streams. 2012-08-24 17:13:06 +02:00
conn_http_progressive.cpp Updated everything to support the changeover from DTSC::DTMI -> JSON::Value. 2012-08-24 11:33:16 +02:00
conn_raw.cpp Converted nearly everything to new config object from library. 2012-07-21 04:32:37 +02:00
conn_rtmp.cpp Updated everything to support the changeover from DTSC::DTMI -> JSON::Value. 2012-08-24 11:33:16 +02:00
controller.cpp Fixed buffer not moving users from curr to log, fixed controller randomly crashing ^_^ 2012-08-21 15:23:47 +02:00
Makefile.am Fix compiling problems related to -lpthread 2012-08-02 07:47:43 +02:00
tinythread.cpp Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00
tinythread.h Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00