Skip to content

Releases: NordSecurity/libdrop

v5.2.0

26 Sep 07:15
Compare
Choose a tag to compare
  • Use unbounded events queue in order to disable back pressure on the connection handlers in case the event callback blocks.
  • Improve the suppression of the TransferRequest and TransferCancelled event pair for cancelled transfers.
  • Fix same named directories being merged on the sender side
  • Disallow transfers with no files in them

v5.1.0

18 Sep 08:58
Compare
Choose a tag to compare
Merge pull request #212 from NordSecurity/msz/FILE-488-sender-emits-f…

v5.0.1

12 Sep 09:58
Compare
Choose a tag to compare
v5.0.1 changelog

v5.0.0

12 Sep 09:57
Compare
Choose a tag to compare
Merge pull request #195 from NordSecurity/msz/FILE-470-all-file-start…

v4.2.0

12 Sep 09:57
Compare
Choose a tag to compare
Print libdrop version when building

Signed-off-by: Lukas Pukenis <lukas.pukenis@nordsec.com>

v4.1.0

05 Jul 10:16
Compare
Choose a tag to compare
  • Add IPv6 support
  • Add file rejections via norddrop_reject_file()
  • Switch to rusqlite for persistence
  • Report database opening errors to moose
  • Use in memory database if on-disk fails
  • Checksum validation at the end of download
  • More trace logs on persistence layer

v4.0.0

19 Jun 06:51
Compare
Choose a tag to compare
  • Persist transfers to SQLite

v3.1.1

06 Jun 12:20
Compare
Choose a tag to compare
  • Fix the go bindings being unusable, again

v3.1.0

29 May 07:07
Compare
Choose a tag to compare
  • Remove reporting already downloaded file as finished. Instead, redownload it with (1) suffix
  • Fix the go bindings being unusable
  • Fix directory flattening on Windows
  • Use byte[] for the private key in C# bindings

v3.0.0

25 May 11:43
Compare
Choose a tag to compare
  • Accept storage_path through norddrop_start config for SQLite persistence
  • File IDs are no longer valid paths. Changed the structure of RequestQueued/Received events to contain a flat file list
  • Fix duplicate filenames error
  • Removed libnorddrop 2.0.0 wire protocol, because of the security issue