]> git.parisson.com Git - deefuzzer.git/commit
Merge pull request #45 from achbed/dev
authorGuillaume Pellerin <yomguy@parisson.com>
Mon, 12 Jan 2015 12:43:25 +0000 (13:43 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Mon, 12 Jan 2015 12:43:25 +0000 (13:43 +0100)
commit9340cc151e2634c80dbe0ea505a04c753fd76683
tree52e24ab0cc0c25f6aafc78031ac189ca79f602ec
parent49678d6d8410e21be732600a3e1053d4958557b9
parent7b8c68e770fe5af9799f0aeb2fde1d6471355dd9
Merge pull request #45 from achbed/dev

Move thread execution detection into create loop (as we can't restart dead threads)
Altered create loop to run all the time (instead of only at station creation)
Fixed issue where streams would not be closed if an error occurred in playlist advancement
Fixed issue where saved playlist position could result in an index overflow
Added maxretry value (determines how many times to attempt a station thread restart)
Fixed minor documentation things