Thanks to locatemyname.com for supporting Gtk-Gnutella. Want to see statistics for your name? Try it!
Older News
16 December 2011, Version 0.98.1 Released
This is a minor patch to support systems running glib-2.30.2 and above.
11 December 2011, Version 0.98 Released
This is a major release, adding "IPv6-Ready" features. It also fixes long-lasting bugs in various areas and contains some other low-level improvements.
During the building of this release, Dennis MacAlistair Ritchie passed away. Gtk-gnutella would not exist in its current form without the earlier work of Dennis, the co-inventor of C. This release is dedicated to the memory of that great computer scientist. Farewell, Dennis!
New Features
- Added "IPv6-Ready" support.
- Enhanced the shell "memory" command to display various allocator stats.
- Added the "pid" and "version" shell commands.
- Added the "command" shell command to print the server's command line.
- Added -r option to "shutdown" shell command to request a restart.
- Added the --no-restart and --restart-on-crash gtk-gnutella options.
- Added the shell "date" command displaying ISO time with ms accuracy.
Improvements
- Ignore Bitzi ticket timeouts on missing entries for explicit user retries.
- Added routing table statistics.
- GUI: show file creation times for local searches in the info summary.
- Optimized page cache coalescing by avoiding two successive binary lookups.
- Added -f option to "shutdown" shell command to initiate a fast shutdown.
- Allow "echo command | gtk-gnutella --shell" a chance to work on Windows.
- Ban duplicate GUIDs to avoid them being the target of PUSH requests.
- Updated French translation for 0.98.
- Revisited TX stack flow-control logic when there is a compressing layer.
- Don't send Hops-Flow messages to nodes not supporting it.
- Use full compression for ultra <-> ultra connections.
- Internationalization now works on Windows.
Bug Fixes
- Fixed harmful cleanup of routing table when cycling over naturally.
- Fixed bug in add_file() when adding multiple partial files to a query hit.
- Fixed DHT lookup when path protection kicks in and clears the closest node.
- Fixed handling of relative position lists, causing unfair PARQ scheduling.
- Prevent preferences from being shown from tray icon when already shutdowning, fixing bug #3376952.
- Hide tray icon at shutdown time.
- Enabled loading of hostiles file on Windows.
- Fixed crash on mis-parsed IPv6 address.
- Make sure node is still connected before routing its queries.
- Avoid crashes when asked to deflate 0 bytes.
- Fixed dynamic querying to avoid duplicate messages to probed nodes.
- GUESS must forget about query if the query key was not correct.
- Do not send translated messages in node handshaking replies.
- dualhash_insert_key(): fixed insertion to avoid possible assertion failures.
- Avoid wrong "activity timeout" indications for ultra <-> ultra connections.
- Make sure we do not include "non-shareable" files in query hits.
- Fixed the "node add" and "node drop" shell commands.
Under the Hood
- Fixed remote token validation for git versions.
- Count and report in statistics the amount of cached GUESS 0.2 hosts.
- Fixed improper message queue status computation (warn zone / delay).
- XML parser was not handling illegal byte sequences in UTF-8 buffers.
- Fixed creation time (GGEP "CT") to send actual filesystem creation time, not the filesystem last modification time.
- Enforce configured IP protocols, preventing connection to other protocols.
- Added malloc() replacement.
- Clear "last dmesh sent" timestamp in uploads when client switches resources.
- Construct build date from git's HEAD commit, if available.
- Added options to the "shutdown" shell command to trigger the crash handler.
- Propagate Windows exception information into the crash log.
- On Windows, propagate the PC at which the exception occurs in the crash log.
- Force "idle" tasks to be scheduled once in a while.
- Increased frequency of the main callout queue heartbeats by 4.
- Arrange for a crash log to be generated even when fork() fails.
- Loudly warn when string formatting leads to truncation of the message.
- Added regression tests for str_vncatf().
- Added floating point formatting routine from Robert G. Burger, allowing str_vncatf() to format floating point numbers natively.
- Added Windows startup debugging support and fixed Cygwin startup.
- Remap all g_xxx() logging routines to our own message logging layer.
- Added "update-potfiles" target to refresh the POTFILES.in list.
- Frozen PARQ upload queue slots don't count as "wanted" by the queue.
- Added "qhit_bad_debug" property to control logging of bad query hits.
- Stack unwinding routines now stop at the first non-text address they reach.
- Added dynamic memory usage statistics collection.
- Propagate self-assessed symbol quality into the crash log, if not good.
- Make sure we open all files in binary mode on Windows.
- Packaged regex 0.12 to supply POSIX regcomp() on systems lacking it.
- Raise the default number of allowed fds to 2048 on OS X.
- Added SDBM testing and benchmarking program.
- Don't publish NOPE entries in the DHT for nodes with a bad GUID.
- Added "tx_deflate_debug" and "tx_debug_addrs" properties.
- TX deflating layer can postpone Nagle flushing up to 2 seconds.
- Updated Geo IP database.
11 September 2011, Version 0.97.1 Released
Version 0.97.1 is a bug-fixing release, addressing critical bugs that slipped through in the 0.97 release but which happen only in particular conditions.
The project also switched from SVN to git. This affects the version number which no longer includes a single SVN revision but instead uses the combination of a counter for the number of changes since the last release plus git's abbreviated commit ID. Tagged releases do not contain any build information.
Bug Fixes
- Fixed bootstrapping problems on IPv6 enabled hosts [bug #3376322].
- Forgot to clear global HTTP handle on GHC errors [bug #376322].
- Typo caused crash when processing alternate locations in firewalled mode with PFSP enabled.
- Forgot to clear pending THEX downloads on download stops.
- Make sure we remove the SHA1 of de-indexed files from the shared set.
- Handle "message too large" errors when sending on UDP.
Under the Hood
- When running as ultra node, use GUESS introduction pings when requesting a query key so that the remote ultrapeer can passively discover us.
- Do not count GUID collisions with our own GUID when we see our own IP:port!
- Added some gcc 4.6 hot / cold routine tagging for better optimizations.
- netmask_to_cidr(): was not using the proper metaconfig symbol to activate the usage of __builtin_popcount.
- Updated build.sh to build an app bundle for OSX with target=osxbundle.
- Added dmg to the default extension list for shared files.
- Added OS X integration support: menu bar is now on the OS menubar on top, the application does a clean exit on cmd-q and the application continues to run when only the window is closed.
- Use the downloads folder on Windows 7 and Vista for completed downloads.
- Updated the geographic IP mapping database.
- Integrated spell check of the French translation from stegozor.
- Turned zalloc_always_gc to FALSE by default.
Integrity checks for the source tarball
Size: 17084243 bytes urn:bitprint:CSSLL7MMGXF62RB6TGL6KXSEVL52AWIG.WK4P24R32DKY2SMGGYHLRMS4TQKRZYQSV5X56LI SHA1 (gtk-gnutella-0.97.1.tar.bz2) = 14a4b5fd8c35cbed443e9997e55e44aafba05906
PGP Signature (286 bytes)
Thanks to everyone who contributed to this bug-fix release in the form of feedback, bug reports or patches.
gtk-gnutella team
18 July 2011, Version 0.97 Released
Version 0.97 is a major release, fixing critical long-standing bugs and introducing handy new features.
New Features
- Added HTTP request pipelining.
- Added GUESS (Gnutella UDP Extension for Scalable Searches).
- Added the ability to look for specific media types.
- Added the ability to query for partial files as well.
- Added "What's New?" queries.
- Added smart search stopping / resuming options.
- Added command-line option --minimized; useful when auto-starting gtk-gnutella.
Improvements
- Improved unpredictability of random numbers. Continuously collect new randomness from message events (RX, TX, dropping).
- No longer uses download overlaps as soon as we know the TTH of the file.
- When the download queue is auto-frozen due to lack of space, monitor the filesystem to auto-unfreeze when enough space is available again.
- Can configure different amount of limits for various kind of search results.
- [GTK2] Added missing configuration option for case-insensitive sorting.
- [GTK] Flag search results bearing an alien IP as such, using both a tag (alien) and a color (deep pink).
- [GTK] Added option to discard results bearing an alien IP (TRUE by default).
- [GTK] Added option to restart session-only searches that still have pending downloads registered (FALSE by default).
- [GTK] Search details now include a line to display available metadata.
- [GTK] Fill in the Bitzi metadata column on the fly as results come in when we have cached ticket information available.
- [GTK] Show media type filter attached to query, when known, in the search detail window.
Bug Fixes
- Fixed *grave* routing bug whereby TTL was wrongly trimmed down by one extra step. Furthermore, the trimming threshold was wrong, which in effect caused ultrapeers to drop queries with TTL <= 2.
- Fixed *grave* routing bug: was sending TTL>1 queries twice on the same connection when running as ultrapeer.
- Fixed *grave* routing bug: was not properly forwarding duplicate OOB-proxied queries with a higher TTL (MUID was not altered the second time).
- Make sure ~ expansion is done for path variables when changed at runtime. Fixes bug #3215847.
- Was not processing updates of "search_reissue_timeout" from the GUI!
- Filename sanitizer led to a crash when given a filename with leading spaces.
- TTH downloads would crash when not receiving any data back.
- An off-by-one bug prevented proper token validation, causing GTKG to not properly recognize the latest releases.
- Avoid crash when attempting to connect to a node that would be internally flagged as "useless".
- Fixed chunk selection algorithm to properly request from servers providing partial files.
- Various "crash at shutdown time" type of fixes (occuring rarely and randomly).
- Plugged hole leading to a file completing but not being checked for its SHA-1 when we have a few sources competing against each-other and all these sources end up ignoring data to preserve their connection.
- Fixed crashes with GTK2 on some platforms at quit time by ignoring duplicate "quit" requests.
- Fixed race condition that could lead to an incomplete QRP configuration.
- Fixed important LRU cache management bug in the SDBM layer, which was causing data loss in persisted databases.
- Head pings had their GGEP "PUSH" key improperly parsed.
- [GTK] Was not saving the column size of the search list.
- Fixed cause of random crashes in the VMM layer on systems using mmap() to serve uploaded files.
Miscellaneous
- Dutch translation updated.
- French translation updated.
- By default, auto-clear completed and failed chunk downloads.
- Changed user-visible connection state wording: "Connected" -> "Receiving" or "Awaiting data".
- Added documentation for DHT "NOPE" values.
- Allow one to disable partial file sharing in general, enabling it only for rare files (no full copy present).
- Moved SDBM files to dedicated directories, either "gnet-db" or "dht-db".
- Added visual indication that the download queue is frozen.
- Added GUI configuration for "tth_auto_discovery".
- [GTK] New colors for search results, to quickly spot partial hits, alien hits, hits with media-type mismatch and hits from firewalled sources with no push-proxy listed.
- [GTK] Added expert-level configuration for the DHT mode, for whether DHT keys/values should be kept in memory, and for the SPAM SHA1 look-up table.
- Option --disable-ipv6 was removed from build.sh: we now always compile with IPv6 when Configure detects OS support.
Under the Hood
- Tweaked aggressive chunk selection logic.
- Let the RX link layer use the configured socket RX buffer size to determine the maximum amount of data that we can attempt to read in one system call, when the input layer cannot let us know how much data is pending.
- Ensure we only keep valid address and port information when merging PUSH servent addresses for a given GUID.
- Make sure fast assertion routines are never inlined or it would perturb stack traces due to missing offsets.
- When building search request, be careful to not include unnecessary bloat at the end of the extension block or other GTKG nodes will drop the query.
- DHT statistics now show local k-ball info along with the theoretical one.
- Added probalistic model to randomly avoid cached DHT values too far from the key's theoretical k-ball during value lookups.
- Smarter handling of "duplicate DHT values" (coming from the same publisher). We now allow fetching of these duplicates and retain different versions of the same value if we find a discrepancy (due to caching or partial re-publishing).
- PUSH flooding detection no longer bans offending hosts, but only regulates the traffic by dropping flooding requests.
- Compact extensions of forwarded queries to remove needless bloat: the XML is compacted, legacy HUGE requests to return URNs in hits are dropped, GGEP payload that are large enough are possibly compressed.
- s390(x) has IEEE 754 floats.
- Handle GGEP "u" in queries (SHA1 and bitprint URNs).
- Avoid showing "negative" retry delays.
- Turned some debugging-only assertions off.
- Fixed bad test that led to a crash when receiving improper FIND_NODE messages.
- Removed dependency to libxml2: now uses built-in XML support.
- Converted bitzi cache to a persistent SDBM-based database.
- Faster Bitzi request scheduling.
- The Gnutella routing table now dynamically adjusts its size.
- Deprecated GGEP "GTKGV1" in query hits, replacing it with "GTKGV".
- Make sure we never send back duplicate SHA1 hits, even if they are sharing twice the same file from different directories.
Integrity checks for the source tarball
Size: 16876186 bytes urn:bitprint:DNIHSCW4JFGXAI5HZ6JRTV6N54OJVNI6.N44WDAPJVSWWOUE4SNRFNNANHKZ7SNHGONRKQCI SHA1 (gtk-gnutella-0.97.tar.bz2) = 1b50790adc494d7023a7cf9319d7cdef1c9ab51e
PGP Signature (286 bytes)
Thanks to everyone who contributed to this bug-fix release in the form of feedback, bug reports or patches.
gtk-gnutella team
April 1st, 2011 -- Binary for Microsoft Windows Available!
Version 0.96.9 has been ported to Microsoft Windows and is now available for downloading.
All the gtk-gnutella features are available and the program runs on Windows with the same low-CPU and low-memory usage as when running under UNIX-like operating systems, including the gtk-gnutella shell (but then you have to launch it through the command line, not through the GUI by double-clicking on the icon).
Porting was done by your gtk-gnutella development team, by creating a thin POSIX-like layer on top of which the rest of the code can run without changes compared to the UNIX version. Note that this has nothing to do with Cygwin, and the resulting program is a native executable not requiring any Cygwin library.
You can download the installer and the PGP signature as usual.
Enjoy the quality of gtk-gnutella on Windows!
gtk-gnutella team
14 March 2011, Version 0.96.9 Released
Version 0.96.9 is the stable yearly release.
New Features
- Added UPnP and NAT-PMP support.
- Added a "log" command to the shell to manage logfiles.
- Added --gdb-on-crash switch, auto-activated when no core dumps are possible.
- Configures a crash directory as ~/.gtk-gnutella/crashes.
- [GTK] Added visual feedback for UPnP and NAT-PMP configuration status.
Improvements
- Better handling of uploading servers that also publish in the DHT.
- Added Global Host Cache as a last-resort bootstrapping mechanism when UDP is not working.
- Search results from firewalled hosts are now displayed in "dark slate gray"
- Message statistics now include a line per DHT message type instead of aggregating all DHT messages in the same basket.
- Always use ARC4 random number generator.
- Continuous entropy collection to make the random number sequence more random.
- Raised default ultrapeer connections in leaf mode to 4, maximum now being 5.
- ASCII parentheses are no longer considered evil characters and are not stripped from filenames anymore.
- Trailing spaces and periods are stripped from filenames because Windows does not like them.
- When stdout and stderr are different files, critical messages (assertion failures, crashes) are duplicated to stdout.
- [GTK] Added visual feedback icon for the DHT status.
- [GTK] Show green/yellow/red uploading status icons indicating increasing warning levels after which we declare that uploads are stalling.
- [GTK] Show DHT alt-loc queries on a per-file basis.
Bug Fixes
- Prevented random crash at shutdown time (improper cleanup ordering).
- Prevent crash when running on linux kernels patched with grsecurity.
- Fixed improper hop count display (always showing 2147483647) in horizon stats.
- Fixed bad GUI status for files: do not say "SHA1 failed" unless it's true.
- Fixed message statistics which were reading payload size from the header instead of relying on what was actually read.
- OOB proxying code was not considering MUID collisions, causing memory leaks.
- Was not always reconnecting to other Gnutella nodes when missing slots.
- Fixed old bug triggered by setting "listen_port" to 1 multiple times.
- Magnets created from search results did not include push proxies.
- [GTK2] Was not saving tree view column positions in the statistics pane.
- [GTK2] Fixed broken DND so that files can be drag 'n' dropped from local searches and the download view to other desktop apps now.
- [GTK] New users were never able to see the preset filters in the menu.
Under the Hood
- Fresh bogus IP lists and geo IP database.
- Updated SPAM detection rules.
- Updated Gnutella bootstraping logic due to changing environments.
- Cached DHT security tokens are now regularily expired.
- Tuned DHT maintenance traffic down, using statistical methods to further avoid needless RPCs.
- Clear empty databases at startup, attempt to shrink them otherwise.
- Fixed uninitialized memory read detected by valgrind.
- Made SDBM more robust when facing errors.
- Errors encountered during SDBM operation are now reported at exit time.
- If I/O errors were detected during operations of a persisted DB, request key checking at next startup.
- Added CPU frequency scaling detection (Linux and Windows only) to be able to properly determine whether we are overloading the CPU.
- Removed ShareMonkey URL support: they went out of business.
- Use the DHT routing table as a source for new node addresses when the host caches are depleted, before attempting to contact the UHCs.
- Throttle UDP pings so that we do not bombard a single host with many requests.
- Limit Gnutella connection attempts to a given host to one per 2 minutes.
- DHT routing table size now adjusts dynamically, lowering maintenance traffic.
- Throttle received DHT lookups as a precaution against abuse from rogue nodes.
- At startup time, sort cached host entries to put the most recent ones first.
- Optimized QRP table merging loop.
- Improved behaviour when facing stalling uploads.
- Only send "DHT" in Gnutella pongs if the DHT runs in active mode.
- Implemented DHT attack-prevention rules to guard against Sybil attacks.
- Added arc4random() default implementation for systems without it.
- Robustified query hit parsing so that we can filter out invalid hits.
- [GTK2] Completely migrated GtkFileSelection to GtkFileChooser.
Integrity checks for the source tarball
Size: 16669486 bytes urn:bitprint:JOJFJI6VCURXPTTFVTYJ3BMMFMF3JSSQ.MLDGSRTGH3J7OPVBHRRZ2XKVK5M7MBNGQDMEWWA SHA1 (gtk-gnutella-0.96.9.tar.bz2) = 4b9254a3d5152377ce65acf09d858c2b0bb4ca50
PGP Signature (286 bytes)
Thanks to everyone who contributed to this bug-fix release in the form of feedback, bug reports or patches.
gtk-gnutella team
21 March 2010, Version 0.96.8 Released
Version 0.96.8 is a stable release, containing critical bug fixes for the previous release 0.96.7
Bug Fixes
- Removed an obsolete assertion now that gtk-gnutella supports NOPE DHT values. This was causing a crash each time a NOPE value was received in response to push-proxies queries in the DHT.
- Fixed memory alignment problem for non-forgiving CPU architectures.
- The virtual memory manager would crash when the kernel starts allocating pages in zones we wrongly thought were already used.
- Fixed long-standing bug in the Query Routing Table protocol where a RESET message with the wrong table size could sometimes be sent, causing the remote node to close the connection.
- Make sure an ultrapeer is not publishing NOPE values in the DHT if support for the DHT was disabled by user, which would be triggering a fatal assertion failure.
Under the Hood
- Fixed Makefile to ensure proper compilation under Gentoo's build scripts.
- Push-proxy client support now makes sure there is a space after a leading GET or HEAD word in the HTTP request.
- The DIME parsing layer now given more information in case of an error.
- Let THEX downloads peruse any supplied Content-Length information from the server (applicable only when the output is not chunked).
- The VMM layer is now smarter at identifying foreign pages when allocating blocks larger than a single page.
- When sending BYE messages, do not shutdown the socket layer if using TLS.
- Compilation cleanup for SunOS, Sun Studio, and versions of GTK < 2.5.0.
Limitations
They are really identical to the ones present in version 0.96.7.
- DHT code is currently sub-optimal for firewalled hosts.
- Manual bandwidth tuning is currently necessary to allow for efficient DHT usage. Allow at least 8 Kib/s out, 15 KiB/s out being better. Also increase the lookup bandwidth to 32 KiB/s in and 6 KiB/s out, the defaults of 8 KiB/s in and 2 KiB/s out being very conservative.
- DHT is enabled by default with a fixed (manually tunable) configuration. There is no auto-tuning and no adaptation to traffic conditions yet. You need to explicitly disable the DHT if you don't want to benefit from it.
Integrity checks for the source tarball
Size: 16275481 bytes urn:bitprint:6KCK5T6JYBJF5T4AHRIF5C55CPA3K423.7DFFFGSMPZMLZFG7OLLOBFSKBX2PKYHJTYYAMDA SHA1 (gtk-gnutella-0.96.7.tar.bz2) = f284aecfc9c0525ecf803c505e8bbd13c1b5735b
PGP Signature (286 bytes)
Thanks to everyone who contributed to this bug-fix release in the form of feedback, bug reports or patches.
gtk-gnutella team
07 March 2010, Version 0.96.7 Released
Version 0.96.7 is a stable release. The list below shows the most important bug fixed and improvements since the previous release.
Bug Fixes
- Fixed memory leaks.
- Do not unduly rewrite fileinfo trailers on restart, messing with the "mtime" filesystem information.
- We were never forwarding to other ultra nodes queries that did not have a TTL of exactly 1 (severe bug impacting the network).
- Queries not kept for a local file match were most often dropped and not forwarded (severe bug impacting the network).
- Corrected detection of largefile support in Configure.
- Fixed oversight in token validation, to be able to verify older versions.
- Fixed metaconfig unit for systems without kqueue().
- PARQ complained about lack of X-Queued header even if HTTP status was not 503.
- Fixed sending of QUEUE callbacks to avoid hammering remote host, or stopping alltogether at the first timeout detection.
- Was sometimes failing to reconnect to more nodes after disconnections.
- Inverted logic was causing repeated UHCs queries when under the minimum amount of peer connections, causing undue traffic.
- Tigertree verification would sometimes crash and delete the wrong slices after a TTH mismatch.
- Fixed crashes at shutdown time due to inappropriate dropping of new messages in the message queues.
- Fixed crashes at shutdown time due to improper checking in the dynamic query cleanup code.
- Fixed invalid boundary test when server shrinks the requested file chunk.
- Unfreeze all PARQ entries from the IP after serving a quick slot, or we could have several frozen entries for that IP with no possible escape.
- Receptions of "GIV" and "QUEUE" were not checking whether the remote address was an hostile one.
- Changed the Bitzi ticket-requesting URL, as the previous one was no longer responding correctly.
- Fixed push-proxy support: requests (LIME/21) now only use v1 and acks (LIME/22) only use v2 because this is what LimeWire expects. GTKG was sending LIME/21v2 which confused LimeWire, in effect disabling the ability of GTKG to act as a push-proxy.
- GUI node flags were not updated upon reception of a Push Proxy Acknowledgement (indicating the node became one of our push-proxies).
- Fixed status bar which lost the GTKG URL as soon as a new version was announced.
- Fixed crash when a compressed connection was closed and had never been given any data to compress.
- Fixed behaviour on DHT value lookups when the key exists but is not holding the proper value types.
- Fixed HTTP partial range merging logic.
- Fixed logic for push-fallback on connection timeouts.
- Fixed improper GUI status display when connecting to a push-proxy.
- Could wrongly discard a perfectly good push-proxy.
- Prevent "found more recent metainfo" warnings at next startup by properly flushing the metainfo database at shutdown time.
- The "Force push mode" menu entry could have no effect if gtk-gnutella had determined the host did not require a push.
- Avoid innocuous duplicates in the persisted download file.
Improvements
- Better resuming of downloads on session restarts.
- Increased success rate on downloads from firewalled hosts.
- Completed support for DHT publishing: DHT is now fully functional.
- DHT bandwidth usage is now disaplayed in the GUI.
- Added support for GGEP XQ (eXtended Query) as used by LimeWire for search terms longer than about 30 characters.
- Try to decipher incorrectly encoded query flags from buggy Shareaza.
- Parse incorrectly formatted X-Alt header from buggy Shareaza.
- Implemented PFSP 1.0a: now emits and handles new X-Available header.
- Added some MIME types and file extension mappings.
- Added comand-line switch --compile-info to print some information that is hardcoded at compile-time.
- Persist known TTH roots in magnets.
- Swapped leaf and ultrapeer slots for GGEP UP in compliance with LimeWire which does not follow the published specification (so we don't either now but we are compliant with the de-facto standard).
- Will now remove uncompressed ultra connections when full and getting a new compressed one.
- Whitelist can now support TLS hosts and will refresh DNS mappings regularily.
- Improved granularity of the background task used to scan the library in order to prevent noticeable processing freezes as much as possible.
- Redesigned the output of the shell "status" command to show more information and display status flags (shown as icons in the GUI).
- Added liberal parsing of urn:sha1: and urn:bitprint to cope with clueless sites using hexadecimal instead of base32 to encode the hashes.
- Added -v option to the shell command "props" to also display values along.
- Added real shell-like string parsing, and fixed escaping to work correctly.
- Added the ';' separator to be used to separate mutiple shell commands.
- Allow crashes and fast assertions "soft" failures to be timestamped.
- Don't answer to UDP pings from bad nodes, which include "alien" hosts.
- Loop through the TCP push-proxies more quickly until one can relay our push.
- Passively revitalize PUSH routes and wakeup starving downloads.
- Attempt to collect push-proxies passively from relayed query hits.
- A completed file waiting for being moved accross filesystems will now be flagged as such in the GUI "Downloads" pane.
- Detect and fix improper 503 HTTP status code replies when 416 was meant (broken HTTP replies from Foxy, Shareaza, and maybe others).
Under the Hood
- DHT (Distributed Hash Table) is now enabled by default.
- Reduced blackout period between two DNS server name lookups to 30 minutes.
- Updated PFSP specifications (partial file sharing) to version 1.0a.
- More statistics.
- Always use exact time when logging, not the cached time.
- Align to LimeWire's settings for DHT expiration and republishing periods.
- Do not emit any PFSP header when seeding a finished file.
- Even if bandwidth is tight, force emission of the X-Hostname header under certain circumstances because this information is precious.
- No longer constantly monitors for unsolicited UDP traffic, which will save precious CPU cycles.
- Improved malloc tracking by reporting symbolic names in stack frames.
- Optimized ultrapeer TX compression settings to reduce memory requirements, saving 288 KiB of RAM per Gnutella node connection (leaf or ultra).
- Increased default amount of ultrapeer connections to 42.
- Optimized memory footprint of the simple hashtable and allow it to be downsized as well.
- Consider a HEAD Ping message to be unsolicited UDP traffic.
- New shell command "memory dump" available when malloc stats compiled in.
- Some documentation held in SVN cannot be packaged on Debian, so it was moved to a separate directory that is left out from the packaging manifest.
- SDBM improvements for greater runtime performance and data consistency.
- Added DHT root node caching (k-closest nodes of a target KUID).
- Tuned DHT node lookups for more performance.
- Can now hold the SPAM look-up table in an SDBM database instead of memory.
- The directory holding "incomplete" files is now lock-protected to prevent two different gtk-gnutella instances from using the same one.
- Added long-due zone garbage collector, called when gtk-gnutella is "idle".
- Tuned block size to avoid wasting too many bytes in zones.
- Improved the virtual memory management layer to limit fragmentation, especially for servents running over long periods of time (weeks).
- Revised the vitrual memory management page-caching algorithm.
- Politely deny handshaking with peers presenting an X-Auth-Challenge header or an FP-Auth-Challenge one.
- Added support for firewalled alternate location collection and propagation through the X-Falt header (requires that the "fwalt/0.1" feature be advertised in X-Features).
- Added a non-persistent "alien" cache to keep track of IP:port of nodes that do not belong to the Gnutella network.
- Increased the buffer size of datagram sockets to 32KiB to allow reception of bigger messages: it is not uncommon to get OOB query hits larger than 4KiB.
- Count (and show) amount of launched SHA-1 and TTH file verifications.
- Translation updates.
Limitations
- DHT code is currently sub-optimal for firewalled hosts.
- Manual bandwidth tuning is currently necessary to allow for efficient DHT usage. Allow at least 8 Kib/s out, 15 KiB/s out being better. Also increase the lookup bandwidth to 32 KiB/s in and 6 KiB/s out, the defaults of 8 KiB/s in and 2 KiB/s out being very conservative.
- DHT is enabled by default with a fixed (manually tunable) configuration. There is no auto-tuning and no adaptation to traffic conditions yet. You need to explicitly disable the DHT if you don't want to benefit from it.
Integrity checks for the source tarball
Size: 16273432 bytes urn:bitprint:XODKKQMZ2IMQRFZV4BLTCO4UCGYOGVVB.O5ONBJQOY5PK35S5PG7HJDQPZD3XMW2H2Q2IQLQ SHA1 (gtk-gnutella-0.96.7.tar.bz2) = bb86a54199d219089735e057313b9411b0e356a1
PGP Signature (286 bytes)
Thanks to everyone who contributed to this release in form of feedback, bug reports, patches or translations!
gtk-gnutella team
29 March 2009, Version 0.96.6 Released
Version 0.96.6 is a stable release. The list below shows the most important bug fixed and improvements since the previous release.
Bug Fixes
- #1932909 "columns in search window do not scale properly".
- Fixed improper HTTP chunking when outputting chunks larger than 64 KiB.
- #2628899 "tries to download from my old self after IP changes".
- Was not always resuming the interrupted SHA-1 computation of a finished file when servent was closed in the middle of processing.
- Fixed bad range checking test in the download part.
- Was not paying attention to the "give_server_hostname" property and instead sent "HNAME" GGEP extensions in query hits provided a non-empty name was defined as the "server_hostname".
- Fixed improper upload slot counting which introduced race conditions, sometimes leading to having more slots used than the configured maximum (in addition to the "quick" upload slots).
- Prevent occasional crashes at shutdown time, during subsystem cleanups.
- Fixed corner cases where we could lose a server hostname and downright bug where we discarded the hostname after a DNS lookup if the subsequent connection attempt did not succeed.
Improvements
- Refuse to share certain directories: /, $HOME, $GTK_GNUTELLA_DIR, and the incomplete and corrupted directories.
- Downloads GUI: added checkboxes to invert the select/filter patterns.
- Downloads GUI: added "Modified" column and detail showing the time-stamp of the last file modification.
- Optional beautification operations on filenames: strip leading "-", remove consecutive "_" and prevent "_" surrounding punctuation characters.
- Fixed significant performance issue in the Gtk+ 1.2 front-end: update of upload statistics was O(n) but is now O(1).
- Background TTH file verification now lights an icon in the GUI.
- Show TTH tree depth in the download "Details" pane.
- Update the bitzi meta-data info box when a query finishes, so that it is not required to click on the result again after requesting bitzi data.
- Added MIME type column for search results.
- Added "Last Request" and "Last Upload" columns to the Upload History.
- Almost complete DHT support (missing only publishing of data), but code needs to be explicitly enabled by setting "enable_dht" to TRUE. The DHT knows how to look for alt-locs for files and push-proxies for firewalled hosts, and will store local data for others to query.
- New shell commands "stats", "download", "echo".
- It is now possible to rename files being downloaded (through GTK2 or shell, no support in GTK1).
- Added more filename extensions to the built-in search filters.
- Switch resources after getting an HTTP error if the connection is kept alive and the error permits follow-ups (non-busy conditions).
- Improved ability to switch resources after file completion by ignoring trailing swarming data, to keep the connection alive.
- Bitzi tickets are refreshed when explicitly requested, avoiding reuse of stale meta-data.
- Completed files are displayed during hash verification.
- Only propagate good alt-locs for files we are downloading, i.e. addresses of hosts which we know to be serving that file because we contacted them.
- Many new statistics counters.
- Allow scheduling of special downloads without considering per-host limits, as these are of a much shorter duration (THEX and browse host requests).
- Always seed completed files, regardless of their size (no PFSP minimum as with partial files), when their SHA-1 has been verified.
- Incorrectly encoded Bitzi meta-data is translated to Unicode.
- Browse-host responses are sorted alpha-numerically on relative pathnames to allow users to relate files together if they don't understand GGEP "PATH".
- Improved routing of PUSH messages by also looking whether targeted hosts happen to be one of our immediate neighbours.
- Updated Norwegian Bokmal and Spanish translations.
Under the hood
- Parse legacy Shareaza THEX URIs "urn:tree:tiger/:" (extra "/" here).
- Handle non-standard X-Thex-URI headers if peer provides a valid X-Content-URN header (Shareaza 2.1.0.0).
- Also attempt to give priority to the last "pfsp_last_chunk" bytes of downloaded files, since that can contain important indexing information to enable pre-view of partial video files.
- More MIME types known (derived from file extensions).
- Can now download THEX data at a tree depth of 11 for files larger than 1 GiB.
- Can download sub-optimal THEX data, as non-optimal data is better than none, but keeps looking for THEX data at the optimal tree depth nonetheless.
- Re-implemented scanning of shared directories as a background task so that the process (not just the GUI) is fully responsive during the whole scan.
- Let the background task scheduler compute the proper amount of ticks to use for each task.
- Upload statistics now record the file's SHA-1, so that we can consolidate partial file sharing with library sharing statistics, with the filename being forced to the library's filename.
- Avoid starting moving a completed file if there is not enough space on the targeted file system.
- Recognize and propagate the "DHT" GGEP extension in pongs.
- Added support for "DHTIPP" GGEP extension in pings, used for DHT bootstrap.
- Added more entropy to the random number seed.
- Plugged a few memory leaks.
- No longer send SHA-1 queries on the Gnutella network. They are now performed through the DHT, which has the suitable topology to do so efficiently.
- Fixed UDP bandwidth computation, and removed any limit on UDP incoming.
- Updated list of hostile IP address ranges, Geo-IP data, spam patterns and spam samples.
- Property loading from files was in O(n*n), made it O(n).
- Now detect property files being blindly copied over from another gtk-gnutella's config directory and reset properties whose value needs to be unique.
- The GUID and the KUID (Kademlia ID, the DHT node ID) were made sticky.
- Optimization of QRP lookups in tables ranging from 16k to 2M slots.
- Limit amount of hits to 10 per query hit packet, as LimeWire chokes otherwise.
- Limit amount of alt-locs in hits to 10 or LimeWire chokes.
- Keep connection alive when reporting an HTTP error to allow remote resource switching if necessary.
- Emit and parse new X-Downloaded header, apparently introduced by LimeWire.
- Added parsing of X-FW-Node-Info headers to grab push-proxies from firewalled hosts, as well as gather the proper GUID and host address/port.
- Emit X-FW-Node-Info if node is firewalled but continue to list our push-proxies in the standard X-Push-Proxies header.
- Avoid endless aggressive chunk splitting during swarming.
- Proper parsing of comma-separated values in Accept and other Accept-Encoding HTTP headers.
- Reject UDP packets from unspecified addresses.
- Drain more data out of the UDP receive buffer to prevent it from filling up.
- Strip at most 5 trailing characters from words when building the QRP table, thereby inserting less radices and making the table more sparse.
- Removed workarounds for dealing with broken 0.96.2 nodes and earlier 0.95.x.
- Extended syntax for push:// exact sources in magnets to be able to supply all the known push-proxies, even if that is an empty set. Since downloads are persisted as magnets, this also allows keeping all the previously known push-proxies across sessions.
- Upgraded PARQ to version 1.1 (mostly specification cleanups).
- Added additional anti-hammering for cases where many files on the same server are queued and gtk-gnutella is configured to launch more than 1 connection per IP. Connection attempts to the same server are now limited to 5 per minute.
Limitations
- DHT code is still experimental, although functional: configuration of parameters can only be done through the shell, and there is no support for publishing yet.
What is the DHT good for?
Now that gtk-gnutella supports the DHT (an acronym standing for Distributed Hash Table), what are the direct benefits for gtk-gnutella users?
If you enable the DHT code in gtk-gnutella, you will be able to benefit from these new features:
- Use source-less magnets. The DHT can locate files by their SHA-1. Websites like Bitzi collect this information along with further metadata about files. Bitzi also provides magnet links you can readily drag and drop onto gtk-gnutella's main window or copy and paste into its search box to search and download the desired file. Of course, magnet links can also be manually constructed as long as you know the SHA-1 of the file. Contrary to regular Gnutella searches, the DHT will find quickly (in less than a minute usually) whether someone has published that it was sharing the file.
- No spam or fakes. Look up the content you want at places you trust (like Bitzi). Magnet links can link to known sources, too, but usually don't. Therefore, they are conveniently short, look like URLs and can be posted anywhere: forums, blogs, index sites, emails, IRC etc. As they link to content instead of a specific location, they are practically permantly valid and never expire. Using your trusted communities to exchange magnet links gives you the benefit of avoiding all spam and fakes that you may suffer from with regular searches.
- Better success with firewalled sources. As firewalled hosts publish their push-proxies in the DHT, you can start a download by using only a push: source (consisting only of the servent's GUID) and gtk-gnutella will be able to lookup the DHT for you and find what the current push-proxies are for that host. Again, it is very quick and if that host has published its push-proxies, gtk-gnutella will find them.
- Faster downloads. With the DHT, you can acquire additional alternate locations for files and use native Gnutella swarming abilities to very efficiently and reliably download files.
- Improved session resuming. If you shut-down gtk-gnutella and restart it later, it will lookup for new push-proxies (the old ones that were persisted are probably obsolete) and new sources for the files which are pending in the queue, possibly re-seeding some downloads that were orphan (without active sources) for a long time.
If something has been published in the DHT (sources for files identified by their SHA-1, push-proxies for firewalled hosts identified by their GUID), it will be found in a matter of seconds. If the search is unsuccessful, it means the data is not present at this time in the DHT. There is no horizon consideration as in Gnutella searches. The only requirement is that you know how the published data is keyed in order to find it.
The key to make all that possible is to use a Gnutella servent that is capable of joining and querying the global Gnutella DHT, currently supported by LimeWire (and all its derivatives) and gtk-gnutella. The next release will add DHT publishing to gtk-gnutella to make it fully productive.
Who should activate the DHT code? Ideal nodes are leaf nodes which are not firewalled, then ultrapeers. If your peer is firewalled, you can still enable the DHT code but it will be less efficient currently for the network. The more nodes are present in the DHT, the longer they stay connected, the more powerful the DHT becomes.
Integrity checks for the source tarball
Size: 15739240 bytes urn:bitprint:GGKBP2G6CBFTHEJ6BCQKV3EMB4RKMEU5.BJ6GG3CKCHWOAT64HG6C7ZIKEUDPQNB4KP3PIDQ SHA1 (gtk-gnutella-0.96.6.tar.bz2) = 319417e8de104b33913e08a0aaec8c0f22a6129d RMD160 (gtk-gnutella-0.96.6.tar.bz2) = 0dae6af9ac64fa8d75980cafd55c5a3e9eb18dfe SHA256 (gtk-gnutella-0.96.6.tar.bz2) = 1e9e9952658134448675a991aca583b2a6bcacdc144b8a81628e1505b4567e8f
PGP Signature (186 bytes)
Thanks to everyone who contributed to this release in form of feedback, bug reports, patches or translations!
gtk-gnutella team
2 April 2008, Version 0.96.5 Released
Version 0.96.5 is a stable release. The list below shows the most important bug fixed and improvements since the previous release.
Bug Fixes
- #1870957: Wrong sign could cause out-of-bounds read and potentially a crash.
- Firewalled status was not re-verified after a port change if the previously used port was open.
- Fixed issue that caused the local peer cache to degenerate.
Improvements
- Client-side support for tigertree hashes (TTH/THEX).
- Replaced navigation tree by tabs.
- Redesigned download user-interface to make it more accessible.
- Added some selectable pre-defined search filters.
- Bitzi tickets are displayed in full raw indented XML.
- Display Bitzi and ShareMonkey URLs as search result details.
- Topless mode is available at run-time via command-line switch.
- Added default shared filename extensions: .7z, .bittorrent, .oga, .ogv, .spx, .tbz2
- Removed default shared filename extensions: .doc
- Updated translations: Japanese, Norwegian Bokmal, French.
Under the hood
- Changed default to dual use of IPv4 and IPv6 instead of IPv4-only.
- Support the "as" (Alternate Source) key in magnet links.
- Eszett (ß) is finally normalized to "ss" in search queries.
- Avoid display updates for elements not currently visible.
- Take full advantage of persistent HTTP connections to fetch multiple files from the same peer through over the same connection if scheduling permits.
- Improved TLS support and blocking detection.
- Updated list of hostile IP address ranges, bogons, Geo-IP data, spam patterns and spam samples.
Integrity checks for the source tarball
Size: 13634700 bytes urn:bitprint:QBMJUJBSF5IJ5UOCJFFBWXHARFI4PYQW.G55HBDRFR2FZNXH6GZNJA3MW7KWH62ZH7SIMBTA SHA256 (gtk-gnutella-0.96.5.tar.bz2) = 02c0f661f112739c011e0a12ebfc58d8fcb8ce6f660cc03be610ba664050b529 SHA1 (gtk-gnutella-0.96.5.tar.bz2) = 80589a24322f509ed1c2494a1b5ce08951c7e216 RMD160 (gtk-gnutella-0.96.5.tar.bz2) = 1f7b58b45955d940e19284110ad78bb6410cd3c6
PGP Signature (186 bytes)
Download the sources
[
Download via magnet-link from Gnutella
|
Direct HTTP download (13 MiB) ]
Thanks to everyone who contributed to this release in form of feedback, bug reports, patches or translations!
gtk-gnutella team
11 July 2007, Subversion Repository Relocated
The Subversion repositories of all projects hosted at SourceForge have been relocated. If you have checked out gtk-gnutella with svn before, use the following command to update its location:
svn switch --relocate \ https://svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella \ https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella
After that svn update will work again.
If you have never checked out gtk-gnutella using Subversion before, the above does not apply. You can use the following command to retrieve the sources of gtk-gnutella from the Subversion repository:
svn co https://gtk-gnutella.svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella
7 July 2007, Version 0.96.4 Released
Version 0.96.4 is a stable release. The list below shows the most important bug fixed and improvements since the previous release.
Bug Fixes
- The download overlap checking was incorrectly detecting mismatches.
- A bug in the network queue caused frequent crashes (#1601523).
- A bug in the event timing caused failures after 25 days uptime.
- A stalling issue with TLS connections.
- The search retry timeouts weren't accepted (#1568205).
- The order of items in the search history was wrong (#1568206).
- The quick-connect limit wasn't respected causing too frequent connection attempts during startup.
- Removed incorrect use of SF_NODISKIO flag for sendfile() on FreeBSD.
- Fixed crash that could be triggered by changing the listening port temporarily to zero.
- iconv() was not used correctly which could cause wrong conversions for longer strings.
- Generated filenames weren't properly restricted in length which could cause crashes.
- There was a compile issue on NetBSD caused by namespace pollution.
- Added workaround for the issue that on Solaris only the file descriptors 0..255 can be used for stdio.
Improvements
- Finished downloads are now seeded for the whole session or until they are manually purged, if partial file-sharing is enabled.
- Server-side support for Tigertree hashes and THEX thanks to patches provided by Martijn van Oosterhout.
- Improved spam filters.
- Slightly better drag & drop support.
- Removed GWebCache support so only UHCs are used for bootstrapping.
- Improved the shell interface somewhat.
- Downloads can be paused now.
- Added a simple query syntax for easier creation of result filters.
Under the hood
- Added support for HEAD Pings and Pongs which improves the download mesh.
- Implemented for Out-of-Band result delivery protocol v3 which protects against certain kinds of forged results.
- Improved aggressive swarming logic so that files are completed more quickly and efficiently when nearing completion.
Checksums of the source tarball
- SHA256 (gtk-gnutella-0.96.4.tar.bz2) = 543ead5b650cb18cecd8148b7683f2fb057d26c665ac74214714c2caa7baa726
- SHA1 (gtk-gnutella-0.96.4.tar.bz2) = 03893f83b44f677a6cc8af277115f40b6d208a18
- urn:bitprint:AOET7A5UJ5TXU3GIV4TXCFPUBNWSBCQY.OX2JFS62JOD35RHOIZJ6EJ6VNRAODGMMBL3KALQ
Thanks to everyone who contributed to this release in form of feedback, bug reports, patches or translations!
gtk-gnutella team
9 November 2006, Version 0.96.3 Released
Version 0.96.3 is a stable release. Fixing some bugs and adding a few improvements.
Below is the ChangeLog entry for the release.
Bug Fixes
- Portability fixes which affect the ARM architecture.
- Ultrapeers could be unnecessarily demoted to leaves in auto mode.
- [GTK2] Fixed a bug that could cause spurious assertion failures or memory corruption.
- Fixed bug that might have caused truncation of printed numbers in certain places.
- Rewrite the upload_history file if the history was cleared.
- Fixed crash caused by an assertion failure that could occur if IPv6 support was disabled at compile-time.
- Fixed buggy utf8_is_valid_data().
- Fixed a couple of small technical mistakes in translations.
- Fixed compilation for Cygwin without IPv6 support.
Updates
- Updated French translation.
- Updated list of hostile IP ranges.
- Updated list of bootstrap caches.
- Updated list of country names and codes for Serbia and Montenegro.
Improvements
- Turkish translation.
- New shell commands: online, offline, props, status.
- The search list allows selection of multiple items and applying actions to them now.
- Added a tray icon to hide the gtk-gnutella application windows. This feature requires Gtk+ 2.10 or newer.
- Added a limit of downloads per file which defaults to 40 to prevent using an unreasonably large amount of sources.
- Keep certain irrelevant columns empty for "local:" searches instead of showing bogus data.
- Added README.Debian with instructions how to compile gtk-gnutella yourself on Debian-derived systems.
Under the hood
- Rewrote "fast" assertions so that they are sufficiently portable and do not mess with debugging. Thus they are always enabled now which reduces code size signifcantly.
- The TLS cache is now persistent without SQLite too.
- Disabled reservation of Gnutella slots and vendor limits because it's not useful with the current population of Gnutella.
- Disabled GWebCache updates.
- Configure bails out now if a mandatory dependency e.g., libxml2, GLib, zlib isn't available.
- Added -Wshadow to the default compile flags for GCC for even cleaner code.
Checksums of the source tarball:
- SHA256 (gtk-gnutella-0.96.3.tar.bz2) = 6079661ffeb78ae480cf37cf9954d0c437d415363aa4133268b732700b52be80
- SHA1 (gtk-gnutella-0.96.3.tar.bz2) = 7469d4ea685c387f38e927efeb8b9947a9ec72e3
- urn:bitprint:ORU5J2TILQ4H6OHJE7X6XC4ZI6U6Y4XD.PE75OTYXNJILFDZFSWSHGSTLYNFKGLLHWPMG3DI
gtk-gnutella team
17 October 2006, Version 0.96.2 Released
Version 0.96.2 is a stable release. Fixing important bugs and adding a couple of improvements.
Below is the changelog entry for the release.
Bug Fixes
-
Fixed bug #1467793
uname() return value
. -
Fixed bug #1467681
weird HTTP acknowledgment
. -
Fixed bug #1422526
`Drop results' should prepend, not append, to filters
. - Fixed bugs in the dynamic querying logic that caused leaves to receive very few results through gtk-gnutella ultrapeers.
- Fixed crash on 64-bit platforms when using the navigation tree.
- Fixed format mismatches in some translated message catalogs.
Updates
- Updated French, Japanese and Ukrainian translations.
- Updated list of hostile IP ranges.
- Updated list of bootstrap caches.
- Updated list of country names and codes.
Improvements
- Italian translation.
- Fairly complete support for magnet-links; magnets can be passed per drag & drop or entered via the search box. Magnets can be generated from the search results display and the downloads display through the context menu.
- SHA-1 based spam filtering.
- Built-in spam detection for certain kinds of spam.
- [GTK2] Overhaul of the downloads display.
- [GTK1] Downloads can be sorted albeit the sorting does not persist.
-
Compiling the topless is variant is now as easy as
./Configure -Oders -Dd_headless
. -
Support for several command-line options like
--help
. -
A local shell interface accessible with
gtk-gnutella --shell
. -
New shell commands
nodes
andshutdown
. - All downloads are stopped now if the disk apparently filled up.
- Caching of TLS-support allows automatic use of TLS.
-
~/.gtk-gnutella/whitelist supports the
tls:
as well. - More search results columns for experts (hidden by default).
- Diverse IPv6 settings can be configured in the GUI now.
-
The setting
IPv4 and IPv6
works now; the default isIPv4 only
. - Results bearing no SHA-1 are suppressed by default.
- Results from hostile IP ranges can be made visible; they are discarded by default.
-
One's own shared files can be search by using the prefix
local:
for searches. Local searches uses regex syntax unlike Gnutella searches.local:
alone will list all shared files. Local searches results allow drag & drop and generation of magnet links. - Support of Socker for access to privileged TCP and UDP ports below 1024.
- Optionally bind sockets to a configured address instead of the wildcard address.
- Support of IPv6-to-IPv4 Transport Relay Translators (RFC 3142).
Under the hood
- mmap()-based memory allocation to decrease fragmentation and increase performance.
- Support of socket option TCP_DEFER_ACCEPT (Linux).
-
Support of accept() filter
dataready
(FreeBSD). - Support of /dev/poll on Solaris and IRIX.
- Sharing of file descriptors so that we don't require a file descriptor per swarm source but only one per file.
- Use of pwrite(), pwritev() for flushing download buffers.
- Reopen log files on SIGHUP if the command-line options --log_stderr or --log_stdout are specified which is useful for topless mode.
- Disabled following of HTTP redirects.
-
Support of
deflate
transfer-encoding for all downloads. - Support for compression of UDP packets.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.96.2.tar.bz2) = a7c2db6223bbabff3581edc6f8b45106
- SHA1 (gtk-gnutella-0.96.2.tar.bz2) = 59baec3659ad40bb07ba50b29b942facf584043f
- urn:sha1:LG5OYNSZVVALWB52KCZJXFBPVT2YIBB7
gtk-gnutella team
14 March 2006, Switched to subversion
As of 14 march 2006, development takes place in SourceForge Subversion. If you are still using CVS to get the latest version of gtk-gnutella please use the new SVN repository:
svn co https://svn.sourceforge.net/svnroot/gtk-gnutella/trunk/gtk-gnutella gtk-gnutella
To update your sources use:
svn update
There is no delay between the anonymous SVN and the developers SVN.
22 February 2006, Version 0.96.1 Released
Version 0.96.1 is a stable release, merely fixing important bugs that were discovered and reported recently.
Below is the changelog entry for the release.
Bug Fixes
- Fixed issue when browse host is the only search in the list (bug #1421196).
- Reset download buffers on incomplete writes (fixes bug #1429981).
- Fixed ever-growing sidebar at each relaunch under GTK1 (bug #1421940).
- Fixed misdetection of chunk completion, causing undue abortion of downloads.
- Was wrongly showing the source download speed twice in download status.
- Range column was sometimes inexact in downloads.
Improvements
- Print PFS indication for actively queued entries as well.
- Take buffered data into account when showing download progress.
- Downloads now show how many HTTP requests were made on the same connection.
- Try to reposition the main window correctly.
Configuration Changes
- Minimum connection timeout is set to 15 seconds.
- Default for "maximum % of slots / vendor" raised to 90.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.96.1.tar.bz2) = 6529379cc105c1e98f501a67e8e875fd
- SHA1 (gtk-gnutella-0.96.1.tar.bz2) = 28540c4e78f4c3513ac15b95228a98d17ace2091
- urn:sha1:FBKAYTTY6TBVCOWBLOKSFCUY2F5M4IER
gtk-gnutella team
24 January 2006, Version 0.96 Released
Version 0.96 is a stable release. It is now mandatory to use this version, since all previous versions have expired meaning they are going to be banned by all new gtk-gnutella clients and will no longer contact the Gnutella web caches.
Below is the changelog entry for the release, identifying the changes since the last stable version, 0.95.x.
New Features
- Browse Host (HTML and Gnutella), TLS and IPv6 support.
- Chinese (Simplified), Greek, Norwegian (Bokmal) and Ukrainian translations of the user interface.
- D-BUS plugging.
- Added hot keys: F2, F8 and F9 (see menu View->...).
- Searches are now created with a configurable expiration date.
Improvements
- Optimization of the UTF-8 processing.
- Better filename conversion to locale, with automagic charset detection.
- General performance improvements in QRP and search filters.
- Dutch, German and Japanese translation updated.
- Sorting persistence.
Under the Hood
- Buffering of downloaded data to avoid excessive disk fragmentation.
- Support for the epoll() / kqueue() system calls.
- More optimistic PARQ ETA, and PARQ back-off when QUEUE are unanswered.
- NFS-compatible session locking.
- Nifty property browser.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.96.tar.bz2) = 4e1cd518ac2995f29952274e880cd6ec
- SHA1 (gtk-gnutella-0.96.tar.bz2) = 29628c5a88d2e2e4167ec85cdc72ca4cf5108b7d
- urn:sha1:FFRIYWUI2LROIFT6ZBONY4WKJT2RBC35
gtk-gnutella team
22 November 2005, Version 0.96b Released
Version 0.96b is a beta version of forthcoming 0.96. It is now mandatory to use this beta version as the 0.95.x series is about to expire on November 26th.
New Features
- Browse Host (HTML and Gnutella), TLS and IPv6 support.
- Chinese (Simplified), Greek and Ukrainian translations of the user interface.
- D-BUS plugging.
- Added hot keys: F2, F8 and F9 (see menu View->...).
- Searches are now created with a configurable expiration date.
Improvements
- Optimization of the UTF-8 processing.
- Better filename conversion to locale, with automagic charset detection.
- General performance improvements in QRP and search filters.
- Dutch, German and Japanese translation updates.
- Sorting persistence.
Under the Hood
- Support for the epoll() / kqueue() system calls.
- More optimistic PARQ ETA, and PARQ back-off when QUEUE are unanswered.
- NFS-compatible session locking.
- Nifty property browser.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.96b.tar.bz2) = 5ecd6baa91a19250217fd6911c6a932f
- SHA1 (gtk-gnutella-0.96b.tar.bz2) = f9664cdc08639b7455b5e14f05cb891176404296
- urn:sha1:7FTEZXAIMONXIVNV4FHQLS4JCF3EAQUW
gtk-gnutella team
31 July 2005, Version 0.95.4 Released
Version 0.95.4 is a bug fix release. Several bugs were fixed. We advise everyone to upgrade to this version of GTKG as it is the most stable version right now.
- The last-byte download bug, where a download would not complete if only the last byte needed to be downloaded, has been fixed.
- Preliminary browse-host support, allowing other servents to browse the files that are shared. This is disabled by default.
- GTKG will detect online status again after temporary network failure.
- The .desktop file and application icons are now properly installed.
- Downloads are now sorting in a more logical way.
- Bug fixes in UTF-8 support.
- Doxygen documentation updates.
- Japanese and Spanish translation updates.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.95.4.tar.bz2) = 4e6ea65149100c882f9b2c4ff7ca8dc1
- SHA1 (gtk-gnutella-0.95.4.tar.bz2) = 1a1773a28d5bf4aa988468911f48787a28519aa0
- urn:sha1:DILXHIUNLP2KVGEENCIR6SDYPIUFDGVA
gtk-gnutella team
22 May 2005, Version 0.95.3 Released
Version 0.95.3 is a bug fix release. Several bugs were fixed. We advise everyone to upgrade to this version of GTKG as it is likely that the bugs we fixed will cause problems for you at some point.
- Fixed a potential denial-of-service problem.
- Fixed OOB reply code which would lead to failed assertions.
- [GTK1] Show Enable option and Remove button in Filter editor again.
- Fixed inadvertent truncation of large files (> 4 GB).
- Compatibility fixes for 64-bit platforms.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.95.3.tar.bz2) = bde94b95622f895294bffac8cecbe67a
- SHA1 (gtk-gnutella-0.95.3.tar.bz2) = 1efeb54c8637f785e3a67e093c27fdf96974318b
- urn:sha1:D37LKTEGG73YLY5GPYETYJ757FUXIMML
gtk-gnutella team
10 May 2005, Version 0.95.2 Released
Version 0.95.2 is a bug fix release. Several bugs were fixed. We strongly advise everyone to upgrade to this version of GTKG.
- GTKG generated up to four times more traffic than was needed between GTKG Ultrapeer and GTKG leafs.
- Improved firewall status detection: if you are not firewalled then GTKG is now less likely to claim that you are.
- Fix a build problem for some versions of Glade
- A few minor bugs fixed
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.95.2.tar.bz2) = 59725fb818dcedc5573df3894c50f1a0
- SHA1 (gtk-gnutella-0.95.2.tar.bz2) = 885a5bf9793989d9ab40a8d2d3970378532e8b35
- urn:sha1:RBNFX6LZHGE5TK2AVDJNHFYDPBJS5CZV
gtk-gnutella team
6 May 2005, Version 0.95.1 Released
Version 0.95.1 is a stability release. Stability has been greatly improved since 0.95, so if you had any kind of trouble with 0.95 then these problems are likely to be gone. As usual everyone is encouraged to upgrade to the new version.
- Bitzi tickets are now persistently cached so that tickets are available again after restarting GTKG.
- Improved Unicode support:
- The use of Unicode in queries now matches that of other Gnutella clients. This will make it easier to search for file names which contain non-Latin characters. At the time of release only gtk-gnutella 0.95.1 and Limewire will respond properly to Unicode queries.
- Files are shared with their names converted to UTF-8, and downloads are stored with UTF-8 file names.
- Unicode support is now built-in, we no longer depend on the ICU library.
- Search improvements:
- It is now possible to enter negative matches in search strings. If you enter "blah -blubb -nada" as search string, results matching "blubb" or "nada" are automagically filtered.
- The search filter allows filtering for files larger than 4 GiB and you can also use suffixes like KB, KiB, MB, MiB etc.
- [GTK2] GUI updates:
- You can drag & drop items under Downloads->Files e.g., to pass them to a audio/video player, picture viewer etc. Drag & drop is dangerous when used on files from unknown sources. You have been warned.
- GnutellaNet has a new item "Reverse DNS lookup" in its context menu to perform a lookup of the peer's IP address.
- XML data contained in search results is shown in the results details pane.
- The search edit field has been moved to the top.
- The Downloads pane was split into "Active Sources" and "Queue".
- Compatible with GTK 2.6.x and older versions.
- The GUI uses SI prefixes according to IEC 60027-2 (2000-11) Ed. 2.0 everywhere, so hard disk vendors won't fool you any longer.
- Compatibility fixes to allow compilation on more architectures, including 64 bit architectures.
-
- Systems with a sendfile() that is not largefile compatible work again. On platforms without sendfile() we now use mmap() for improved efficiency.
- There are now two hostiles.txt, a system-wide ("global") and one in the ~/.gtk-gnutella directory. So you only need to put private additions into ~/.gtk-gnutella/hostiles.txt. These files are also automagically reloaded on change, so you don't need to restart gtk-gnutella to make the changes effective.
- Updated listings for geographic information, bogus addresses and spam sites.
- Greatly enhanced stability as compared to 0.95 due to many bug fixes. Other noteworthy bugs fixed are:
-
- gtk-gnutella as ultrapeer was not routing any searches iff uploads had been disabled.
- Problems with the UDP/TCP port setting have been fixed (bug #1091827).
- German, Japanese, and Spanish translation updated.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.95.1.tar.bz2) = f3f84b2f7bad40478d11f4f91156bedd
- SHA1 (gtk-gnutella-0.95.1.tar.bz2) = abd74c693a67dc7973d256109a98604213aa3331
- urn:sha1:VPLUY2J2M7OHS46SKYIJVGDAIIJ2UMZR
gtk-gnutella team
27 November 2004, Version 0.95 Released
With the release of version 0.95 gtk-gnutella supports the state-of-the-art features of the Gnutella network. In terms of Gnutella features version 0.94 is now considered a deprecated servent. Every gtk-gnutella user must upgrade to 0.95 as soon as possible to get the expected performance from the network and keep it healthy.
- GUI updates:
- Enable drag and drop for magnet links
- [GTK1] Search results have less columns, and the hit details are now displayed in a separate pane underneath.
- Visual progress indicator correctly shows newly downloaded fragments, shows fragments currently available for download more accurately, and active downloads are marked with arrows.
- The maximum amount of search results has been lowered to 1000. Please use filters or more specific queries to find what you are looking for if you get many search results.
- A detailed view has been added to the search results to show all available information for a search result.
- The status bar will now give feedback about the contacted host caches.
- Gnutella node stats can now show how many bytes were sent/received.
- In the node pane, right-clicking now allows to configure which columns should be displayed, just like in the search pane.
- More general statistics in the stats pane. It is possible to see TCP and/or UDP traffic stats separately (for messages only, not flow-control).
- Bitzi support has been added to retrieve additional information on possible downloads. See http://bitzi.com/ for details.
- The geographic location of hosts can now be shown courtesy of MaxMind.
- Recently developed features of the Gnutella network are now
supported:
- High outdegree provides better connectivity between Gnutella hosts. The maximum TTL in the network is now 4 and ultra nodes must maintain at least a connection with 30 peers.
- Last-hop QRP between ultra peers.
- Dynamic querying support, allows selective querying of peers instead of simply broadcasting the query. It is used for leaf queries and for your queries when running as an ultra node.
- OOB (out of band) query hits lets other servents deliver search results directly to you instead of going through the Gnutella network.
- OOB proxied queries, allowing direct hit delivery at the ultra node level for queries emitted by legacy leaves.
- GTKG will now prevent firewalled hosts from running as ultra nodes.
- In "auto mode", GTKG will revert to leaf mode when uploads are stalling at an abnormally high rate, indicating bandwidth is saturated.
- UDP is now also supported as a transport protocol in addition to TCP. You may need to make changes to your firewall settings to take full advantage of this. The UDP port used is the same as the one used for TCP.
- Firewall detection has been improved to include UDP firewalling detection.
- Clock skew computation for hosts not running NTP has been redesigned. Also, GTKG will now automatically detect a locally running NTP.
- Large file support has been added, so that files over 2 Gb can be used.
- Japanese translation added.
- French and German translation updated.
Checksums of the source tarball:
- MD5 (gtk-gnutella-0.95.tar.bz2) = de2ff4973c975ee16cdd69ca72c06bcd
- SHA1 (gtk-gnutella-0.95.tar.bz2) = 38be3abced5add254f7a0fff88b7e7e1d0e47fa8
- urn:sha1:HC7DVPHNLLOSKT32B77YRN7H4HIOI75I
gtk-gnutella team
10 July 2004, Version 0.94 Released
While 0.93 was improved for stability with the 0.93.4 release, the just released 0.94 contains some nice new features, while it should be at least as stable as 0.93.4:
- GUI updates:
- File info pane renamed to "Downloads".
- Downloads pane renamed to "Sources".
- Progress of a download can now be visualized. This will show which fragment of a file has been downloaded, which fragment gtk-gnutella is currently downloading and which fragments are availalbe on the Gnutella network.
- Uploads and download sources pane now contain a visual progressbar.
- The GTK2 GUI can now be resized smaller than a width of 933 pixels.
- Search results now include an extension column, so you can sort by file extension if needed.
- The Gnet stats panel and the statusbar now include horizon statistics.
- New Gnutella extension HSEP/0.2 included. This will give you an estimation of the horizon size. This includes the number of reachable nodes, files and the total size of all files on the network.
- The remote shell now includes a command "HORIZON", which will output horizon stats.
- If no default port is specified, gtk-gnutella will now bind to a random port and will use that port from then on.
If you are behind a firewall and have routed a port to gtk-gnutella, please check that gtk-gnutella is still running on the port you want it to! - Will parse up to 150 hosts in a gwebcache reply to bootstrap from.
- New hostcache to make gtk-gutella connect to the network more quickly.
- Dutch translation updated.
- German translation updated.
- Spanish translation updated.
- French translation updated.
- Hungarian translation updated.
md5sum: 8319ff7b8a5a5a7be995894c2ad3280f gtk-gnutella-0.94.tar.bz2
gtk-gnutella team
9 June 2004, Version 0.93.4 Released
gtk-gnutella-0.93.4 is released. This is a maintenance release:
- Improved stability. Memory corruption issues should be resolved.
- Better gwebcache support, will parse up to 150 host in a reply.
gtk-gnutella team
6. Febuary 2004, 0.93.x branched off
Today Jeroen created the B-0-93 branch in CVS. Only fixes are supposed
to go there. We think that 0.93.3 is already pretty stable, but we want to
improve stability even more with 0.93.4. The HEAD branch of CVS will become 0.94.
To fetch the latest fixes for 0.93.3, you can check out the B-0-93 branch
using the following commands:
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/gtk-gnutella login
cvs -z3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/gtk-gnutella co -r B-0-93 gtk-gnutella-current
When prompted for a password for anonymous, simply press the Enter key.
gtk-gnutella team
1. Febuary 2004, Submitted banner candidates online
All the banners/logos submitted for gtk-gnutella until the 31.1.2004 are now online for developer review. Five of them will enter the final round in which we will set up a poll so you can decide which banner you like best.
The images are here.
gtk-gnutella team
25. January 2004, Version 0.93.3 Released
This is primarily a bugfix release with few user-visible changes. There have been several bugs squashed and memory leaks eradicated. Please upgrade to this version.
For more changes, file MD5sums, etc go here.
gtk-gnutella team
12. January 2004, Bugfix release coming soon
It is recommended that you either wait for this release or compile from the Official CVS snapshot, which should be at least as stable as the releases and has fixes for most of the known bugs. If you want to help stamp out bugs for this release please read the Bug Report Howto and report your bugs to the Bug Tracker. I think it should be well worth the wait since there have been some very nice improvements to gtk-gnutella lately.
Update 14.1.2004: We have problems finding a memory leak in the CVS version of gtk-gnutella at the moment and need to do more testing which will probably delay the release of 0.93.3.
gtk-gnutella team
8. January 2004, Contributed packages for 0.93.2
I have posted unofficial Redhat-9, Fedora, Mandrake-9.2, and Slackware-9.1 packages on my web site. See the README file there for instructions on how to verify these gpg signed packages.
eqom14
7. January 2004, New GTK-GNUTELLA Logo?
Think the banner logo at the top of this page is ugly? Maybe you can do better! Send your images (or preferably a link to them) to the -devel or -users mail list. If your logo is chosen you will win... um, well, let's see - a place among the Hall of Fame of gtk-gnutella contributors and a special notice on the webpage.
Update 14.1.2004: Images will be accepted until the 31th January 2004.
gtk-gnutella team
5. January 2004, Version 0.93.2 released
These are some of the changes made since 0.93.1:
- GTK1 now supports grouped searches and grouped downloads, like GTK2 did.
- Reduced bandwidth requirements.
- Reduced CPU usage.
- Full compliance with LimeWire's I18N queries if the ICU library is used.
For more changes go here.
gtk-gnutella team
28. December 2003, Version 0.93.1 released (updated)
These are changes made since 0.93 stable:
- Numerous GUI improvements.
- Many improvements in the GUI.
- Improved connectivity between ultrapeers.
- The usual bugfixes.
See the changes here
2. November 2003, Version 0.93 released
You can get this new version from our download section.
These are some of the changes made since 0.92.1 stable:
- Support for sharing downloading files (Partial File Sharing).
- New addresses in hostiles.txt to protect against malicious hosts.
- Collects alternate download locations acquired from query hits.
- Automatically save settings from time to time.
For more changes go here.
gtk-gnutella team
15. August 2003, Version 0.92.1 released
These are some of the changes made since 0.92 stable:
- Improved PARQ and fixed some problems with it.
- Several crashes have been fixed. (#706014, #757276, #739262)
- Switched to metaconfig, and abandoned autoconf/automake.
For more changes go here.
gtk-gnutella team
20. July 2003, Version 0.92.1 candidate released
Please test this candidate so we can provide a very stable 0.92.1 in a few weeks. It should be very stable and just as fine as a release. Due to some problems with the toolchain, it's a source-only release.
Thanks a lot to all the contributors and bug reporters!
gtk-gnutella team
15. June 2003, Version 0.92 released
You can get this new version from our download section. Here are some of the changes since 0.91.1, the latest stable release:
- GTKG can be an ultrapeer.
- Client-side PFSP support (partial file sharing)
- Added full PARQ support (Passive / Active Remote Queuing).
- Quicker connection to the network and improved bandwidth usage.
- Asynchronous DNS lookups.
For more changes go here.
gtk-gnutella team
25. May 2003, Version 0.92 candidate released
- PARQ is now fully implemented.
- Filters out hostile IP addresses.
- New icons for showing node state (leaf or ultra mode).
- New "Fileinfo" pane in the download screen. Not finished, but will show the currently registered downloads and their status.
- Minor bugs fixed.
- GTK2 version has grouping of same files in the search pane.
WARNING: Leaf node bandwidth is now stolen from HTTP when running in ultra mode. If that brings outgoing HTTP bandwidth to 0, sharing is disabled.
gtk-gnutella team
3. Mar 2003, Version 0.92 beta2 released
This is a bugfix release. If you used beta1, please update to this beta. Also note that precompiled versions only exist for GTK1 as GTK2 is too slow for most users right now.
- Fixed Gnutella web cache hammering. A buggy test caused GTKG to query the caches each time it was establishing an outgoing connection!
- Domain name resolution for Gnutella web cache are now done asynchronously. The GUI will no longer freeze due to a DNS request.
- Some performance improvements: removed the most important bottlenecks.
- Fixed flow-control bug, exercised mainly with compressed connections: they could stall abruptly, no longer transmitting data.
- Fixed assertion failure in PARQ client code.
- Fixed incomplete clearing of downloads from a given host.
- Warning: The amount of bandwidth configured for leaves is currently automatically added to the HTTP connections when not in leaf mode, regardless of whether "use surplus bandwidth" is activated. This will change in the release.
gtk-gnutella team
9. Feb 2003, Problems when compiling 0.92 beta?
If you have difficulties compiling the GTK2 versions of our packages, then pick the GTK1 equivalents or compile from CVS. The packets
seem somehow broken
:(
We'll investigate that.
Markus "guruz" Goetz <guruz at guruz dot de>
8. Feb 2003, Version 0.92 beta released
We are proud to release the beta version of our upcoming 0.92 release. It features many changes, so please test it as thoroughly as possible and report any bugs to the IRC channel or the mailing lists :)
- Now supports Ultrapeers, which means GTKG can work as an ultra node or as a leaf node. You can still run as a normal node, although this is not something wise to do, because that will likely relegate you in a small part of the Gnutella network.
- The GTK2 front-end is no longer experimental, albeit it is slower than the GTK1.2 front-end. This is due to the somewhat inefficient implementation of the underlying GTK library. Don't use GTK2 unless you have the equivalent of a 1 GHz Intel chip.
- Added client-side PFSP support (partial file sharing). GTKG can download from servers holding partial files.
- Added client-side PARQ support (Passive / Active Remote Queuing). GTKG can now queue downloads from either active-queuing servers or PARQ.
- New Gnet statistics: flow-controlled packets per TTL and hops.
- The "Type" column in the Gnet connection pane was turned into "Flags".
- Added support for GGEP in pings/pongs/pushes: those packets are now accepted and forwarded to connections advertising GGEP support.
- New "use surplus bandwidth" setting: all unused bandwidth for Gnet or HTTP can be stolen by the other in case it needs some.
- Added count for total bytes uploaded and downloaded.
- Added support for vendor-specific messages.
- The "prefer compressed connections" settings no longer works as expected when running in non-normal mode.
- New hops-flow support: remote flow-controlled connections can now warn us that thye are flow-controlling us, and so we can drop queries immediately instead of sending them, saving outgoing bandwidth.
- Will now show the GTKG version in query hits.
- The queue now shows the count of alive downloads, as well as the queue count. An "alive" download is an entry for which the remote server replies.
- Changed the connection algorithm: will now attempt to connect to more nodes than really configured, dropping the surplus connections later, when needed at all.
gtk-gnutella team
P.S.: We're wishing Raphael a happy flight & stay in the land of the DMCA ;)
27. Jan 2003, We are alive
This is just a small information that gtk-gnutella is still under development. Ultrapeer support on the ultrapeer side
and on the leaf side is currently in CVS, the client side of the partial file sharing protocol (PFSP) too. Also
someone (MrJoe ;) is doing queueing support. Great news, isn't it? :)
If you want the bleeding edge, go to the
development page and look
how to get the CVS version.
Markus "guruz" Goetz <guruz at guruz dot de>
24. Dec 2002, Merry X-Mas
The gtk-gnutella team wishes everyone on the world a merry and happy x-mas! If you want to give something back to the gnutella network, support it by running a GWebCache (and, of course, gtk-gnutella ;-).
Markus "guruz" Goetz <guruz at guruz dot de>
25. Nov 2002, New webpage maintainer
Hello people,
I am the new maintainer of the gtk-gnutella webpage and i want to bring more information and help to users visiting us :) If
you have any questions or additions feel free to send me a e-mail.
And remember we still need more developers!
Markus "guruz" Goetz <guruz at guruz dot de>
22. Nov 2002, Version 0.91.1 stable released
A minor bug-fixing release, which also happens to contain all the working new features that have been already added in the 0.92u version.
- Will now verify the SHA1 of downloaded files in the background.
- New configuration parameter for the directory where "bad files" not matching their advertised SHA1 should be put (don't forget to configure it, as it defaults to /tmp).
- Files are now copied in the background, so it is possible to setup the various "download" directories on different filesystems.
- Node connection time and remote node's uptime (if available) are now shown.
- It is now possible to paste a "magnet:" URI in the search to launch a SHA1 search.
- The "connection indicator" at the bottom left is now a toggle. Depressing it will terminate any Gnet connection but will continue to serve uploads and process downloads.
- The active download status now shows how many sources are available and how many are currently active (i.e. downloading). It will also show the estimated remaining time for the whole file, as well as the global reception rate for the file, accounting for all currently active sources.
- Fixed bug that prevented proper downloading from recent BearShare (4.1.x or better) and Shareaza (1.6.0.x or better) nodes when the SHA1 of the file is known.
- Will now protect against "PUSH floods" by banning the relevant IPs.
- At startup, scan the download "tmp" dir for orphan files and reintegrate them into the fileinfo database, moving completed files to the relevant directory (depending on whether its SHA1 checked OK).
- Minor bug fixing: improper countdown for push timeout when falling back, fixed corner-case processing that could lead to crashes or incorrect behaviour, accidental localization on X-Live-Since headers, freezing of the GUI when clearing many uploads, obscure portability fixes.
We strongly recommend that you upgrade as soon as possible.
Raphaël Manfredi & Richard Eckart
19. Oct 2002, Version 0.91 stable released
After nearly 3 months of development efforts, we are proud to present the new 0.91 stable version. It features many changes since the latest stable 0.90 release. Among them:
- Now uses HTTP/1.1, which implies support for persistent connections.
- gtk-gnutella will now monitor whether we're connected to Internet and slow down its connection requests when it detects the connection was broken (after a delay of ~3 minutes at most).
- Download swarming is now supported: gtk-gnutella will download different portions of the same file from many hosts, as long as alternate sources are available.
- The download mesh (alternate source collection during downloads) is now used to fill the download queue with more sources.
- Alternate locations can also be passively collected from query hits. You can enable this in the swarming section on the download config pane.
- Download scheduling was entiretly redesigned to avoid hammering busy hosts and scale to 5000+ entries in the queue without slowing down the whole.
- Is now smart about the "push" flag and will try to ignore it if possible, in case the remote host wrongly set the flag but is not firewalled.
- gtk-gnutella now remembers the files it downloaded and will ignore further requests to download the same file. It will visually mark those files, as well as the ones it already shares, by showing them in lighter color in the search results.
- It is possible to supply to gtk-gnutella your own ignore lists by SHA1 and by name/size but the feature is under-documented.
- Added an "expert mode". Only when this is enabled will gtk-gnutella show the users some of the most complex settings.
- New Gnutella statistics pane, showing the packets we sent and received, how many we generated, and the reasons why we drop packets, by packet type.
- Now understands UTF-8 queries, but does not generate them.
- Fixed important bugs whereby all earlier versions of gtk-gnutella were unintentionally corrupting the Gnutella traffic!
- Moved away from the public hostcaches and now uses the Gnutella Web Cache.
- Will now show all upload attempts, not only the ones that are transferring. If the connection is aborted, the reason is also shown.
- New search stats types: queries by router, whole query.
- "Queries by router" shows how many queries have been recieved from any node gtk-gnutella was directly connected to.
- "Whole query" shows stats based on the complete query string instead of individual query words.
- New visual indications via icons in the status bar: whether gtk-gnutella is rebuilding the library, computing SHA1 of shared files in the background, and whether we are connected to Internet or not.
KNOWN BUGS/PROBLEMS:
- When changing the directory for incomplete/complete files, all partially downloaded files recorded in ~/.gtk-gnutella/fileinfo will still be downloaded to the old directory. You need to manually change the paths in above file using search/replace and your favourite text editor.
- Sorting order of tables is not perserved across sessions.
- Marking/highlighting of results/downloads/uploads heavily depends on your GTK theme. Especially most themes do not set fg[ACTIVE] and fg[NORMAL] to different values.
- There is currently no way to un-ignore a file via the gui. You can however edit the done.sha1 and done.namesize files in your ~/.gtk-gnutella directory manually. Unignoring via gui is planned for the next release.
We hope you will love this version. We still believe gtk-gnutella is the most advanced and efficient Gnutella servent available on Unix today.
Raphaël Manfredi & Richard Eckart
07. July 2002, Version 0.90 stable released
Finally! After a fruitful beta testing, here is the real thing!
Besides the source code, you'll find on sourceforge pre-compiled packages in .deb and .rpm formats. Enjoy!
01. July 2002, Version 0.90 beta2 released
A bug-fixing and minor enhancement release, correcting small problems.
- Greatly enhanced auto-selection in searches to use far less CPU.
- Will now warn user when encountering a newer version of gtk-gnutella.
- URN searches now supported, by typing "urn:sha1:" in search text, followed by the base32 value.
Raphaël Manfredi & Richard Eckart
24. June 2002, Version 0.90 beta released
After nearly 3 months of development efforts, we are proud to present the new 0.90 beta version. It features many changes since the latest stable 0.85 release. Among them:
- All configuration can now be made from the GUI.
- Fully redesigned search filters to work like ipchains/iptable on Linux.
- Obsoleted experimental "auto-download", superseded by the new filtering code.
- Added Gnutella bandwidth management (0.85 already had HTTP bandwidth management, but it was not configurable via the GUI).
- Both HTTP and Gnet bandwidth is now displayed real time.
- Added full HUGE support (Hash/URN Gnutella Extensions).
- Added support for local host preference.
- gtk-gnutella can do traffic compression when connecting to a node that also supports it.
- Upload and downloads will now show User-Agent/Server information.
- Added status to the download queue.
- You can now freeze the download queue whilst manipulating it.
- Searches can now be listed on the left side of the screen, or as tabs like in the previous versions.
- Added automatic banning of servents that are hammering us.
- Many more cool new features that you'll discover whilst playing with it.
We hope you will like this version. We believe gtk-gnutella is one of the most advanced and efficient Gnutella servent available on Unix today.
Raphaël Manfredi & Richard Eckart
15. May 2002, Traffic compression in action
After some more bug-fixing we now have a better working traffic compression and even some added stats. The percentages in the first row say 0% for 'no gain' and 100% for 'no traffic generated'.
11. May 2002, gtk-gnutella supports traffic compression
Today Raphael completed the first implementation of the gtk-gntuella traffic compression stack. The whole thing is brand new and compression is not yet tested very much and will still have it's edges. But the more people get the code from CVS and file bug reports, the faster it will be stable.
3. May 2002, gtk-gnutella searches persist
As of the current CVS version gtk-gnutella saves the searches to disk and restores them again at startup. Also there have been lots of changes to the gui layout and bandwidth management can be done while gtk-gntuella is running.
5. April 2002, Version 0.85 With Traffic Prioritization and GUI Changes
Some changes to the GUI, many changes in what's displayed in what way (search, upload statistics, servent names, instantaneous transfer rates, etc.) and the possibility to connect through http proxies. Automatically detects changes to local IP. And many more changes.
23. March 2002, Version 0.85-beta1 Is Out
gtk-gnutella 0.85-beta1 has been released. As I've written in last weeks news
there are many
changes which make it really worth upgrading.
A short note about beta and CVS releases: the developers are really cautious
about not adding new bugs or instability to the program, so in general
the current CVS version or a beta release are as stable as real releases.
The only difference between CVS/beta releases and a normal release is that
the feature list for the next release isn't complete, and that a release
candidate must be tested before release to be really sure that there are
no bugs and instabilities.
16. March 2002, gtk-gnutella with Configurable Bandwidth Use
Version 0.80 stable has been out quite a while now, and Raphael has continued
development on the CVS version (0.85 unstable) and added or fixed many many
features. It's really worth downloading current gtk-gnutella from CVS and
giving it a try. One of the most important enhancements had been the inclusion
of bandwidth management. GG can now be configured to not use more than
x bytes/sec, this works really great over modem or slow DSL lines.
To configure bandwidth management you have to change the values for output_bandwidth
and input_bandwidth in your ~/.gtk-gnutella/config file.
I have mine set to 10240 and 40960, this still leaves some room on
my 512/128kbit/sec line.
27. January 2002, 0.80-beta2 Released and new Screenshots on Homepage
0.80beta2 is a bugfix release without new features. Please download it,
test it, and report all remaining bugs.
For those of you interested in how nice gtk-gnutella can look please
see the new screenshots on our Screenshots section.
19. January 2002, 0.80-beta1 Released
There are many many changes (see last weeks news), including search result filtering, support
of the 0.6 handshaking protocol and a reduction of the bandwidth used through the implementation
of a new ping/pong method.
Once the remaining important changes are implemented we will release a 0.90 version, which
means feature freeze! So please check back often, test the CVS development version
and report all bugs you may find.
12. January 2002, Lots of Major Changes in CVS
Much of the underlying code has been changed and brought up to date
with newer versions of the Gnutella protocol (e.g. 0.6 handshaking support),
although the GUI still looks pretty the same as before. Everyone should try
it out (see our Development
page about CVS) in order to catch those hidden bugs.
It's planned to release a 1.0 version soon and then to begin working on
a completely new core and GUI, with a total separation of the two parts
which will allow for different GUIs (think kde, ncurses, etc.) to work
with the gnutella core of gtk-gnutella.
4. December 2001, 0.18 released a while ago
But I wasn't able to update the homepage because I was offline (I still am, basically, because I've moved and my cablemodem provider hasn't updated my account yet). Anyway, as always you should have a look at our project page at SF to see what's new. And if you're subscribed to our mailing lists you here about new releases when they happen and not weeks later...
13. November 2001, New Website Online
Right now it's (apart from the design) mostly internal changes, making it easy to maintain, add news articles, etc. We'll add more content, links, screenshots etc. Please let me (maol - the webmaster) know what you miss and what you like!
5. November 2001, 0.18 Will be released soon
Since the bugging memory leak in the preview version (available in CVS) has been found, 0.18 will be released soon.
24. October 2001, 0.17 finally available
This release should noticeably decrease the CPU usage, especially for people sharing many files and/or connecting to many nodes. On a 466 Mhz PC, with 3600+ files shared and 7 node connections, the typical CPU used is under 2%.
3. October 2001, Released 0.16
Further cleaned codebase, more optimization in lots of places, fixed some obvious bugs.
10. September 2001
Raphaël Manfredi has taken over development of gtk-gnutella with an
astonishing rate of patches, bugfixes and new features.
Hopefully gtk-gnutella will come to live again.