Earlier quoted context omitted.
May I suggest Deluge ( http://deluge-torrent.org/ )? It's open-source, cross-platform and very similar to µTorrent in both functionality and looks.
Can I choose which files to download before it puts empties on the file system?
UTorrent.com compromised, malware added to installer
31–40 of 40 posts
Re: UTorrent.com compromised, malware added to installer
#32Earlier quoted context omitted.
Transmission ( http://www.transmissionbt.com/ ) is an open source torrent client with a nice web interface (as well as native interface) just like Deluge. I think it is somewhat lighter resource-wise (I'm running it on my NAS), but apart from that I don't know the exact differences between Deluge and Transmission, but I thought I'd mention it for completeness' sake.
I love Transmission on OS X and wish they had a real Windows port!
Re: UTorrent.com compromised, malware added to installer
#33I stopped using it since it wasn't open source. Worse when it became infested with "optional" ~~adware~~ search bar.
Re: UTorrent.com compromised, malware added to installer
#34Earlier quoted context omitted.
> $400/yr That's VeriSign for you. Thawed sells the very same certificates for $200, and Comodo runs a coupon deal for Tucows members that gets you the cert for $99 (though the actual process is a bit too contrived compared to Thawte's).
startssl.com has code signing certificates for 60$, valid for 2 years.
Re: UTorrent.com compromised, malware added to installer
#35Earlier quoted context omitted.
courgette is just a binary diff algorithm -- there's nothing fancy to it (they use some really neat tricks, though), and apparently (I haven't verified) the source is in the chromium tree. validating your updates via asymmetric crypto can be mildly expensive ( http://www.verisign.com/code-signing/content-signing-certifi... lists Windows Authenticode certificates at $400/yr) but is within the realm of a small company.…
I was talking about downloading their update code from their repositories and setting it up. That's not easy and you can see the discussions about this on their forum.
update verification is a for Chrome-style background updating, the solution is as simple as:
1) running a thread in the background to ping an API to check when updates are available, 2) downloading them via HTTP when they arrive, and 3) having a program which gets run at update-required-exit, which verifies and applies the patch to your main executable.
yes, writing update machinery for your software is some work. no, it's not insurmountable, and will certainly get easier as the Mac App Store and Windows Store gain traction because they allow you to piggyback on the update machinery of the platform.
Re: UTorrent.com compromised, malware added to installer
#36I stopped using it since it wasn't open source. Worse when it became infested with "optional" ~~adware~~ search bar.
Re: UTorrent.com compromised, malware added to installer
#37Earlier quoted context omitted.
pacman cough cough sorry I just lost it for a second...
Some explanation to counter those terrible downvotes: Pacman, the package manager of Archlinux, is not implementing the verification of package signatures. It's a recurrent issue in the Arch community.
Re: UTorrent.com compromised, malware added to installer
#38Earlier quoted context omitted.
I love Transmission on OS X and wish they had a real Windows port!
Their website demonstrates a Qt GUI, as well as a web interface. What would, in your opinion, constitute a "real" Windows port?
Re: UTorrent.com compromised, malware added to installer
#39Earlier quoted context omitted.
Their website demonstrates a Qt GUI, as well as a web interface. What would, in your opinion, constitute a "real" Windows port?
Something better than those options? What about a web interface or a Qt GUI screams "great Windows UI" to you?
However, my experience is that some Qt apps on Windows behave normally, and depending on the application (but in this case, especially just the need to manage torrents) a web UI works just fine and avoids the waste of developer hours fighting against the local platform's quirks.
For my enlightenment, what do you consider as an example of a great Windows UI?
Re: UTorrent.com compromised, malware added to installer
#40Earlier quoted context omitted.
still using the last-open source version with the auto-updater disabled!
I'm pretty sure uTorrent was never open source. The mainline client was, though.