summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-10-22 11:59:35 +0000
committerschmirl <schmirl>2008-10-22 11:59:35 +0000
commit84f994384a4273d71531001167822fce04e3bb7e (patch)
tree60c39a9d167be9d9a29d3b409cd4b84a408f471b /HISTORY
parent5c24a1307599c13f918a50284ebc89b92f597854 (diff)
downloadvdr-plugin-streamdev-84f994384a4273d71531001167822fce04e3bb7e.tar.gz
vdr-plugin-streamdev-84f994384a4273d71531001167822fce04e3bb7e.tar.bz2
- use cThread::Running()/Active() instead of private members
- replaced the last usleep by cCondWait thanks to Rolf Ahrenberg (#383) Modified Files: Tag: v0_4 CONTRIBUTORS HISTORY server/server.c server/server.h server/streamer.c server/streamer.h server/suspend.c server/suspend.h
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 255a2a5..a6812d9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,8 @@
-VDR Plugin 'streamdev' Revision History
+eDR Plugin 'streamdev' Revision History
---------------------------------------
+- use cThread::Running()/Active() instead of private members (thanks to
+ Rolf Ahrenberg)
- fixed output format of some debug messages (thanks to Rolf Ahrenberg)
- added HTTP authentication
- added preprocessor directive for ancient gcc