Transmission 2.31 pets - Peer-to-Peer connector

Browsers, email, chat, etc.
Message
Author
eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#106 Post by eden6000 »

Michalis, version 2.20 is out, when you have time..... :wink:

Michalis
Posts: 237
Joined: Tue 08 Jan 2008, 14:50
Location: Greece

#107 Post by Michalis »

eden6000 wrote:Michalis, version 2.20 is out, when you have time..... :wink:
updated :wink:
From now and on all the files I'll host them externally in order to reduce the bandwidth usage. So the files are in the links.

Pay attention that the new versions of transmission >2.20 need the latest libevent 2.0.10 and so you have to install it. For more informations check the first post.


What's new:
=== Transmission 2.20 (2011/02/06) ===
==== All Platforms ====
* Remember downloaded files when a drive is unplugged
* File re-verification is no longer needed in some situations
* Fix "Too many open files" error
* Show the total downloading and seeding time per torrent
* Fix webseeds
* Better support for IPv6-only trackers
* Add the ability to shutdown Transmission sessions via RPC
* NAT-PMP and UPnP now also map the UDP port
* Update the DHT code to dht-0.18
* Faster parsing of bencoded data
* Improve support for running scripts when a torrent finishes downloading
* Fix reannounce interval when trackers return a 404 error
* Fix checksum error on platforms running uClibc 0.9.27 or older
* Fix memmem() errors on Solaris

==== GTK+ ====
* Add "Add" and "Remove" buttons to the tracker list
* Add filesize column to the files list
* Several minor bugfixes and interface improvements

==== Daemon ====
* Add "reannounce to tracker" option to transmission-remote
* transmission-remote can now read auth info from environment variables
* Fix configuration file bug with transmission-daemon running on Macs

==== Web Client ====
* Right-clicking a torrent now works with Firefox / Firegestures / Ubuntu

==== Utils ====
* Fix error when replacing substrings in tracker announce URLs
* Webseeds are now displayed in transmission-show

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#108 Post by eden6000 »

Thanks Michalis, great work, as always...

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#109 Post by eden6000 »

Michalis...I think there is something wrong with this version of transmission (2.20), since it fails to download anything...it gives a series of errors, or finds no peers...using version 2.21 in ubuntu works fine....I don't know if it's a problem related to this specific version or some incompatibility with puppy.... did you or someone else find the same problems? maybe we could try to compile version 2.21?

Michalis
Posts: 237
Joined: Tue 08 Jan 2008, 14:50
Location: Greece

#110 Post by Michalis »

eden6000 wrote:Michalis...I think there is something wrong with this version of transmission (2.20), since it fails to download anything...it gives a series of errors, or finds no peers...using version 2.21 in ubuntu works fine....I don't know if it's a problem related to this specific version or some incompatibility with puppy.... did you or someone else find the same problems? maybe we could try to compile version 2.21?
I haven't noticed any of these problems. Anyway I have download 2.21 and will compile it. I hadn't noticed it because they haven't announce it in their webpage. :?


Updated

What's new:
=== Transmission 2.21 ===
==== All Platforms ====
* Fix compile error in the the 2.20 tarball
==== GTK+ ====
* Several updated translations



Soon version 2.22 will be out, since all tickets are fixed.

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#111 Post by eden6000 »

Thanks Michalis, as soon as I can try this new version I'll let you know...

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#112 Post by eden6000 »

I'm trying it right now, it seems to work perfectly....finds peers and downloads with high speed...thanks again!

Michalis
Posts: 237
Joined: Tue 08 Jan 2008, 14:50
Location: Greece

Transmission updated to version 2.22

#113 Post by Michalis »

Transmission updated to version 2.22


What's new:
=== Transmission 2.22 ===

==== All Platforms ====
* Faster endgame
* Fix bug where leechers might be disconnected while seeding in some situations
* Fix 2.20 bug that sometimes showed inaccurate upload/download speeds
* Support for unsorted blacklists
* Fix IPv6 DHT
* Re-add support to automatically close idle peers
* Fix bug where the resume file did not save the time checked for the last piece

==== GTK+ ====
* Fix setting individual idle seeding time

==== CLI ====
* Fix bandwidth display issue

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#114 Post by eden6000 »

Thanks Michalis

cprivers
Posts: 63
Joined: Fri 26 Nov 2010, 21:54

#115 Post by cprivers »

I downloaded 2.22 & libs and installed on 431. I get the following error:

(process:21211): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
transmission-gtk: symbol lookup error: transmission-gtk: undefined symbol: gtk_entry_set_icon_from_stock

Any ideas?

Thanks,

Chuck
[i]It's always easy when you know how![/i]

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

Re: Transmission 2.22 pets - Peer-to-Peer connector

#116 Post by abushcrafter »

Which puppy did you compile it on?
Michalis wrote:

Code: Select all

application/x-bittorrent; /usr/bin/transmission-gtk "$@"
Shouldn't it be

Code: Select all

application/x-bittorrent; transmission-gtk "%s"
?
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

User avatar
ttuuxxx
Posts: 11171
Joined: Sat 05 May 2007, 10:00
Location: Ontario Canada,Sydney Australia
Contact:

#117 Post by ttuuxxx »

hi Michalis if you install this static libevent pet I compiled, Then just compile transmission like you normally do and you won't need libevent as a extra dep, it will be statically built into transmission itself. maybe just toss this libevent static into your devx and forget about it, Just compile transmission and that its :)
save a extra step and extra time :)
ttuuxxx
Last edited by ttuuxxx on Sat 21 May 2011, 22:18, edited 1 time in total.
http://audio.online-convert.com/ <-- excellent site
http://samples.mplayerhq.hu/A-codecs/ <-- Codec Test Files
http://html5games.com/ <-- excellent HTML5 games :)

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#118 Post by eden6000 »

Hi Michalis, when you have time, version 2.31 is out...thanks as always...

User avatar
playdayz
Posts: 3799
Joined: Fri 25 Apr 2008, 18:57

#119 Post by playdayz »

Transmission 2.22 worked for me in Lucid 5.2.5. I had to install the libevent 2. I didn't test downloading.

I have added the full version with NLS to the puppy-lucid repo of PPM in Lucid.
http://distro.ibiblio.org/pub/linux/dis ... cid525.pet

To update the index of puppy-lucid repo use Quickpet -> More Pets -> Update Lupu PPM

Michalis
Posts: 237
Joined: Tue 08 Jan 2008, 14:50
Location: Greece

Transmission updated to version 2.31

#120 Post by Michalis »

Transmission updated to version 2.31

ttuuxxx wrote:Then just compile transmission like you normally do and you won't need libevent as a extra dep, it will be statically built into transmission itself.
Your pet didn't worked in puppy 4.3.1, in which I wanted to compile. Anyway I made another of version 2.0.11 in 4.3.1.

I build it statically but I noticed that in the complete version the overall size is much larger (in puppy terms) than installing the shared version of libevent and transmission build against it. In the small version the size is smaller.

So if someone wants the small version is better to install the static one. If someone wants the full package is better to stick with the shared version.

For the time being I'm undecided whether I should build it statically or not. :? Generally I prefer shared libraries so that there is the potential to install other programs that they need, keeping the overall size smaller.


Anyway please drop your options in order to help me decide.

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#121 Post by abushcrafter »

Shared please.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#122 Post by eden6000 »

+1 for shared
and thanks for 2.31

aarf

#123 Post by aarf »

luci529 Transmission 2.31

edit': this does actually download.
Attachments
image-9.jpg
(16.42 KiB) Downloaded 3583 times

eden6000
Posts: 259
Joined: Sun 08 Apr 2007, 06:49

#124 Post by eden6000 »

Michalis, version 2.33 is out, when you can.... :)

aarf

#125 Post by aarf »

Transmission 2.41 exists in non-pet form http://www.transmissionbt.com/download/

Post Reply