- 13 Oct, 2008 4 commits
-
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
- 12 Oct, 2008 30 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Rémi Denis-Courmont authored
Note that this API seems broken beyond repair to me. It *might* crash. I cannot fix it.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
This partly reverts commit 8689e8be. Didn't meant to include this change in commit.
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
- Add stats-change variable for input to inform when statistics are computed - Use that variable in qt4 interface to update statistics so no need to loop with timer ( ticket #1365)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 11 Oct, 2008 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We don't want to leak descriptors to child PROCESSES (!= threads) such as the pseudo-CGI interface. The socket wrappers ahve already been doing that for a while. Unfortunately, there are still many "leaks", through underlying libraries, opendir(), fopen(), etc. And then, this is not thread-safe (we leak if another thread calls fork() between open() and fcntl()). This is a well-known limitation in POSIX anyway.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There seems to be pretty awful bugs in stream_Demux or input or something though. Sometimes, the input is killed almost immediately. Other times (e.g. when trying to STOP), Close() never gets called.
-
Rémi Denis-Courmont authored
-