fixed error handling of missing directories in download path

This commit is contained in:
Arvid Norberg 2013-04-01 07:01:07 +00:00
parent 1ce4b2b531
commit 04eae38bcd
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
* fix uTP edge case where udp socket buffer fills up
* fix nagle implementation in uTP
* fixed error handling of missing directories in download path
* try unencrypted connections first, and fall back to encryption if it fails (performance improvement)
* add missing functions to python binding (flush_cache(), remap_files() and orig_files())
* improve handling of filenames that are invalid on windows