]> git.parisson.com Git - deefuzzer.git/commit
Move thread execution detection into create loop (as we can't restart dead threads)
authorachbed <github@achbed.org>
Sun, 11 Jan 2015 22:58:34 +0000 (16:58 -0600)
committerachbed <github@achbed.org>
Sun, 11 Jan 2015 22:58:34 +0000 (16:58 -0600)
commit7c327cee4ac0e005ad266576b960159c1e77f382
tree31cb079b9999a306397f0fcea40e949305163d46
parenta438f62d29a9c0be62e3dd835fa0eb75b9a1fcb6
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

Signed-off-by: achbed <github@achbed.org>
deefuzzer/core.py
deefuzzer/station.py
example/deefuzzer_doc.xml