Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.
Change Log
- Licensing change: the GNU GPLv2 code can now be used under GNU GPL v2 or v3
- Fix network hanging issues that could occur when both UTP and DHT were enabled
- Fix 2.82 file descriptor leak when importing a blocklist
- Disallow torrents that contain “/../” in the path
- Fix 2.82 bug that didn’t retain peers between sessions
- Fix potential dangling memory error in UDP tracker DNS lookups
- Remember a torrent’s “queued” state between Transmission sessions
- Updated third party libraries: DHT updated to v0.22; miniupnpc updated to v1.9
- Autoconf script fixes: better detection of ccache, minupnpc
- Fix the X-Transmission-Session-Id header to be valid with the SPDY protocol
- Fix thread safety bugs in the tr_list datatype
- When determining free disk space on NetBSD>=6, support its Quota feature
- Windows portability improvements