qBittorrent/src/webui
Chocobo1 d866033a8e
Fix divide-by-zero crash
Previously here was using a cheap method to avoid divisor becoming < 0, but from
the crash stacktrace it seems this is not enough, now the divisor is properly
clamped to have 1 as the minimum.
Also it will now display "Unknown" for invalid calculation results.

Closes #9857.
2018-11-18 13:50:23 +08:00
..
api Fix divide-by-zero crash 2018-11-18 13:50:23 +08:00
www Remove speed limit checkbox in Options dialog 2018-11-05 11:07:52 +08:00
CMakeLists.txt Merge pull request #8217 from Piccirello/webui-statusbar-freespace 2018-10-28 10:02:49 +03:00
webapplication.cpp Fix Alternative Web UI to be available 2018-10-29 08:32:57 +03:00
webapplication.h Bump WebAPI version 2018-10-17 10:54:40 -04:00
webui.cpp Fix WebUI error handling 2017-11-19 19:10:04 +02:00
webui.h Redesign Web API 2018-01-28 19:16:24 +03:00
webui.pri Merge pull request #8217 from Piccirello/webui-statusbar-freespace 2018-10-28 10:02:49 +03:00