Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Gtk-gnutella
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Use dmy dates|date=October 2023}} {{lowercase title}} {{Infobox software | name = gtk-gnutella | logo = Gtk-gnutella.svg | logo size = 48px | screenshot = [[Image:Gtk-gnutella-0.96.8-stable.png|200px|gtk-gnutella 0.96.8]] | caption = gtk-gnutella 0.96.8 on [[Debian]] lenny | developer = Raphael Manfredi, Richard Eckart | released = 16 April 2000 | discontinued = | latest release version = {{wikidata|property|preferred|references|edit|Q288344|P348|P548=Q2804309}} | latest release date = {{wikidata|qualifier|preferred|single|Q288344|P348|P548=Q2804309|P577}} | latest preview version = {{wikidata|property|preferred|references|edit|Q288344|P348|P548=Q51930650}} | latest preview date = {{wikidata|qualifier|preferred|single|Q288344|P348|P548=Q51930650|P577}} | programming language = [[C (programming language)|C]] ([[GTK+]]) | operating system = [[Cross-platform]] | language = de el es fr hu it ja nb nl uk + | genre = [[Peer-to-peer file sharing]] | license = [[GNU General Public License]] | website = https://gtk-gnutella.sourceforge.io/ }} '''gtk-gnutella''' is a [[peer-to-peer file sharing]] application which runs on the [[gnutella]] network. gtk-gnutella uses the [[GTK+]] toolkit for its [[graphical user interface]]. Released under the [[GNU General Public License]], gtk-gnutella is [[free software]]. == History == Initially gtk-gnutella was written to look like the original [[Nullsoft]] Gnutella client. The original author Yann Grossel stopped working on the client in early 2001. After a while Raphael Manfredi took over as the main software architect, and the client has been in active development ever since. Versions released after July 2002 do not look like the original Nullsoft client.<ref>{{cite web | url=https://gtk-gnutella.sourceforge.io/?page=shots096u | title = gtk-gnutella 0.96 screenshot| year = 2005 }}</ref> == Features == gtk-gnutella is programmed in [[C (programming language)|C]] with an emphasis on efficiency and portability without being minimalistic but rather head-on with most of the modern features of the gnutella network. Therefore, it requires fewer resources (such as [[Central processing unit|CPU]] and/or [[Random-access memory|RAM]]) than the major gnutella clients. It can also be used as [[headless computer|headless]] gnutella client not requiring [[GTK+]] at all. gtk-gnutella has a filtering engine that can reduce the amount of spam and other irrelevant results. gtk-gnutella supports a large range of the features of modern gnutella clients. gtk-gnutella was the first gnutella client to support [[IPv6]] and encryption using [[Transport Layer Security|TLS]]. It can handle and export [[magnet link]]s. It has strong [[internationalization]] features, supporting English, German, Greek, French, Hungarian, Spanish, Japanese, Norwegian, Dutch and Chinese. gtk-gnutella also has support to prevent [[spamming]] and other hostile peer activity. Several software distributions provide pre-compiled packages, but they are usually outdated as many distributions version freeze old stable releases. The gnutella network benefits from running the latest version obtainable as peer and hostile IP address lists change rapidly, making building the latest SVN snapshot the best option. There are also pre-compiled packages for many Linux distributions available online. Persons concerned about security might wish to compile their own. The gtk-gnutella sources use [[dist]] as build and configuration system instead of [[Autoconf]]. Most users are only familiar with the configure scripts generated by the latter. Another hazard for novices is configuring [[Network address translation|NAT]] devices to enable full network connectivity for gtk-gnutella. gtk-gnutella, like any gnutella client, is still usable behind a [[Firewall (computing)|firewall]] or a [[Router (computing)|router]], but with some reduced functionality, if it cannot receive incoming [[Transmission Control Protocol|TCP]] connections or [[User Datagram Protocol|UDP]] packets. In an attempt to mitigate the issue for newcomers, gtk-gnutalla implements the [[UPnP]] and [[NAT-PMP]] client protocols. gtk-gnutella supports features for downloading larger files (videos, programs, and disk images). Version 0.96.4 supports [[Tiger tree]] hash serving and versions after 0.96.5 support tiger tree hashes for uploads and downloads. Tiger tree hashing and other gtk-gnutella features make file transfers as efficient as [[BitTorrent]]. Specifically, gtk-gnutella supports partial file sharing,<ref>{{cite web| url = https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/doc/gnutella/PFSP| archive-url = https://archive.today/20120629060932/https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/doc/gnutella/PFSP| url-status = dead| archive-date = 2012-06-29| last = Klingberg| first = Tor| title = Partial File Sharing Protocol| publisher = Tor Klingberg| year = 2002}}</ref> remote queueing<ref>{{cite web| url = https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/doc/gnutella/PARQ| archive-url = https://archive.today/20120629060932/https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/doc/gnutella/PARQ| url-status = dead| archive-date = 2012-06-29| last = Manfredi| first = Raphael| title = Passive/Active Remote Queueing| publisher = Raphael Manfredi| year = 2003}}</ref> and files larger than 4 [[GiB]].<ref>{{cite web | url=https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/doc/public/GGEP/LF | archive-url=https://archive.today/20120604235811/https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/doc/public/GGEP/LF | url-status=dead | archive-date=2012-06-04 | title=The 'LF' GGEP Extension | year=2004 }}</ref> Overlap checking was the only mechanism to guard against bad data prior to versions 0.96.4. Overlap checking does not guard against malicious corruption like [[Tiger tree]] hashing does. Version 0.96.6 introduced preliminary support for a [[Kademlia]] DHT, which was completed in version 0.96.7.<ref>{{cite web | url=https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/ChangeLog | archive-url=https://archive.today/20120629060933/https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella/ChangeLog | url-status=dead | archive-date=2012-06-29 | title=gtk-gnutella ChangeLog }}</ref> The DHT is replacing search by [[SHA-1]], when locating alternate sources for a known file or looking for push-proxies. In version 0.96.7, the DHT is enabled by default. LimeWire first developed the DHT and named it<ref>{{cite web|url=http://wiki.limewire.org/index.php?title=Mojito? |title=Limewire Forum (defunct), Mojito DHT }}{{dead link|date=June 2016|bot=medic}}{{cbignore|bot=medic}}</ref> Mojito DHT. Version 0.96.9 introduced full native support for [[UPnP]] and [[NAT-PMP]], making the usage behind a compatible router much easier since there is no longer any need to manually forward ports on the firewall. In this version the code was also ported to [[Microsoft Windows]] however the Windows port is still considered beta due to lack of wide testing so far. Version 0.96.9 also introduced important DHT protection against [[Sybil attack]]s, using algorithms based on statistical properties.<ref>{{cite web | url=http://hal.inria.fr/docs/00/49/05/09/PDF/HotP2P10-KAD_DHT_attack_mitigation-cholez.pdf | title = Efficient DHT Attack Mitigation Through Peer's ID Distribution}}</ref> Version 0.97 was a major release, introducing client-side support for [[HTTP pipelining]], "What's New?" queries, [[Internet media type|MIME]] type query filtering, GUESS support (Gnutella UDP Extension for Scalable Searches) and partial file querying. Although many Gnutella vendors already supported server-side GUESS, gtk-gnutella introduced the client-side as well, also enhancing the original specifications of the protocol to make it truly usable. Version 0.98.2 employs a minor patch to correct [[malloc]] memory allocations and multiple threads issues, mainly on [[Ubuntu (operating system)|Ubuntu]] 11.10 operating systems. This 2011 gtk-gnutella version was also dedicated to the memory of [[Dennis Ritchie]], 1941โ2011. Version 0.98.4 added '''RUDP''' (reliable [[User Datagram Protocol|UDP]]) and improved partial file transfers.<ref>{{cite web | url=https://github.com/gtk-gnutella/gtk-gnutella/blob/master/ChangeLog | title = GitHub gtk-gnutella ChangeLog| website = [[GitHub]]}}</ref> Version 1.1 is a major release which added [[Gnutella2|G2]] support: gtk-gnutella will now connect to the G2 network in leaf mode. This allows searches from G2 nodes and lets local queries be propagated to the G2 network as well. File exchanges with G2 hosts are fully inter-operable and are permitted without restriction. == Popularity == gtk-gnutella does not rank as one of the most popular clients on GnutellaNet crawls. gtk-gnutella developers' proposals have been incorporated into many gnutella clients. In 2011, gtk-gnutella vendor extensions are the third most prolific on the GDF (Gnutella Developer Forum), following Limewire and Bearshare.<ref>[http://gnet-specs.gnufu.net/index.php/Known_Vendor_Messages Gnutella vendor extensions]</ref><ref>[https://groups.yahoo.com/group/the_gdf/files/Proposals/Working%20Proposals/ Gnutella working proposals]{{dead link|date=December 2023|bot=medic}}{{cbignore|bot=medic}}</ref> Salon listed gtk-gnutella as one of the five most popular gnutella applications in 2002.<ref>[http://archive.salon.com/tech/feature/2002/08/08/gnutella_developers/print.html Salon lists gtk-gnutella as one of the top five gnutella clients. (2002)] {{webarchive|url=https://web.archive.org/web/20080110114624/http://archive.salon.com/tech/feature/2002/08/08/gnutella_developers/print.html |date=10 January 2008 }}</ref> [[XoloX]] and [[List of historical Gnutella clients|Toadnode]], also in the list, are no longer actively developed. == Notes == {{Reflist}} == References == {{Refbegin}} * {{cite book | last = Wang | first = Wallace | title = Steal this file sharing book | year = 2004 | publisher = No Starch Press | location = San Francisco | isbn = 1-59327-050-X | url-access = registration | url = https://archive.org/details/stealthisfilesha00wang }} * {{cite web | url = http://www.linux-magazine.com/issue/01/Gnutella.pdf | last = Ganslandt | first = Bjรถrn | title = Distributed file sharing | publisher = Linux Magazine | year = 2000 | archive-url = https://web.archive.org/web/20041012173044/http://www.linux-magazine.com/issue/01/Gnutella.pdf | archive-date = 12 October 2004 | url-status = dead }} * {{cite web | url = http://www.ics.forth.gr/dcs/Activities/papers/gdos.acns06.pdf | last = Athanasopoulos | first = Elias | title = Misusing Unstructured P2P Systems to Perform DoS Attacks: The Network That Never Forgets | publisher = Institute of Computer Science | year = 2006 }} * {{cite web | url = http://www.net.in.tum.de/~vinay/iadis06.pdf | last = Aggarwal | first = Vinay | title = Analysis of overlay-underlay topology correclation using visualization | publisher = Deutsche Telekom Laboratories | year = 2006 }} * {{Cite web | url = http://www.cse.lehigh.edu/~brian/pubs/2004/www/ | last = Davison | first = Brian | title = Lessons from a Gnutella-Web Gateway | publisher = ACM Press | year = 2004 }} {{Refend}} == External links == {{Portal|Free and open-source software}} * [https://gtk-gnutella.sourceforge.io gtk-gnutella homepage] {{Gnutella|Gnutella clients}} {{GTK}} [[Category:Free file sharing software]] [[Category:Gnutella clients]] [[Category:File sharing software that uses GTK]] [[Category:File sharing software for Linux]] [[Category:Free software programmed in C]] [[Category:Cross-platform software]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cbignore
(
edit
)
Template:Cite book
(
edit
)
Template:Cite web
(
edit
)
Template:Dead link
(
edit
)
Template:GTK
(
edit
)
Template:Gnutella
(
edit
)
Template:Infobox
(
edit
)
Template:Infobox software
(
edit
)
Template:Lowercase title
(
edit
)
Template:Main other
(
edit
)
Template:Portal
(
edit
)
Template:Refbegin
(
edit
)
Template:Refend
(
edit
)
Template:Reflist
(
edit
)
Template:Template other
(
edit
)
Template:Use dmy dates
(
edit
)
Template:Webarchive
(
edit
)