summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)Author
2007-04-23Fixed typosschmirl
2007-04-23client_section-filter-socket.patch by Petri Hintukainenschmirl
- Use datagram mode socket instead of pipe to feed section data to client VDR section handler -> preserve section data block boundaries
2007-04-23client_filter-visibility.patch by Petri Hintukainenschmirl
- Move cStreamdevFilter definition from filter.h to filter.c - Add IsClosed() and Reset() members to cStreamdevFilter: * IsClosed() returns true if filter was closed by VDR * Reset() discards (incomplete) queued section data Modified Files: client/filter.c client/filter.h
2007-01-15Compatibility for vdr < 1.3.38 (#169)schmirl
2007-01-15Indenting - no code changesschmirl
2007-01-15Log throttle for connection failure messages (#183)schmirl
2007-01-15Replace uint64 by uint64_t (#200)schmirl
2006-09-14- detach all receivers before tuning to different transponder. Otherwise ↵schmirl
ABRT will be sent after tuning, which will destroy the LiveStreamer on the server.
2005-11-06- adopted to VDR >= 1.3.36lordjaxom
2005-04-24- some compilers complained about missing declarations, added <ctype.h>lordjaxom
2005-04-24- removed assembler and thus saving one ringbufferlordjaxom
- fixed destruction order on channel switch (fixes one crash that happens occasionally when switching)
2005-03-12- fixed pure virtual crash in serverlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- transferlordjaxom
2005-02-08- first adoptions (transfer-commit)lordjaxom
2005-01-25- updated to 1.3.19lordjaxom
2004-12-30Initial revisionlordjaxom