Skip to content

Releases: wiiu-env/ftpiiu_plugin

Nightly-ftpiiu_plugin-20230719-132427

19 Jul 13:24
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: ftpiiu_plugin-20230627-151902...ftpiiu_plugin-20230719-132427

Nightly-ftpiiu_plugin-20230627-151902

27 Jun 15:19
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: ftpiiu_plugin-20230408-102950...ftpiiu_plugin-20230627-151902

Nightly-ftpiiu_plugin-20230408-102950

08 Apr 10:29
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Change default branch, use non deprecated release action by @Maschell in #34

Full Changelog: ftpiiu_plugin-20230316-143906...ftpiiu_plugin-20230408-102950

Nightly-ftpiiu_plugin-20230316-143906

16 Mar 14:39
Compare
Choose a tag to compare
Pre-release

Not a stable release:
Change docker registry to ghcr.io
Use actions/checkout@v3

ftpiiu_plugin v0.3

09 Oct 15:38
Compare
Choose a tag to compare
  • Stop the server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook
  • Improved the stability of the ftp server
  • Fixed potential crashes, double frees and memory leaks
  • Improved transfer speeds massively
  • Fixed resuming file uploads
  • Fixed listing /fs/ and /fs/vol
  • Fixed restarting the server on connection errors.

Nightly-ftpiiu_plugin-20221009-151828

09 Oct 15:18
Compare
Choose a tag to compare
Pre-release

Not a stable release:
Update version string

Nightly-ftpiiu_plugin-20221008-181150

08 Oct 18:11
Compare
Choose a tag to compare
Pre-release

Not a stable release:
Only shutdown the thread if it's actually running

Nightly-ftpiiu_plugin-20221008-152239

08 Oct 15:22
Compare
Choose a tag to compare
Pre-release

Not a stable release:
Fix resuming file uploads

Nightly-ftpiiu_plugin-20221008-151027

08 Oct 15:10
Compare
Choose a tag to compare
Pre-release

Not a stable release:
Improve transfer speeds massively

Nightly-ftpiiu_plugin-20221008-140800

08 Oct 14:08
Compare
Choose a tag to compare
Pre-release

Not a stable release:
Fix memory leak, the path is always allocated on the heap
Fix check for virtual dir in vrt_closedir to avoid calling closedir() with a virtual dir
Wait with thread cleanup until the thread has ended