summaryrefslogtreecommitdiff
path: root/multimedia/tvheadend/files/patch-src_webui_webui.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix sendfile() integration affecting webuiBernhard Froehlich2018-12-061-0/+80
| | | | | | | | | | | | - Fix epg compatibility issues in webui - Bump PORTREVISION Both patches are already included upstream. Submitted by: Jongsung Kim <jongsung.kim@gmail.com> (via email to ports@) Notes: svn path=/head/; revision=486762
* multimedia/tvheadend: Update to 4.2.7Bernhard Froehlich2018-10-161-74/+0
| | | | Notes: svn path=/head/; revision=482231
* multimedia/tvheadend: fix two major problems of webui on FreeBSDBernhard Froehlich2018-06-131-0/+74
1. very high CPU usage while streaming a recored program 2. unable to stream the recorded program beyond 128MB. Unlike Linux sendfile(), FreeBSD sendfile() requires an explicit file offset, and return value must be checked to catch any error occurred. (i.e., closed connection) Obtained from: https://github.com/tvheadend/tvheadend/pull/1125 Submitted by: Jongsung Kim <jongsung.kim@gmail.com> Notes: svn path=/head/; revision=472317