Search found 1232 matches

by Jordan
Mon Oct 11, 2021 5:59 pm
Forum: General
Topic: Mac tester wanted (easy)
Replies: 1
Views: 35534

Mac tester wanted (easy)

I'd love it if a Mac user could test out this pull request to see if it fixes the issues reported. The issues are minor visual warts, e.g. button alignment, so the fix should be easy to confirm/refute by visual inspection. The PR is https://github.com/transmission/transmission/pull/1923 and the issu...
by Jordan
Wed Jul 24, 2013 12:07 am
Forum: Support
Topic: Error during build of svn rev 14138
Replies: 6
Views: 17469

Re: Error during build of svn rev 14138

Aha, thanks mathedit to pointing that out. I hadn't realized G_DEFINE_QUARK was such a recent addition to glib -- I'll add a backwards compatibility macro as you suggested.
by Jordan
Mon Jul 22, 2013 11:00 pm
Forum: Support
Topic: Error during build of svn rev 14138
Replies: 6
Views: 17469

Re: Error during build of svn rev 14138

Hi Szafran, does r14139 build for you?
by Jordan
Sun Jul 21, 2013 8:54 pm
Forum: Support
Topic: Transmission 2.80: seeding torrent is not listed as "Active"
Replies: 2
Views: 9738

Re: Transmission 2.80: seeding torrent is not listed as "Act

mle, this looks like the same issue described at https://trac.transmissionbt.com/ticket/5428, please read comment:1 there.
by Jordan
Fri Jul 19, 2013 7:15 pm
Forum: General
Topic: Some very bad decisions in transmission
Replies: 20
Views: 66450

Re: Some very bad decisions in transmission

Wait Jordan, are you telling us that when one hits "verify local data" Transmission loads the entire torrent into memory as one big chunk of data? Instead of, say, initially loading the data for 10-20 pieces and then loading in new one as existing ones are verified? No, of course not. lib...
by Jordan
Wed Jul 17, 2013 7:19 pm
Forum: General
Topic: Some very bad decisions in transmission
Replies: 20
Views: 66450

Re: Some very bad decisions in transmission

Under the approach you're describing, the steps would be: * Transmission prefetches 15 blocks for torrent A, peer A1 because it knows it will be sending them soon. * Transmission prefetches 15 blocks for torrent A, peer A2 because it knows it will be sending them soon. * Transmission prefetches 15 ...
by Jordan
Wed Jul 17, 2013 1:38 pm
Forum: General
Topic: Some very bad decisions in transmission
Replies: 20
Views: 66450

Re: Some very bad decisions in transmission

[*]Also consider the case where you have a dozen torrents actively seeding when you hit 'verify' on the 4.3 GB torrent. If we flood the cache with the contents of the 4.3 GB torrent, what's that going to do to the cache hit/miss stats on the other torrents?[/list] So, that's our other scenario, whe...
by Jordan
Wed Jul 17, 2013 12:34 am
Forum: General
Topic: Some very bad decisions in transmission
Replies: 20
Views: 66450

Re: Some very bad decisions in transmission

IMO the question of caching pieces from "Verify Local Data" is a pathological variation of bug #5102. It's one thing to not remove recently-loaded pieces from the cache when we're in the middle of uploading. It's another thing to choose to keep the entire torrent in memory. Consider the us...
by Jordan
Tue May 28, 2013 1:17 pm
Forum: General
Topic: Privacy implications - more configuration options needed
Replies: 11
Views: 21433

Re: Privacy implications - more configuration options needed

I don't really understand what OP is requesting in this thread.

When you're done with a torrent, removing it will delete the .torrent and the .resume file.
by Jordan
Mon Feb 18, 2013 3:52 pm
Forum: Support
Topic: rMBP issue
Replies: 3
Views: 10285

Re: rMBP issue

Thanks for reporting this!

This assertion crash in the nightlies is being tracked at https://trac.transmissionbt.com/ticket/5294
by Jordan
Mon Feb 18, 2013 1:12 am
Forum: GTK+ Support
Topic: Transmission crashes
Replies: 1
Views: 10409

Re: Transmission crashes

MarsX, since you're experiencing a Transmission crash on Ubuntu, it's best to use the Ubuntu crash reporter to submit this issue to Launchpad. Launchpad's advantage over these forums is that it'll usually generate a great backtrace / crash report so that the Transmission developers can see what code...
by Jordan
Mon Feb 11, 2013 5:32 pm
Forum: Web Interface
Topic: Is Gearbox Dead?
Replies: 2
Views: 10739

Re: Is Gearbox Dead?

This is the first time I've heard that anyone shipped Gearbox. Gearbox was an experiment for writing a Transmission Web Client in Ext JS. IMO the code had some good ideas in it but the Transmission team wasn't really happy with the look & feel of the Ext JS client, so we stopped development on i...
by Jordan
Sun Feb 10, 2013 7:56 pm
Forum: Support
Topic: [Solved] Ratio not working
Replies: 2
Views: 8352

Re: Ratio not working

Yeah, check the totals in ~/.config/transmission/stats.json. Those should be the total # of bytes up and down.
by Jordan
Sun Feb 10, 2013 7:55 pm
Forum: Support
Topic: [Answered] Download Limits
Replies: 3
Views: 9723

Re: Download Limits

Transmission doesn't do anything like requiring donations for extra functionality.

The message you're seeing is most likely coming from the tracker, as is the parallel download limit. The people who can answer your questions are at your tracker's forums.
by Jordan
Thu Feb 07, 2013 9:13 pm
Forum: Support
Topic: Transmission and azbox
Replies: 5
Views: 11556

Re: Transmission and azbox

The minimum versions 2.76 needs for curl, libevent, and openssl:

CURL_MINIMUM=7.15.4
LIBEVENT_MINIMUM=2.0.10
OPENSSL_MINIMUM=0.9.4