index
:
vdr-plugin-streamdev
dead
master
servermenu
v0_4
VDR Streamdev Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
connection.c
Age
Commit message (
Expand
)
Author
2016-03-21
Streamdev-server compatibility with VDR 2.3.1 (fixes #2249)
Frank Schmirler
2014-11-07
Added SVDRP commands to list and disconnect clients (closes #1860)
Frank Schmirler
2014-06-07
Revised class responsibilities: Moved live TV related functions to livestreamer
Frank Schmirler
2014-05-18
Moved streamer from each individual connection class to cServerConnection
Frank Schmirler
2013-11-01
Set device occupied when streamdev switches away LiveTV on the server, to
Frank Schmirler
2012-05-12
Replaced server-side suspend modes with priority based precedence handling
Frank Schmirler
2012-05-12
Dropped compatibility of streamdev-server with VDR < 1.7.25
Frank Schmirler
2012-04-21
New special meaning "show current channel" when channel 0 is requested.
Frank Schmirler
2012-03-11
Using SetOccupied() won't work as it isn't considered in GetDevice(). Trying
Frank Schmirler
2012-03-10
API change of VDR 1.7.26: Use "occupied" instead of "avoid device".
Frank Schmirler
2011-11-28
Added server menu with list of clients. Connections can be terminated
Frank Schmirler
2011-11-21
Code cleanup and optimization (thanks to Ville Skyttä)
Frank Schmirler
2011-10-24
Revert "dropped cServerConnection::m_Pending"
Frank Schmirler
2011-10-20
dropped cServerConnection::m_Pending
Frank Schmirler
2011-09-10
updated device selection to code of VDR 1.7.19
Frank Schmirler
2011-03-07
Live TV must be switched in VDR main thread (fixes #568).
Frank Schmirler
2011-02-01
updated copy of GetClippedNumProvidedSystems to the version used since VDR 1....
Frank Schmirler
2011-01-28
Fixed the code deciding if a device is in use for live TV or not. It did
Frank Schmirler
2011-01-14
connection runs as thread, so it must not use Skins.Message
Frank Schmirler
2010-12-14
Improved channel switch code
Frank Schmirler
2010-12-10
make sure that a client doesn't interrupt replaying on server's FF card
Frank Schmirler
2010-12-10
switching away live TV failed even when "always suspended"
Frank Schmirler
2011-03-22
Snapshot 2010-09-15
Frank Schmirler
2009-09-18
- cleaned up common.h / common.c
schmirl
2009-02-13
Added IGMP multicast server
schmirl
2008-04-08
- added gettext support (thanks to Rolf Ahrenberg)
schmirl
2007-05-07
Check vasprintf return code (thanks to rofafor)
schmirl
2007-05-07
Fixed memory leak in buffer overflow situation (thanks to rofafor)
schmirl
2007-01-15
API changes of VDR 1.5.0 (#219)
schmirl
2006-09-14
Re-enabled logging for the Detach()/Attach() issue which is still under obser...
schmirl
2006-07-05
Auskommentiertes Attach/Detach wieder aktiviert.
thomas
2005-05-09
- fixed missing include
lordjaxom
2005-05-09
- added TS compatibility mode
lordjaxom
2005-03-24
- streamer now gets stopped when connection terminates unexpectedly
lordjaxom
2005-02-08
- transfer
lordjaxom
2004-12-30
Initial revision
lordjaxom