summaryrefslogtreecommitdiff
path: root/server/connection.c
AgeCommit message (Collapse)Author
2011-10-24Revert "dropped cServerConnection::m_Pending"Frank Schmirler
Required by VTP This reverts commit bdaea38b863ef7649d7a2253ac937130b6e11d8d.
2011-10-20dropped cServerConnection::m_PendingFrank Schmirler
2011-09-10updated device selection to code of VDR 1.7.19Frank Schmirler
2011-03-07Live TV must be switched in VDR main thread (fixes #568).Frank Schmirler
2011-02-01updated copy of GetClippedNumProvidedSystems to the version used since VDR ↵Frank Schmirler
1.7.15
2011-01-28Fixed the code deciding if a device is in use for live TV or not. It didFrank Schmirler
not work as expected for FF cards (fixes #536)
2011-01-14connection runs as thread, so it must not use Skins.MessageFrank Schmirler
2010-12-14Improved channel switch codeFrank Schmirler
- Avoid device allows more efficient code when trying to move live TV to different card - Added some more dsyslog messages to help debugging channel switch issues
2010-12-10make sure that a client doesn't interrupt replaying on server's FF cardFrank Schmirler
http://www.vdr-portal.de/board/thread.php?postid=948311 (reported by wtor)
2010-12-10switching away live TV failed even when "always suspended"Frank Schmirler
The vdr main loop usually switches back to the previous channel at "Make sure we have a visible programme in case device usage has changed" (#472)
2011-03-22Snapshot 2010-09-15Frank Schmirler
2009-09-18- cleaned up common.h / common.cschmirl
- dropped cStreamdevMenuSetupPage
2009-02-13Added IGMP multicast serverschmirl
Modified Files: CONTRIBUTORS HISTORY Makefile README po/de_DE.po po/fi_FI.po po/fr_FR.po po/it_IT.po po/ru_RU.po server/component.c server/component.h server/connection.c server/connection.h server/livefilter.c server/server.c server/setup.c server/setup.h server/streamer.c server/streamer.h streamdev/streamdevhosts.conf tools/socket.c tools/socket.h Added Files: patches/vdr-cap_net_raw.diff server/componentIGMP.c server/componentIGMP.h server/connectionIGMP.c server/connectionIGMP.h
2008-04-08- added gettext support (thanks to Rolf Ahrenberg)schmirl
- added vdr-1.6.0-ignore_missing_cam patch - dropped obsolete respect_ca patch - removed legacy code for < VDR 1.5.9 (thanks to Rolf Ahrenberg)
2007-05-07Check vasprintf return code (thanks to rofafor)schmirl
2007-05-07Fixed memory leak in buffer overflow situation (thanks to rofafor)schmirl
2007-01-15API changes of VDR 1.5.0 (#219)schmirl
Modified Files: server/connection.c server/livestreamer.c server/livestreamer.h
2006-09-14Re-enabled logging for the Detach()/Attach() issue which is still under ↵schmirl
observation
2006-07-05Auskommentiertes Attach/Detach wieder aktiviert.thomas
Kartenblockade wird dadurch behoben und alle Channels lassen sich anzappen, Unbedenklichkeit ist aber nicht einwandfrei geklärt!
2005-05-09- fixed missing includelordjaxom
2005-05-09- added TS compatibility modelordjaxom
2005-03-24- streamer now gets stopped when connection terminates unexpectedlylordjaxom
- fixed recursive delete in streamer
2005-02-08- transferlordjaxom
2004-12-30Initial revisionlordjaxom