Skip to content

v22052019-pre

Pre-release
Pre-release
Compare
Choose a tag to compare
@pozitronik pozitronik released this 22 May 13:42
· 578 commits to master since this release

Release at commit f4e2ede

Internal connection handling and data upload logic mostly changed in this release:

  • HTTP-connection manager implemented: plugin use one connection per thread for now (instead of one connection for one any request) => transfer of a large number of files should be much faster/stable (issue #209).

  • All uploads use Delphi streams (instead of regular file reading) => speeding up of all disk operations, uploading of split files doesn't require disk space (issue #163).

  • Also this release includes a lot of fixes and source code cleansing.