diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-12-10 06:15:47 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-12-10 06:15:47 +0300 |
commit | 1a345f933f5b86fb297463863bd82334c94592c7 (patch) | |
tree | 3f6fed6d8d6f58c894d681ba8b37e8804c7cc2ee /docs/BUGS | |
parent | ba29462f09c748de5c75837f9fdd3c1bb3bc4791 (diff) |
docs:
added BUGS file with known bugs
server:
fixed bug with download_deleted event
optimized download state change event (send nothing on no subscriptions match)
client-qt:
implemented download deleted event handler
Diffstat (limited to 'docs/BUGS')
-rw-r--r-- | docs/BUGS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/BUGS b/docs/BUGS new file mode 100644 index 0000000..c459fad --- /dev/null +++ b/docs/BUGS @@ -0,0 +1,10 @@ +downloadser modules: + curl: + crash in curl_download::~curl_download() // curl_download.cpp:69 + + + + + +client-qt: + crash on exit if connected to server
\ No newline at end of file |