-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/112982/
-----------------------------------------------------------
Review request for KDE Runtime.
Description
-------
The attach patch adds support for the following to kio_smb:
- copyToFile optimization so downloading files from window shares is faster.
- partial download resumption as part of the copyToFile implementation.
- preservation of modified file timstamp. Again as part of the copyToFile
implementation.
Note that in this patch the latter two features only apply to "smb" -> "file"
downloads. The second part of this patch will that will follow soon will add
support for the other half, the "copyFromFile" optimization.
This addresses bug 291835.
http://bugs.kde.org/show_bug.cgi?id=291835
Diffs
-----
kioslave/smb/kio_smb.h 55efb44
kioslave/smb/kio_smb_dir.cpp 5573266
kioslave/smb/smb.protocol 654bcfb
Diff: http://git.reviewboard.kde.org/r/112982/diff/
Testing
-------
Thanks,
Dawit Alemayehu