Skip to content

Releases: catalinii/minisatip

v1.1.18: remove dead code (#870)

01 Jul 02:12
0698b22

Choose a tag to compare

* remove dead code

Variable 'num_enabled_pids' is modified but its new value is never used.

* Update stream.c

Variable 'rlen' is assigned a value that is never used.

* Update stream.c

v1.1.17: Coverity fix (#869)

01 Jul 02:12
d7d2792

Choose a tag to compare

* Coverity fix

* Update ca.h

* Update ddci.h

* Update pmt.h

v1.1.16: fix crash when oscam disappear (#871)

01 Jul 02:11
99c26fe

Choose a tag to compare

when dvbapi is in use and oscam disappears minisatip did try to write a closed socket and will crash https://github.com/catalinii/minisatip/issues/849

v1.1.15

29 Jun 23:08

Choose a tag to compare

Update ca.c

v1.1.14: Added delay for starting service

29 Jun 23:06

Choose a tag to compare

I needed this delay for the new Sundtek SkyTV Dual 2x (DVB-S/S2/S2X) tuner. It seems that the drivers starts pretty late.

v1.1.13

29 Jun 23:05

Choose a tag to compare

Fix actions for PRs

v1.1.12

24 Jun 15:36

Choose a tag to compare

fix compiler warning in snprintf function

v1.1.11: add support for binding to an address and/or an interface

22 Jun 16:37

Choose a tag to compare

-V --bind address: address for listening (all services)
-J --bind-dev device: device name for binding (all services)
    * beware that only works with 1 device. loopback may not work!

v1.1.10

20 Jun 19:14

Choose a tag to compare

Update donation link

v1.1.9

20 Jun 05:59

Choose a tag to compare

emulate recvmmsg and sendmmsg on the entire SH4 platform