distribyted

Torrent client with HTTP, fuse, and WebDAV interfaces. Start exploring your torrent files right away, even zip, rar, or 7zip archive contents!

GPL-3.0 License

Stars
1K
Committers
5

Bot releases are hidden (Show)

distribyted - v0.14.0 Latest Release

Published by ajnavarro 8 months ago

What's Changed

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.13.0...v0.14.0

distribyted - v0.13.0

Published by ajnavarro 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.12.0...v0.13.0

distribyted - v0.12.0

Published by ajnavarro about 1 year ago

What's Changed

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.11.0...v0.12.0

distribyted - v0.11.0

Published by ajnavarro about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.10.0...v0.11.0

distribyted - v0.10.0

Published by ajnavarro about 2 years ago

What's Changed

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.9.2...v0.10.0

distribyted - v0.9.2

Published by ajnavarro almost 3 years ago

distribyted - v0.9.1

Published by ajnavarro almost 3 years ago

What's Changed

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.9.0...v0.9.1

distribyted - v0.9.0

Published by ajnavarro almost 3 years ago

What's Changed

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.8.2...v0.9.0

distribyted - v0.8.2

Published by ajnavarro almost 3 years ago

distribyted - v0.8.1

Published by ajnavarro almost 3 years ago

  • Fix a problem setting read timeout, causing context canceled errors.
distribyted - v0.8.0

Published by ajnavarro almost 3 years ago

New features

  • Improve logs. Add a new web interface with real-time logs.
  • Server implementation. Now you can share any folder content using a magnet link and the torrent network.
  • Add HTTPFS implementation (access torrent files using HTTP).
  • New Expandable file formats. Now .rar and .7z formats can be explored without downloading the entire file.

Improvements

  • Use go:embed for statics. Fix windows problem doing that.
  • Now, any user interface (FUSE, WebDAV, HTTP) can be deactivated removing his section from configuration.

Full Changelog: https://github.com/distribyted/distribyted/compare/v0.7.1...v0.8.0

distribyted - v0.7.1

Published by ajnavarro almost 3 years ago

  • Fix log colors on windows
  • File cache on windows is not working correctly. Do not use the LRU cache.
  • Stop shell execution on windows to be able to see errors when executed with a double click.
distribyted - v0.7.0.1

Published by ajnavarro almost 3 years ago

  • Fix a problem on new documentation deployment.
distribyted - v0.7.0

Published by ajnavarro almost 3 years ago

  • Add better documentation using mkdocs (https://distribyted.com/).
  • Modify configuration structure. Now is easier to add new features.
  • Only one fuse mount with all routes in folders.
  • WebDAV support with simple authentication.
  • Add and remove magnet files from the web interface.
  • Prepare for the next release: mutable torrents.
distribyted - v0.6.0-alpha3

Published by ajnavarro about 3 years ago

  • Add better documentation.
distribyted - v0.6.0-alpha2

Published by ajnavarro over 3 years ago

This release breaks configuration backward compatibility. Please change your actual configuration using this template.

  • Modify configuration structure. Now is easier to add new features.
  • Only one fuse mount with all routes in folders.
  • Proper WebDAV support
distribyted - v0.6.0-alpha1

Published by ajnavarro over 3 years ago

distribyted - v0.5.0

Published by ajnavarro almost 4 years ago

Please, report any issue or feature request you have in mind! It can help a lot to improve distribyted.

  • Improved web user interface.
    distribyted
distribyted - v0.4.0

Published by ajnavarro almost 4 years ago

Please, report any issue or feature request you have in mind! It can help a lot to improve distribyted.

  • Improved total download speed allowing read more than one file at a time.
  • New config page to be able to change server configuration from the web interface.
  • Now you can restart the server from the web interface to apply configuration without restarting the service.
    config-editor
  • Improved input params. Now you can change the default HTTP port too: https://github.com/distribyted/distribyted#getting-started
  • Improved error handling from the web interface (still a lot of work to do).
    message-and-error-handling
  • Better default configuration. You can start the server without any configuration. It will generate a working example config.
  • For Windows users, now you can start distribyted just clicking on the executable.
  • Add allow_others FUSE option to make it possible for any user to see the mount points.
  • Add Docker image documentation and automatic build and upload it to DockerHub: https://hub.docker.com/r/distribyted/distribyted
distribyted - v0.4.0-beta3

Published by ajnavarro almost 4 years ago

  • Improved total download speed allowing read more than one file at a time.
  • New config page to be able to change server configuration from the web interface.
  • Now you can restart the server from the web interface to apply configuration without restarting the service.
  • Improved input params. Now you can change the default HTTP port too.
  • Improved error handling from the web interface.
  • Better default configuration. You can start the server without any configuration. It will generate a working example config.
  • For Windows users, now you can start distribyted just clicking on the executable.
  • Add allow_others FUSE option to make possible to any user to see the mount points.
  • Add Docker image documentation and automatic build and upload it to DockerHub.