gtk-gnutella logo
Current version: 1.2.3

Older News

14 June 2020, Version 1.2.0 Released

This is an evolution release, hence the minor version bump.

Several cases of bad input (from network) causing assertion failures were fixed. In particular, bad DHT response after a security token lookup or invalid G2 input streams were fatal.

There was also a critical bug, originating from a harmful code typo, which led gtk-gnutella to serve unvailable file chunks from partial files, as if they were available, resulting in unintended download corruption on the remote end!

Thanks to Laurent Gil's efforts, it is now possible to run gtk-gnutella from a Docker container. See https://github.com/angegar/gtk-gnutella-docker. Running within docker raised some issues about sbrk() and thread_self(), which were fixed.

The computation of the build date was fixed, to avoid corner cases where gtk-gnutella would complain it was "old" when freshely compiled from up-to-date sources in a git tree whose "master" branch was only infrequently updated.

The file selector was fixed, to avoid displaying grayed-out folders, a setup wich did not allow one to actually select directories in the preferences.

Many improvements were done to allow smoother uploading for servents with more bandwidth than the recipients. Instead of drastically limiting upload bandwidth (which was negatively impacting everyone), we are now monitoring and adjusting our uploading speed to avoid congestion on the remote end. When stalling happens, we also react quickly to reduce the available bandwidth of the connection, not that of all connections to whom we are uploading.

We also no longer rely on MaxMind GeoIP for providing the IP -> country mappings. Their distribution mode now requires a specific licence which seems totally incompatible with the gtk-gnutella's distribution mode. Instead, we are now using IP2Location, and the GEO_LICENCE file now lists the conditions under which these data are re-distributed (gtk-gnutella transforms the data into a form that it can digest, so we are distributing a modified, derived work, not the original).

If you are still using a version of gtk-gnutella earlier than the 1.1.x series, you are strongly encouraged to upgrade. Starting from this release, we are now considering these versions too old to connect to.

Improvements
  • Let --compile-info show which malloc() is used.
  • It is now possible to run gtk-gnutella from a Docker container.
  • Added details in the README file about required packages to compile.
  • Use gradual bandwidth penalty when uploads are stalling.
  • Added upload bandwidth capping.
  • Forcefully reduce request chunk if b/w is limited.
  • Emit a Retry-After header on 416 replies.
  • On HTTP 416, emit a Last-Modified header.
  • Switched to IP2Location for mapping IPs to countries, dropping MaxMind GeoIP.
  • Upload tab now shows our own partial completion ratio, not just "(partial)".
  • Detect abuse from HTTP clients not reading payloads.
  • Enforce Retry-After softly.
  • Ban them when they abuse of the browse-host feature.
  • Smarter detection of duplicate incoming Gnutella connections.
Bug Fixes
  • [GTK2] Fixed file selector to avoid greyed-out folders.
  • [GTK2] Guarantee updating of properties when refresh button is clicked.
  • Added emergency path during startup should sbrk() fail.
  • Fixed instructions following build.sh run.
  • Fixed possible thread_self() instability at startup.
  • Fixed backward portability issue with the BFD library.
  • Fixed computation of build date.
  • Fix 2 harmful typos, affecting serving of partial files.
  • Regenrate Configure to fix gccversion usage bug.
  • Restored compilation of a standalone local shell.
  • Remove executable permissions on C source file!
  • Rename our ARC4 interface on systems with native arc4random().
  • Updated all files to fix obsolete FSF postal address.
  • Avoid banning hosts issuing legitimate upload requests.
  • Implement GNU extension malloc_usable_size() when using our malloc().
  • UHC: when hardwired list is exhausted, reload it.
  • Make Content-Range and Content-Length prioritary headers.
  • ban_allow(): was never returning BAN_FORCE.
  • download_reply(): reload available ranges after 416 if needed.
  • download_stop_switch(): forgot to remove passive queue indication.
  • gtk_gnutella_exit(): must close UPnP layer before HTTP.
  • http_send_status(): reworked to avoid undue header truncation.
  • node_g2_read(): fixed faulty assertion.
  • pb_token_found(): be more robust against unexpected input.
  • search_gui_close_search(): avoid crash when emptying search list twice.
  • update_available_ranges(): revisited range processing logic.
  • upload_416_extra(): was generating non-compliant headers.
  • vmm_dump_pmap_log(): fixed deadlock.
  • download_moved_with_bad_sha1(): always reset fileinfo.
  • file_info_reset(): also discard previous TTH info.
Under the Hood
  • Added temporary "xk" country code for Kosovo.
  • Added vmm_type_pointer() to determine region type.
  • Add lingering period for unreferenced file_descriptor objects.
  • Add shell command "show files -d" to list currently used file_descriptor.
  • Raise minimum b/w scheduling slot to 256 bytes per second.
  • Fixed HashGenericCat() in Jmakefile, leading to wrong .c dependency.
  • Fast assertions are a must for GTKG nowadays, always compile with them.
  • Do not post multiple randomness generation messages.
  • Split bit_generic routines into .ht and .ct.
  • Reserve file_object_close() for user code.
  • Made it possible to compile with TRACK_MALLOC again.
  • Improved "thread elements" shell command to trace callback function names.
  • Avoid VMM magazine allocation when running with TRACK_MALLOC.
  • Enhanced TRACK_MALLOC to be able to trap xalloc() as well.
  • Enhanced TRACK_MALLOC debugging power with MALLOC_CATCH_MALLOC.
  • Extended bool_to_string() to display value if not 0 or 1.
  • TEQ: optimize I/O events by posting them directly to I/O queue.
  • VMM pmap logging shows allocated size per fragment type.
  • Removed gone / probably gone logic for discovered threads.
  • Ensure thread_atexit() callbacks run in discovered threads.
  • Ensure walloc0() redirects to underlying zeroing routines, for statistics.
  • Simplified shell I/O condition management and logging.
  • Separate Gnutella and HTTP (upload) banning categories.
  • STATIC_ASSERT: use a more compact version for less verbose errors.
  • Made thread exit value read-only in thread_atexit() callbacks.
  • Emit thread mask in crash logs upon detected deadlock.
  • ADNS: the cache is now thread-safe and cached replies shuffled.
  • ADNS: added expiring periodic callback for cached DNS entries.
  • Added new "adns_debug" property for ADNS debugging.
  • Avoid g_memmove() which has been deprecated.
  • Added ripening_contains() and ripening_update() routines, not used yet.
  • Optimize ripening table when no value is kept.
  • Use aging table to track download mesh sending times.
  • Use 429 instead of 550 for "Too Many Requests".
  • Remind less often about banning status.
  • Let emulated alloca() cleanup when thread exits.
  • Ensure alloca_stack_direction_compute() is never inlined.
  • Smarter detection of duplicate incoming Gnet connections.
  • xmalloc: must "embed" xstrdup() and xstrndup().
  • xmalloc: simplified allocation entry points.
  • xmalloc: ensure stricter memory alignment when xmalloc() replaces malloc().
  • ban_delay(): fixed to return remaining ban time.
  • ban_force(): read incoming data before shutdown().
  • ban_vendor(): GTKG earlier than version 1.1 deemed too old.
  • bitcmp(): use memcmp() for byte comparison.
  • bool_to_string(): added carp trace to help spot the culprit.
  • cq_cancel(): fix logic to return TRUE if event was NULL.
  • crash_deadlocked(): no longer dump stacks.
  • crash_handler(): enter thread crash mode before signal cleanup.
  • crash_time_internal(): use thread_safe_small_id() in raw mode.
  • download_queue_delay_switch(): explicitly turn off queuing if switching.
  • download_queue_v(): explicitely reset passive queuing info.
  • download_reply(): Content-Length not necessary if Content-Range.
  • download_send_push_request(): trace server GUID.
  • erbtree_foreach(): added cheap safety assertion.
  • evq_trampoline(): cleanup event if cannot signal thread.
  • extract_retry_after(): ensure amount in seconds is the only value.
  • fi_pick_rarest_chunk(): be smarter about selected chunk.
  • fi_pick_rarest_chunk(): ensure first free chunk is available.
  • hcache_fill_caught_array(): fix array fill logic.
  • http_send_status(): ensure generated header has trailing CRLF.
  • local_shell_mainloop(): must flag "writable" on POLLHUP.
  • mingw_exception_log(): use static variables and be more careful.
  • natpmp_handle_discovery_reply(): trace inconsistent replies.
  • natpmp_handle_mapping_reply(): trace inconsistent replies.
  • parq_upload_send_queue(): tie PARQ upload queue and upload.
  • pcache_pong_received(): also validate changing ports.
  • rand31: avoid race condition during intial seeding.
  • random_pool_append(): ensure no endless recursion, ever!
  • send_pproxy_error_v(): remove dead code.
  • shell_handle_event(): always write() when having pending data.
  • shell_handle_event(): on exception, setup EOF/shutdown.
  • shell_write_data(): make sure to flush as much as possible.
  • sig_compute_pc_index(): be paranoid about optimization.
  • signal_name(): contort to avoid gcc-10 warning.
  • signal_trap_with(): avoid kernel signal desynchronisation.
  • signal_uncaught(): dump stack trace if harmful signal.
  • sorted_array_lookup(): sort array if they forgot to do it!
  • spinlock_deadlocked(): capture lock status early.
  • stacktrace_atom_lookup_and_store(): trace race conditions.
  • stacktrace_load_symbols(): do nothing if too early.
  • thread_create_full(): keep async exit callback separated.
  • thread_deadlock_check(): disable locks when deadlock is certain.
  • thread_deadlock_check(): only dump stacks of involved threads.
  • thread_stack_check_overflow(): also log used stack size.
  • upload_remove_v(): create better logging message.
  • vmm_malloc_inited(): now only called internally.
  • xmalloc_show_settings_log(): trace chosen memory alignment.
  • zgc_zalloc(): transformed some assertions into verbose ones.

14 July 2019, Version 1.1.15 Released

This release is a maintenance one fixing several minor bugs and two annoying

ones
  • The semi-reliable UDP layer could crash due to an assertion that started to trigger with the introduction of an explicit flush before the message times out for transmission.
  • Due to an overseen condition, we were not able to serve seeded files when Partial File Sharing is enabled. A seeded file is a completed file that still lies in the downloaded directory but is not part of the library directories.

The OOB banning code for hosts that never claim their OOB hits was also revisited to prevent problems with hosts that query a popular file and then get submerged by hits and thus refrain to claim the additional hits. We are now much more tolerant to avoid accidentally banning innocent hosts.

On Windows, the disassembling of machine instructions was enhanced to further improve the ability to correctly issue symbolic stack traces when encountering assertion failures or during crashes.

Finally, the Geo IP databases were refreshed.

Improvements
  • OOB: increased timeout for OOB hit delivery.
  • OOB: switch to unreliable notification if semi-reliable UDP fails.
  • OOB: raise the bar for banning after unclaimed OOB hits.
  • Dynamic Hits: let us forward hits that bear a small amount of results.
  • Count amount of banning we have to do for OOB querying hosts.
Bug Fixes
  • Rename statx struct to statistics to avoid name collision.
  • browse_host_read_html(): fixed English typo.
  • dl_util_query(): forgot to restore old signal handler.
  • file_info_restrict_range(): was not serving seeded files!
  • main(): do not let the supervisor process restart on crash!
Under the Hood
  • Added thread_stack_diff() to compare stack pointers.
  • Added PLURAL() macros.
  • Added clz64() to count leading zeroes on a 64-bit quantity.
  • Added OP_CTZ() and OP_CLZ() to work on op_t quantities.
  • Added pattern_memrchr() and pattern_strrchr() implementations.
  • Jumbo patch to use vstrrchr() instead of strrchr().
  • BIT_GENERIC_BIT() does not need the base argument.
  • Factorized prefix-matching from sorted array.
  • pattern.c: fix compiling with old gcc (version 4.4)
  • pattern.c: forgot to include "endian.h".
  • str: avoid "char" as parameter or return type, use "int".
  • Windows: if not a "registered product", leave logs in current dir.
  • Windows: enhanced stack unwinding.
  • Windows: added option to debug backtraces "on crash" only.
  • Windows: when backtracing, also parse another MOV instruction.
  • Windows backtrace: also parse "add xx,%esp".
  • compat_poll(): can now use poll() on Windows.
  • evq_close(): warn when EVQ is not terminated after 2 seconds.
  • file_info_moved(): no warning on file size if file still partial.
  • main(): set a different product nickname for supervisor.
  • mingw_analyze_prologue(): handle cases where no SP adjustment done.
  • mingw_exception(): also log symbolic thread name if available.
  • mingw_exception(): disable signals on stack overflow.
  • mingw_exception(): interpret exception information differently.
  • mingw_exception_log(): if PC looks invalid, try to intuit caller.
  • mingw_file_rotate(): preserve extension during renaming.
  • mingw_ftruncate(): it is OK if current offset is beyond truncation.
  • mingw_get_return_address(): enhanced scanning for prologue.
  • mingw_get_return_address(): validate next PC by checking CALL before.
  • mingw_get_return_address(): validate stack pointer before access.
  • mingw_thread_sig_deliver(): special-case signals for current thread.
  • pattern_compile(): must use WALLOC0() for allocating!
  • pattern_strstr_tiny(): fixed starting condition for aligned processing.
  • rwlock_upgrade_from(): don't wait for readers in pass-through mode.
  • rwlock_wait(): dump lock waiting queue when tracing sleeps.
  • rwlock_wait(): trace summary when logging contention / sleeping.
  • str_private(): declare non-leaking parts for TRACK_ZALLOC.
  • teq_monitor(): trace pending events as well.
  • thread-test: for interrupt tests, timeout if no interrupt received.
  • thread_backtrace_capture(): avoid recursion and disable signals.
  • thread_id_stack_used(): fixed for decreasing stacks.
  • ut_frag_pmsg_free(): be more robust, avoid internal assertion.
  • vmm_crashing_alloc(): better abort explicitly if no memory.
  • wmove(): make sure it's a no-op with TRACK_ZALLOC.

4 October 2018, Version 1.1.14 Released

This release mostly improves the core routines and fixes a few important bugs.

Due to a bug in the usage of the RX buffers, we were not correctly parsing data returned in "chunked" transfer-encoding by HTTP/1.1 servers. This affected the UPnP logic.

The UPnP port unmapping done when the program shuts down was also not being able to complete successfully because we were preventing the HTTP connection from going on during the shutdown. Not critical because there is a lifetime attached to all mappings, but always best to properly clean-up when leaving.

The algorithm used to pick random chunks to download was also revisited to ensure a uniform selection within the whole file ranges that remain to be fetched.

At startup time, the DHT code no longer expires keys when reloading data. This could create crashes during the operation, with no other remedy than to erase all the DHT database files manually to be able to recover!

The background task layer was also causing crashes (at exit time though) because it was not recording whether it was running "user" code as opposed to "kernel" code.

The SDBM code was also improved to allow concurrency and, in particular, a "loose" iteration scheme which does not need to grab the database lock during the whole iteration process. It is also possible to perform a concurrent database rebuilding.

The thread runtime now has an improved deadlock detection engine, based on a topological sort, that can definitely tell whether we are deadlocked. When the deadlock is detected, we can also have more information about the threads participating in that deadlock condition, to assist debugging.

On Windows, a bug in our mingw_dlerror() emulation caused it to always fail once an error had been recorded, leading to un-decorated subsequent stack traces, which really do not help on that platform!

There was also a concurrency bug in the processing of network queries. Every time the library was rescanned, it could trigger a crash due to a memory zone being declared private and was in fact shared between threads. The crash occurred only when a query was received on the Gnutella network whilst the library was rescanned.

The semi-reliable UDP layer TX side was revisited to maximize chances that reliable messages get through completely.

The pattern matching code was revisited thoroughly. A new algorithm (2-Way String Matching) now complements the Quick Search algorithm and an initial benchmarking is done to compare our own matching routines with native libc versions of strstr(), strlen(), strchr() and memchr(). The fastest routine is then selected, to ensure optimal performances. There is also a unit-test program ensuring proper semantics for the pattern search flags.

New Features
  • Added UDP scheduler message statistics by priority.
Improvements
  • [GTK2] Catch column resize events to persist widths quickly.
  • Added "shutdown -x" to stop the program and continue session next time.
  • Added --resume-session option to request explicit continuation.
  • Improved pattern matching with new algorithm and runtime benchmarking.
  • Persist current_peermode to restart in same mode after crash.
  • Record compilation date and time for the crashlog.
  • When running with no GUI, relax mem requirements to become ultra.
  • Use minimum download chunk size to align requested download offsets.
  • Added statistics for OOB hit notifications we process.
  • Extensive improvements of the SDBM code to allow concurrency.
  • Semi-reliable UDP TX layer now sends messages more aggressively.
  • Reduce memory footprint of compiled patterns for short patterns.
Bug Fixes
  • No longer supply -lgthread-2.0 and -lresolv at link time.
  • DHT: do not expire keys when reloading data at startup.
  • Restored alphabetical listing of command options in the man page.
  • The --use-poll argument was not mentioned in the manual page.
  • UPnP: fixed XML logging.
  • UPnP: was not correctly unmapping ports on servent shutdown.
  • crash_time_internal(): protect against recursions in raw mode.
  • file_info_retrieve(): must restore proper mtime for seeded files!
  • filter_apply(): fixed suffix matching to allow whole match.
  • http_data_ind(): could not process chunked data!
  • iov_contiguous_size(): fixed destructive implementation.
  • pslist_last_count(): fixed off-by-one error.
  • recursive_scan_step_build_partial_table(): removed assertion.
  • statx_opx(): use fabs() on double.
  • word_vec_init(): zone cannot be private.
  • zgc_subzone_defragment(): fixed improper assertion.
Under the Hood
  • Added hidden --no-build-version option.
  • Added cstr_{b,f,l}cpy() routines to supplant g_strlcpy()
  • Added strpcpy() which returns pointer to last copied trailing NUL.
  • Added vmm_move() to move allocated VM regions to better places.
  • Added G_FALL_THROUGH and fixed fall-through in switch cases.
  • Added assertions in embedded lists for insertions / removals.
  • Added new _mark_removed() and _link_mark_removed() for lists.
  • Added is_ascii_ident() to check "\w" (word) in ASCII.
  • Added ULONG_SWAP().
  • Added op_roundup() and op_ptr_roundup() to round to upper aligned boundary.
  • Added stats datapoint iterators and ability to remove outliers.
  • Added G_FAST and G_NO_OPTIMIZE compilation directives.
  • Added support for case-insensitive pattern matching.
  • Added zone_info() to request zone allocation stats.
  • Added p[s]list_shift_data() to remove head when NULL is valid data.
  • Attempt relocation of hash tables arenas once in a while.
  • Always capture and display the routine name in assertions.
  • Disable parallel make execution in src/if.
  • Fixed indentation for "if" and "else" leading to gcc 7.x warnings.
  • Fixed logging fast assertion macros to allow just one string.
  • Declare property choices[] array static and const!
  • Optimize h_strnjoinv() with new strpcpy().
  • Optimize memory for the gnet property init_list[].
  • Optimized ctz64() to make it more obvious.
  • Protect events and subscribers with magic tags.
  • Removed http_buffer_t, completely obsoleted by pmsg_t.
  • Show zalloc settings at startup and in "memory show options".
  • Simplify code for read-lock upgrading and releasing.
  • Strings now hold persistent "truncated" flags, for formatting.
  • The watcher layer now auto-initializes.
  • Use the Mersenne Twister as an additional random source.
  • Use s_carp() instead of s_warning() for reporting "deep" important warnings.
  • Use new vstrstr(), vstrlen(), vmemchr() and vstrchr() for optimized runtime.
  • Windows: added ftruncate() emulation.
  • Windows: fixed stat() and fstat(), with proper st_dev and st_ino fields.
  • enamed hash_table_size() as hash_table_count() for consistency.
  • When log messages are truncated, signal it visually with trailing "+++".
  • VMM: use smarter core allocation under long-term strategy.
  • anti_window_shift_hack(): hide normal output if not debugging.
  • compat_longjmp(): record usage location and trace duplicate use.
  • crash_invoke_inspector(): do not hardwire parent stdout / stderr.
  • crash_restart(): always log the given message.
  • crash_setcctime(): avoid using "time" as parameter name.
  • crash_vmea_usage(): trace calling routine.
  • entropy_seed(): also initialize random "previous entropy".
  • fi_pick_chunk(): fixed selection of first chunk.
  • fi_pick_chunk(): revisited random chunk selection algorithm.
  • file_object_find(): loudly warn on file mismatch.
  • get_iconv_charset_alias(): do not copy trailing ' ' in charset name.
  • halloc_dump_stats_log(): was not logging realloc_via_xprealloc.
  • hrealloc(): use vmm_move() and attempt to optimize VM space.
  • log_handler(): emit stacktrace for glib, GTK or Pango warnings.
  • mingw_dladdr(): use win32 DLP layer to check for new libraries.
  • mingw_dlerror(): fixed to follow POSIX semantics.
  • mingw_fix_stat(): trap ERROR_NOT_READY errors correctly.
  • node_timer(): periodically try to move QRT arenas in VM space.
  • parse.h: remove NON_NULL_PARAM() on function with assertions.
  • rwlock_upgrade_from(): must only count read-locks from current thread.
  • s_logv(): default log message max length raised to 3500 bytes.
  • search_oob_pending_results(): randomly discard hits if too many.
  • search_request_preprocess(): warn if TCP query contains a "QK".
  • sequence_backward_iterator(): fixed case of one-way lists.
  • stacktrace_pretty_filepath(): move to latest /src/.
  • str_chr(): optimized to use vstrchr() if we can NUL-terminate.
  • str_destroy(): ensure we do not call on a thread-private string.
  • str_s2c(), str_2c(), str_dup(): handle already NUL-terminated strings.
  • str_s2c(): ensure we do not call on a thread-private string.
  • thread_suspend_others(): skip threads not marked as "valid".
  • timestamp: be paranoid and protect against invalid time_t inputs.
  • vmea_capacity(): changed semantics to report initial capacity.
  • vmm_mmap_anonymous(): identify foreign regions more quickly.
  • word_vec_make(): simplified code a bit.
  • wrealloc(): if size does not change, attempt a wmove().
  • xallocate(): be more aggressive when forcing VMM allocation.
  • xmalloc: allocate via standalone VMM regions if possible.
  • xmalloc: revisited plain VMM block allocation and freeing.
  • xmalloc: use checksums to validate chunk headers.
  • xreallocate(): ensure VMM space improves when reallocating.
  • zcreate(): flag created zones as "user" ones.
  • zgc(): only run for long-lived processes.

22 October 2017, Version 1.1.13 Released

This release primarily addresses issues that were left-over in 1.1.12. Do not use that previous release, migrate from 1.1.11 to 1.1.13 directly!

The main issue was that of Partial File Sharing. Numerous bugs, dating from 7 years or more, were lurking because my local configuration had switched PFS off for testing, and it had never been turned back on! In particular, completed files were not properly shared, it was not possible to upload their THEX since it was not recomputed, and the files were not properly indexed in the Query Routing Table due to bugs in the background task layer.

In case of a crash, we now dump the value of all the Gnutella properties to be able to spot configurations that deviate from the norm. Too many bugs were reported and ignored because they could not be reproduced, often due to not having the same setup when attempting to debug!

Another nasty bug was fixed: it was not possible to change the IP support configuration without causing an immediate crash. The reason is due to a change that was integrated in 1.1.12 to allow IPv6 UDP traffic from G2 nodes. The problem was that this created an extra client stack on top of the low-level UDP traffic scheduler and it was not properly cleaned-up when switching IP configurations, leading to an assertion failure!

New Features
Improvements
  • Append all Gnutella properties to the crashlog file.
  • At startup, do not needlessly request TTH if we have it cached already.
  • Optimized requests for library scan / QRP rebuild, avoiding multiple events.
  • Allow TTH computation for seeded files.
  • Obsolete and stale entries are now removed from the SHA1 cache.
  • [GTK] Added GUI events on more fileinfo changes.
  • [GTK] Show information about recomputed TTH for seeded files.
  • Prune unshared entries from SHA1 cache at startup.
  • Persist information about seeded files in the ASCII fileinfo database.
  • Remove unneeded libraries from the default GTK2 ldflags.
Bug Fixes
  • Was not able to properly seed completed files; fixed shared_file_path().
  • Was not always updating QRP on the UP side after a library change.
  • Could have background tasks stuck after cancelling a multi-ref'ed one.
  • Dynamic querying timeout was not properly computed (made too small).
  • Changing from "IPv6 & IPv4" to "IPv4 only" mode caused a crash.
  • Restored ability for "shutdown -r" to work.
Under the Hood
  • Added prop_to_typed_string().
  • Added s_where() to log a stacktrace on stderr only.
  • Added tt_slice_size() to compute slice length per leaf in the TTH.
  • New crash_dumper_add() to register crash dumper callbacks.
  • No panicing when thread cannot block but was actually suspended.
  • Was unduly offsetting stacktrace by one extra level.
  • bg_sched_sleep(): don't reduce runcount on exiting task!
  • bg_sched_timer(): added run count consistency check.
  • bg_sched_timer(): fixed logging of task's run time.
  • bg_task_cancel(): log task address as well, not just the task name.
  • bg_task_wakeup(): must clear user sleeping flag.
  • crash_restart_notify(): use smarter crash_exit().
  • crash_try_reexec(): suspend other threads as a precaution.
  • deflate_flushed(): suppressed soft assertion.
  • dq_results_expired(): fixed improper timeout computation.
  • fi_free(): cut any pending reference by uploads!
  • fi_tigertree_check(): more verbose in case of errors.
  • file_info_moved(): must update fi->modified as well.
  • file_info_remove_source(): removed unused discard parameter.
  • file_info_retrieve(): also validate that DONE is consistent.
  • file_info_shared_sha1(): do not share bad files.
  • get_file_to_upload_from_urn(): factorized code.
  • huge_update_hashes(): enforce one sync of SHA1 cache every minute.
  • huge_verify_callback(): use shared_file_indexed().
  • node_udp_disable(): was not disabling the G2 UDP IPv6 node.
  • parse_and_append_cache_entry(): discard obsolete / stale entries.
  • qrt_compressed(): fixed outdated comments.
  • qrt_diff_1(): was never considering change.
  • request_sha1(): don't request TTH if we have it cached.
  • shared_file_fileinfo_unref(): clear fileinfo pointer.
  • shared_file_from_fileinfo(): copy TTH atom as well, if any.
  • shared_file_is_shareable(): be stricter for partial files.
  • shared_file_path(): must process sf->fi correctly!
  • upload_file_present(): loudly warn when completed file changed on disk.
  • upload_file_present(): loudly warn when file not shareable.
  • verify_update(): loudly warn when "progress" callback stops processing.

20 September 2017, Version 1.1.12 Released

This release fixes a very critical bug that was only manifesting when Partial File Sharing was turned on, and which caused possible memory corruption (leading to a sure crash later) when enqueuing new files for downloading.

New Features
  • Throttle browsing requests to one per hour from a given IP.
  • Limit uploads to stalling hosts to 1, regardless of user settings.
  • [GTK2] Show proper average data speed on completed uploads.
Improvements
  • Added "WSHR" vendor code for WireShare.
  • Added "ENVY" vendor code for Envy.
  • Do not attempt costly operations after a crash / auto-restart.
  • Updated FAQ -Uploads and Sharing-
  • Use 64-bit variables for bandwidth computations.
  • Make sure early stalling is not always reported for the same IP.
  • Use even HTTP outgoing bandwidth as the last measure when stalling.
Bug Fixes
  • Allow IPv6 UDP traffic from G2 nodes.
  • Be sure to use destructive list iteration with tmalloc_free_magazine().
  • Critical upload HTTP statuses are now fully sent.
  • Must give plain (untranslated) strings to send_upload_error().
  • bg_task_finished(): now calls safer bg_task_dead().
  • file_object_open_from(): also catch EROFS when opening file.
  • node_bye_v(): do not call node_remove_v() for G2 nodes.
  • vendor_code_get_name(): fixed validation of unknown code tokens.
  • verify_next_file(): fixed wrong argument order in log message.
Under the Hood
  • bfd_util: reworked mutex grabbing in an attempt to avoid deadlocks.
  • binary_hash(): disperse bits in initial hash value.
  • check_for_events(): optimize path if timeout is 0 or we collect events.
  • cq_event_called(): only zero variable holding event when asked!
  • cq_zero(): now always nullify the event, as the name suggests.
  • crash_setmain(): avoid spurious warnings with recent gcc.
  • english_strerror() and symbolic_errno() made thread-safe.
  • inputevt_timer(): factorized common code into new inputevt_handle().
  • socket_udp_flush_queue(): do not process anything if we cannot devote time.
  • stack_sym_trylock(): avoid deadly recursions through stack lock dumping!
  • thread_sig_handle(): use atomic exchange operation to clear pending set.
  • u32_ptr_hash(): discard lower bits of the multiplication as well.
  • upload_timer(): clear the stall flag when it is over.
  • Added aging_record() to simplify code for plain keys.
  • Added cq_event() to acknowledge reception of events we do not track.
  • Added "inputevt_trace" property for tracing dispatched I/O callbacks.
  • Added english_strerror() to guarantee English messages.
  • Added thread_signal_has_pending() and thread_signal_process().
  • Added "lock_sleep_trace" and "lock_contention_trace" properties.
  • AJE: changed pool #0 filling policy and reseeding checks.
  • Ensure misc_init() is called before using lookup tables.
  • Simplify is_ascii_*() by performing table lookup.
  • Thread runtime now allows a signal handler to run within another one.
  • Updated UHC list, fixed obsolete port numbers.
  • Use new cq_event() in thread callout events to avoid possible leaks.
  • Watchdog: revisited logic to do more under lock protection.

11 November 2016, Version 1.1.11 Released

This release fixes a portability issue on FreeBSD and introduces a main core feature and minor new GUI features.

The main feature is the addition of "equivalence classes" defining word aliases, used when sharing files and querying for them.

Currently, the only supported equivalence class deals with naming of series. Indeed, there are various conventions that can be used to represent these, and it makes searching inefficient: either one will lookup for all the possible variations, or one will miss some of the files.

For instance, episode #8 of an hypothetical season #4 can be represented by any of these strings:

	{ "s04e08", "4x08", "408", "04x08", "0408" }

Thanks to the equivalence class, a file bearing one of these strings can be searched for (and located successfully) by using any of the other strings. Of course, since this is a local processing, the more servents out there are deployed with this aliasing support, the more efficient the feature becomes!

There are also new GUI features: the "Clear completed" button from the Download pane is now doing someething useful, and the current page of different notebooks is remembered across sessions. The only one which is not restored on normal resuming is the main notebook tab. It will be restored if GTKG is restarted after a crash, but otherwise the application will always start up within the Network tab.

In the Uploads tab, upload requests coming from a G2 servent will now be flagged with a "[G2]" tab right after the IP address. This helps seeing how the Gnutella and G2 network unification is evolving.

New Features
  • Flag uploads coming from G2 servents with a "[G2]" tag after IP address.
  • Added alias support in sharing/querying.
  • Made the "Clear completed" button in Downloads/Tools do something useful.
  • Moved "Clear completed" button to the bottom right of the download pane.
  • Remember fileinfo notebook tab number across sessions.
  • Remember main notebook tab number across sessions, only restored after crash.
  • Remember Gnet stats notebook tab number across sessions.
  • Remember download info / tools notebook tab number across sessions.
Improvements
  • Added --cleanup to explicitly request for final memory cleanup sequence.
  • Updated Italian translation.
  • Updated GeoIP databases.
Bug Fixes
  • Leaf nodes could end-up being connected to more ultrapeers than configured.
  • Fixed monitoring of alien threads, important when GTK file selector is used.
Under the Hood
  • Debian compatibility level changed from 4 to 5.
  • Make sure we can deal with older pkg-config, which needs leading arguments.
  • Use "embedded" symbols for xmalloc(), xfree() and friends.
  • Added "query_trace" property to trace all queries which were searched.
  • Moved halloc-based string functions like h_strdup() to dedicated hstrfn.c.
  • Expanded search mask to 64 bits to be able to hold all digits and letters.
  • Count aliased queries and hits from aliases.
  • Pre-compute shared file media type at record creation time.
  • Pass query limits to st_search() to avoid needless pattern matching.
  • Added h_strsplit() and h_strsplit_set().
  • Added strvec_append_with() to expand vector by appending another vector.
  • crash_assert_logv(): don't call crash_mode() if assert failure was recorded.
  • entropy_clock_time(): mix the entropy nonce through hashing for more diffusion.
  • node_can_accept_connection(): only send headers back when handshaking.
  • qrp_add_file(): optimized to avoid computing word length if not required.
  • thread_stack_check_overflow(): ignore virtual addresses outside stack range.
  • vmm_init_once(): ensure any shared library for stacktrace unwinding is loaded.

1 September 2016, Version 1.1.10 Released

This is mostly a bug-fixing release and should be the last update on the 1.1.x release tree, before important core changes in the upcoming 1.2.

Improvements
  • FAQ cleanups.
  • Added the ".ape" file extension to the default list of shared files.
  • Remember hosts to which a TCP connection failed recently to avoid hammering.
  • Updated French and Turkish translations.
  • Updated GeoIP databases.
Bug Fixes
  • Don't embed build date if SOURCE_DATE_EPOCH is set for reproducibile builds.
  • Missed ":" in variable substitution request, in scripts/nm-list
  • nm-list: fixed date computation on BSD systems.
Under the Hood
  • Need TLS 2.12 to generate an X.509 self-signed certificate.
  • Added G_PRINTF() hint to tls_logfmt() and tls_cert_log() to avoid warnings.
  • Fixed CPP file inclusion protection symbol for lib/mime_type.h.
  • Added the "ape" MIME type linked to the ".ape" file extension.
  • Ensure we do not suspend threads during an interrupt.
  • Track where context was taken in our setjmp wrappers to ease debugging.
  • Keep track of "once" initializations in case we end-up recursing.
  • Trace which new lock is overflowing the lock stack.
  • once: make sure we can insert routine in our tracking table.
  • once: arbitrarily limit nesting level in one thread to 32.
  • dht_update_size_estimate(): return if our KUID was not initialized yet.
  • keys_reclaim(): we can have values attached to key if we can remove it.
  • symbols_load_from(): must release write lock when falling back to pre-computed.
  • thread_element_block_until(): was not checking for concurrent unblocking.
  • thread_element_block_until(): revisited signal handling.
  • thread_suspend_others(): don't wait for busy threads already marked suspended.
  • walloc: prevent race condition on walloc_stopped being set.

6 March 2016, Version 1.1.9 Released

This is mostly a bug-fixing release.

It fixes an important bug in the UPnP discovery path that led to a crash when it found more than one UPnP device on the network.

It also introduces a new Glossary that can be displayed to explain some terms that may be hard to understand for newcomers, so that they may in turn benefit from the tooltips and the information in the FAQ.

On Windows, one important change is that we now force all memory allocations from the external DLLs to use our own malloc() implementation. This proves that one of the DLLs is exhibiting a memory leak. Plugging that leak will unfortunately require that a garbage collector be implemented. Measurements indicate that 4K leak every second on average, which eventually leads to an out-of-memory crash after a few days (2 to 3), preventing high uptimes on Windows. The leak is not originating from gtk-gnutella's code.

Improvements
  • [GTK2] Added menu to display the new glossary window.
Bug Fixes
  • Define PTHREAD_STACK_MIN to 0 in case it is not supplied by <pthread.h>.
  • can_become_ultra(): don't account for upload fds if no upload will take place.
  • compat_sleep_ms(): fixed the fallback implementation using compat_poll().
  • dht_route_parse(): ensure we never use uninitialized variables.
  • entropy_collect_host(): no longer attempt to get the host IP addresses.
  • file_locate_from_path(): if pathname is qualified, duplicate argument!
  • ftw_foreach(): prevent memory leak on error path.
  • thread_lock_deadlock(): avoid de-referencing NULL if possible.
  • upnp_discovered(): avoid segfault when we have to pick the first device.
Under the Hood
  • Disable warnings about the mem vtable being deprecated in recent glib.
  • Suspend threads created after a global suspension is in effect.
  • Warn when we cannot find a thread to record / release a lock.
  • Added a new crash-level for deadlocks.
  • Added optional debugging code to track reading threads on a read-write lock.
  • Added spinlock_in_crash_mode_raw() for raw spinlocks to avoid deadly recursion.
  • Additional debugging code to track read spots per thread on a read-write lock.
  • Added backtrace capture when threads are contending for a lock.
  • On deadlocks, suspend the other threads and log origin quickly before handling.
  • New strategy in lock "deadlock" routines: ignore when in pass-through mode.
  • Do not perturb the lock waiting state of the crashing thread on a deadlock.
  • Revisited thread_lock_deadlock().
  • Check for stack overflowing each time a lock is grabbed and recorded.
  • Added thread diversion support.
  • Added thread_halt() to forcefully halt concurrently crashing threads.
  • Refactored memory checks to avoid systematic locking in mem_is_valid_ptr().
  • Try to divert crash processing to main thread when triggered in a sub-thread.
  • On deadlock condition, attempt to collect stacktraces of other threads.
  • Add the current process PID and the last crash level to the crash log.
  • Use raw logging routines in spinlock / mutex deadlock tracing.
  • Added crash_getpid() for safe original PID computation, even across a fork().
  • Add dump of all the thread stacks to the crash log if we can't fork().
  • Moved equiv() and implies() definitions to "casts.h".
  • Added xxx_to_string_grp() to optionally format xxx with thousand groupping.
  • Adding win32 dynamic library patcher to trap malloc() in all required DLLs.
  • Windows: with win32dlp, no need for monitoring committed memory.
  • Renaming of legacy G_GNUC_XXX into G_XXX for concision.
  • Renamed G_N_ELEMENTS as N_ITEMS.
  • Moved gcc-specific macros to a dedicated file.
  • Added pragmas to shut up spurious warnings with the clang 3.4.1 compiler.
  • On the lock recording path, we can now use thread_get_element() safely.
  • Made sure symbols are thread-safe and properly locked.
  • If stacktrace dumps could intertwine, prefix the second with the thread ID.
  • Allow for nested lock waiting sequences.
  • Added SIGSYS to the list of harmful signals we want to catch.
  • Added THREAD_F_WAIT to let thread_create() wait for the new thread to start.
  • Windows: was not reconstructing correct stack frame pointer for WINAPI calls.
  • Windows: improved backtracing through routines using a large amount of stack.
  • Made signal_enter_critical() and signal_leave_critical() thread-safe.
  • Made signal_in_handler() thread-safe.
  • No longer block signals when waiting for a read-write lock.
  • Prevent signals during logging, to avoid recursion if logging from handler.
  • rwlock: when waiting for too long, deadlock only when no activity is seen.
  • Added hash_table_is_locked().
  • Added compat_gettid() and use it to record the system thread ID.
  • Added support for thread_interrupt() and thread_os_kill().
  • Windows: make sure s_read() can return EINTR and handle it properly.
  • Windows: added support for sigprocmask(), sigsuspend() and friends.
  • xmalloc: count and loudly trace allocation attempts made from signal handler.
  • omalloc: loudly warn when invoked from signal handler.
  • VMM: warn when memory allocation / freeing attempted from signal handler.
  • VMM: use groupped formatting for region sizes or large numbers.
  • Make sure we do not dispatch thread signals when running in an interrupt.
  • Added s_minicarp_once() and a circular buffer to avoid memory allocation.
  • Monitor when we issue blocking syscalls to flag signal handlers as safe/unsafe.
  • Added plumbing to allow longjmp() or siglongjmp() in a signal handler.
  • booleanize(): use version not causing any jump, for speed.
  • clamp_strlen(): use same optimization as utf8_strlen() to compute length.
  • mingw_analyze_prologue(): fixed MOVL immediate offset parsing.
  • mingw_exception_log(): simplify processing on stack overflows.
  • mingw_getdtablesize(): don't call _getmaxstdio(), hardwire 2048 instead.
  • mingw_signal(): only call signal() for SIGSEGV.
  • mingw_sigraise(): only log sent signal when asked to.
  • mingw_waitpid(): fixed compilation warning given that WAIT_OBJECT_0 is 0.
  • mingw_win2posix(): added mapping for ERROR_INVALID_USER_BUFFER.
  • mingw_win2posix(): added mapping of ERROR_NO_SYSTEM_RESOURCES to ENOMEM.
  • mingw_write(): for Windows 7 and maybe later, do not call write().
  • mutex_is_owned(): optimized by avoiding thread_self() call if mutex not locked.
  • prop_save_to_file(): use file's timestamp, not the current time.
  • rwlock_not_owned(): ignore errors when the rwlock layer is in pass-through.
  • s_logv(): made recursion detection thread-safe.
  • s_logv(): use raw time computation when running in signal handler.
  • s_minierror(): enhanced to enter crash mode immediately and show thread ID.
  • s_rawlogv(): force "raw" mode when running in a signal handler.
  • s_stacktrace(): downgrade from decorated to plain stack before skipping traces.
  • signal_name(): added more items to signals[], so cache linear lookup result.
  • spinlock_grab_try_from(): no crashing mode, don't say we locked if we couldn't.
  • stacktrace_get_symbols(): make sure we're running this only once.
  • stacktrace_unwind(): detect recursion in a thread-safe way.
  • stacktrace_unwind(): use gcc-style unwinding if recursing or within malloc.
  • str_vncatf(): added verbose assertion to ensure string is not overflowing.
  • symbols_name_only(): simplified code.
  • symbols_name_only(): simplify processing if we don't have to format an offset.
  • thread_check_suspended(): account for thread_find() returning NULL.
  • thread_cond_waiting_element(): don't create the cond stack until necessary.
  • thread_exiting(): do not reset the QID range on Windows for an exiting thread.
  • thread_id_name(): be robust if called during crashes.
  • thread_launch_trampoline(): do not harvest entropy, this slows down creation.
  • thread_lock_got_swap(): missed accounting of new lock in discovered thread.
  • thread_lock_waiting_element(): warn when we detect recursive lock waiting.
  • thread_preallocate_element(): also pre-allocate the lock stack.
  • thread_sig_handle(): don't handle signals if thread is supposed to be blocked.
  • thread_small_id(): bet on the QID lookup success.
  • thread_sp(): simpler version defeating compiler optimizations.
  • tm_localtime_raw(): use exact time, as this is used during logging.
  • xmalloc_thread_alloc(): refuse to allocate if within a signal handler.

18 December 2015, Version 1.1.8 Released

This is an emergency bug-fixing release.

It addresses systematic crashes on some platforms, right at startup time, and prevents random deadlocks on OS/X.

The systematic crash was due to an innocent change, which actually perturbed the order of the initialization routines and, depending on the conditions, caused an assertion failure during one of the thread startup. Curiously, the error manifests randomly and does not seem to depend on the OS but rather on other subtle environment issues: one Linux distribution could be fine whilst another was hit by the bug.

13 December 2015, Version 1.1.7 Released

This release adds support for new features:

  • TLS upgrade of existing connections.
  • Inbound HTTPS connections.
  • Use of a supervisor process to relaunch gtk-gnutella on crashes.

The TLS upgrade allows connections that have started without TLS to negotiate TLS on the fly without having to reconnect. They are flagged as "e" to show that encryption was dynamically added, as opposed to "E" which indicates an initial TLS connection.

Certificates are now automatically generated and this allows HTTPS connections from browsers. For now this is of limited use, but it will come handy in the near future when building a web-enabled GUI.

To be more resilient against crashes, gtk-gnutella now automatically launches a supervisor process that will launch the real gtk-gnutella as a child process and monitor its fate, restarting a new process when the old one failed. This is far more robust than having the process re-exec() itself at crash time since there are some crashing conditions that do not even allow the process to go that far in the crash handling...

On Windows, provided you have installed Cygwin's gdb, crash logs will now contain a gdb backtrace of the failing process, making analysis of what went wrong easier than with a simple stack trace.

Your previous GUID and KUID will be regenerated the next time you restart due to a new algorithm used to detect that a configuration file is not accidentally reused on another machine: the host name is now included, instead of just the physical file information. So when moving a disk to another machine, or simply cloning an existing virtual machine, we are no longer going to reuse these IDs which are supposed to be unique by properly detecting that the information was copied over.

A bug in open_read() caused the Geo IP database to not be loaded on Windows.

Finally, all the options given to gtk-gnutella can now be abbreviated as long as they are not ambiguous (i.e. enough is given to make them non-ambiguous). For instance, given the current set of options, --p would be ambiguous but --s will always mean --shell. However, --pi is not ambiguous and refers to --ping.

Improvements
  • By default, gtk-gnutella now supervises its children to restart them.
  • Now allows incoming HTTPS connections.
  • Added support for Gnutella connection upgrade to TLS.
  • Added support of RFC-2817 for upgrading to TLS within HTTP/1.1.
  • Dump symbolic stack when crashing in supervised mode with our parent.
  • VMM: added new flag to signal OOM condition and be aggressive with the cache.
  • Options can now be abbreviated as long as they are not ambiguous.
  • Added support for Virtual Memory Emergency Allocation (VMEA).
  • Pulled latest translations from Transifex.
Bug Fixes
  • Make sure node_by_guid() cannot return a G2 node!
  • VMM: fixed memory allocation logic during crashes.
  • open_read(): fixed logic on Windows when no renaming is requested.
  • Make sure we don't restart nor pause a failing process on --shell or --ping.
Under the Hood
  • Added spopen(), a simple popen() bypassing the shell.
  • Added Windows-specific PROT_GUARD protection type for mprotect().
  • Added log_show_pid() to direct the logging layer to show or hide the PID.
  • Added library support for file locks.
  • Added compat_process_exists() and compat_kill_zero().
  • Added ability to dynamically limit walloc() usage, remapping to xmalloc().
  • Added ability to disable halloc() at runtime, remapping it to xmalloc().
  • Added specific PID file for locking out the supervisor process.
  • Do not install periodic xgc() and zgc() unless running in a long-term process.
  • Refactored main() initializations to limit memory usage in the supervisor.
  • Windows: stop fatal recursion when the VMM layer extends the pmap.
  • Windows: revisited exception logging to give more details and simplify code.
  • Windows: reworked stack overflow detection logic.
  • Windows: added launch() and spopen() support.
  • Windows: added support for wait() and waitpid() on launched processes.
  • Windows: launch gdb in a separate thread to get symbols when crashing.
  • Windows: re-worked early init code to allow memory allocation.
  • Windows: will now be building with gnutls-3.4.5.
  • Windows: added getppid() support.
  • Windows: added getuid(), geteuid(), getgid() and getegid() emulations.
  • Windows: try to have SymInitialize() done as soon as possible.
  • Windows: added support for getrusage(RUSAGE_CHILDREN).
  • Make sure the logic used to construct fallback path is consistent.
  • Refactored Windows socket initialization.
  • Refactored setproctitle(), adding getprogname() and setprogname() as well.
  • Revisited crash_mode() to include the notion of criticity level.
  • Switched rand31() to the Park and Miller algorithm.
  • SDBM: added fadvise() hint for page accesses, with a "random" access mode.
  • Use short_time_ascii() instead of short_time() in log messages.
  • TLS: use our own random number generators.
  • TLS: use new types, with the _t trailing prefix.
  • TLS: added support for a global audit log, available since gnutls 3.0.
  • TLS: added vectorized push routine.
  • TLS: added generation of private server key at startup if missing.
  • TLS: don't need anonymous server credentials if we have a certificate.
  • TLS: added generation of self-signed certificate at startup if missing
  • TLS: removed ARCFOUR-40 from the list of overrides for GnuTLS 3.4.5.
  • TLS: enhanced to support GnuTLS 3.x and allow HTTPS connections.
  • TLS: the "custom I/O" push/pull routines are now the norm.
  • TLS: normalized logging to always use G_STRFUNC for non-informative messages.
  • SHA1_process_message_block(): make sure SHA1 is correct on big-endian systems.
  • cq_init(): always warn if callout queue exists, regardless of its thread.
  • cq_init(): loudly warn if the callout queue was created automatically before.
  • crash_generate_crashlog(): dump thread locks before current stack.
  • crash_init(): now calls stacktrace_init() with immediate symbol loading.
  • crash_invoke_inspector(): also attempt to launch gdb on Windows.
  • crash_invoke_inspector(): force emission of decorated stacks.
  • crash_try_reexec(): do not exec() ourselves when we have a supervising parent.
  • download_get_server_name(): when name changes, reset some internal attributes.
  • entropy_seed(): make sure we're correctly seeding our KISS RNG.
  • file_locate_from_path(): tweaked for Windows to add implicit "." in PATH.
  • gtk_gnutella_atexit(): do nothing if we're already crashing.
  • gwc_parse_dispatch_lines(): avoid using "eof", it shadows a global on Windows.
  • hash_table_replace(): fixed logic when inserting into a fix-sized table.
  • kuid_random_fill(): use random_key_bytes() to generate unique KUID.
  • mingw_exception(): maintain exception recursive depth per thread.
  • mingw_execve(): redesigned to avoid using external resources.
  • mingw_fcntl(): added F_RDLCK (read-lock) support for F_SETLK operations.
  • mingw_fcntl(): return ENOSYS for unimplemented parts, not EINVAL!
  • mingw_signal(): be thread-safe, in case of concurrent updates.
  • mingw_sigraise(): trace signal, since it could be the prelude to a crash.
  • node_can_accept_connection(): even when "offline", accept nearby hosts.
  • node_is_now_connected(): watch out for disconnected nodes after RX injection.
  • pncs_convert(): avoid using the stack, prefer a thread-private buffer.
  • sdbm_set_volatile(): forgot to grab lock on entry.
  • sdbm_thread_datum(): avoid too many re-allocation overhead, sacrificing memory.
  • settings_random_save(): now merge randomness instead of just superseding it.
  • shell_exec_thread_list(): use configured stack size if available.
  • signal_perform_cleanup(): trace signals we get during cleanup.
  • spinlock_crash_mode(): dump PID as well in case process forked.
  • stack_print_decorated_to(): switch to lighter tracing if we hit an OOM.
  • thread_launch(): warn once if pthread_attr_setstacksize() returns an error.
  • thread_launch_register(): force new PROT_GUARD protection on red-zone page.
  • tls_handshake(): log IP:port and whether remote is client or server.
  • tm_init(): now controls whether to start the time thread.
  • unique_file_token(): include the hostname into the unique file ID.
  • vxml_parser_remove_buffer(): application logic was done only when debugging!
  • xallocate(): when crashing, use omalloc() for small blocks, instead of sbrk().

8 November 2015, Version 1.1.6 Released

This is a bug-fixing release.

This time it focues on Windows, which apparently exercised some bugs in common code with other platforms -- so some fixes are going to benefit to everyone even though the bugs did not manifest themselves as often.

Improvements
  • Increased default and max for "max_leaves" to account for modern systems.
  • Pulled latest translations from transifex.
  • Updated GeoIP databases.
Bug Fixes
  • Fixed memory leak on the error path of OOB / G2 query hit sending.
  • Fixed memory leak on the file upload path.
  • aging_insert(): was not properly handling freeing of keys, causing leaks.
  • Fixed property description message for "max_leaves".
  • Windows: no HEAP_NO_SERIALIZE flag on HeapAlloc() since we're multi-threaded.
  • mingw_valloc(): fixed monitoring of unreserved VM space.
  • Windows: optimized the inital VM space reservation.
  • rpc_delay(): avoid int overflowing, which would make delay negative!
  • node_udp_sr_data_ind(): do not crash if UDP was disabled or port was 0.
  • Fixed crashes in the omalloc() layer.
Under the Hood
  • Make sure an initial GMT offset is computed before the time thread starts.
  • Compact the aging structure on 64-bit platforms.
  • Fixed possible race between evq_trampoline() and evq_event_discard().
  • Added safety assertions: a removed item must belong to the list.
  • Fixed typos in safety assertions.
  • EVQ: closed race condition betweeen queues recreated in same thread ID.
  • Use getrlimit(RLIMIT_AS) to get the available space, not RLIMIT_DATA.
  • Windows: try harder to compute a relevant break value with sbrk(0).
  • Windows: added cpp trap for dup().
  • Windows: fixed fcntl(F_DUPFD) implementation which was not thread-safe.
  • Windows: dump symbolic PC on stack overflows, after basic information.
  • elist_remove(): assert that removed item must be part of some list.
  • evq_event_discard(): be quiet when removing event for the event queue thread.
  • evq_event_discard(): correctly handle cancelable events.
  • evq_trampoline(): factorize removal of triggered item from queue list.
  • evq_trampoline(): fixed logging message to use copied value.
  • getgateway(): on Linux, cache previously computed value in case netlink fails.
  • getgateway(): on Linux, the netlink socket can return EAGAIN on recv().
  • main_command_line(): optimized and simplified!
  • malloc_init_vtable(): be sure to set G_SLICE=always-malloc on Windows.
  • mingw_exception(): skip printing of stacktrace if we got a stack overflow.
  • mingw_getrlimit(): implement a better RLIMIT_DATA query.
  • mingw_getrlimit(): return different max / current values to account for usage.
  • mingw_signal(): always record signal handler in our internal list of handlers.
  • mingw_valloc(): don't complain about non-hinted allocations when crashing!
  • mingw_valloc(): use s_minicarp() to limit resource consumption.
  • mingw_valloc(): when nearing out-of-memory, take data segment into account.
  • mingw_vmm_init(): accelerate initialization, reducing amount of system calls.
  • mingw_win2posix(): handle 0 to avoid warnings when called with no error.
  • mingw_win2posix(): mapped ERROR_BAD_EXE_FORMAT to ENOEXEC.
  • mingw_win2posix(): mapped ERROR_NETNAME_DELETED to EHOSTUNREACH.
  • mingw_win2posix(): use s_minicarp() instead of s_warning() to see "culprit".
  • omalloc_allocate(): was releasing spinlock too soon in read-only mode.
  • omalloc_chunk_allocate_from(): fixed bug when header dissolution was required.
  • publisher_handle(): simplified code by factorizing shared_file_unref() call.
  • s_minicarp() and s_minicrit(): carefully avoid stdio when dumping stack.
  • sdbm_close(): ensure we sync pending dirty data when database is not volatile.
  • sdbm_name(): return path to the .pag file if no name was explicitly given.
  • settings_init(): when computing max VM space, use max from RLIMIT_AS, not cur.
  • socket_create_and_bind(): on Linux systems, force SO_REUSEADDR before bind().
  • sort-test: reduce verbosity by default.
  • thread_suspend_others(): silently suspends itself if concurrently asked to.
  • udp_sched_write_error(): don't dump a stack trace on send errors we expect.

8 October 2015, Version 1.1.5 Released

This is a bug-fixing release.

Most of these bugs were discovered by investigating why gtk-gnutella was frequently crashing on OS/X platforms. Why other platforms were not having the same problems remains a mystery, since all these bugs were not specific to OS/X, apart from the vmm_munmap() bug -- since mmap() is only used on OS/X due to its lack of the sendfile() system call.

One of the fixed bugs could lead to a crash when the network connection was broken (e.g. a cable unplugged or a WiFi connection terminated).

Improvements
  • UHC: re-engineered the random choice of UHCs in the pre-established list.
Bug Fixes
  • qrt_patch_compress_done(): fixed race with qrp_comp_done().
  • xmalloc: prevent deadlock when freeing deferred blocks on the allocation path.
  • pmap_remove_from(): protect from exceptional corner case to avoid crash.
  • ut_frag_pmsg_free(): don't requeue an unsent message synchronously.
  • VMM: fixed race condition in vmm_munmap() that could lead to failures.
  • omalloc: fixed chunk management when memory alignment is required.
Under the Hood
  • well_state_discard(): fixed missing indexing of array pointer.
  • thread-test: avoid mixed output by using atomic I/Os to stderr for messages.
  • thread-test: main testing entry points now clearly flagged in output.
  • signal_trampoline(): be verbose and lenient when our pre-condition fails.
  • evq_event_discard(): fixed message to log the name of the registering thread.
  • hash_list_lookup(): was mistakenly returning a const value.
  • thread_private_set_extended(): ensure a NULL free routine clears any old one.
  • crash_mode(): removed redundant call to thread_suspend_others().
  • rand31_random_seed(): avoid popcount(), prefer modulo with a prime number.
  • hash_offset_init_once(): avoid entropy_minirand(), causes dealocks on Windows.
  • uhc_send_ping(): if we cannot contact selected UHC, try with another one.
  • omalloc_chunk_*protect(): ensure chunk is consistent with page boundaries.
  • More assertions in omalloc() to ensure we're not corrupting memory.
  • Use global mutex to protect symbols_xxx() calls, simplified stacktrace code.
  • Reduced UHC retry time from 1 hour down to 3 minutes.
  • Revised UHC list.
  • More thread-safe refactoring for other stringification routines.

9 September 2015, Version 1.1.4 Released

This release is mostly a bug-fixing release.

One major bug (leading to crash) was found in the G2 frame parsing layer: a carefully crafted G2 packet sent to GTKG could crash it, leading to a Denial of Service. For that reason, an upgrade to 1.1.4 is strongly recommended.

The only major new feature is the added cleanups of the TTH cache and the crash log directory, to make sure we do not keep useless files on the disk forever.

Because the Phex servent is no longer maintained, there is now a workaround for that particular servent to ensure it can correctly download from GTKG.

Improvements
  • [GTK2] Added tri-state column sorting in "property editor" preference pane.
  • [GTK2] Show icon + warning message when we have no TCP listening socket.
  • Added an "install-strip" target to all Makefiles to install with stripping.
  • Can no longer edit properties flagged as "internal" through shell or GUI.
  • Added new "session_start_stamp" property to hold the true starting time.
  • Added support for TTH cache cleanup.
  • Added automatic cleanup of the crash log directory.
  • New shell command "random stats" to display the statistics on random layer.
  • Workaround for Phex: always send X-Gnutella-Content-URN in upload replies.
  • Updated GeoIP database.
Bug Fixes
  • upnp_natpmp_discovered(): detect when UPnP layer was shutdown and abort.
  • Fixed bad definition of XXTEA key, which led us to use only its first 4 bytes.
  • node_g2_read(): need to only read 3 bytes usually to determine frame length.
  • thread_sp(): tweaked to defeat gcc 5.x optimization leading to a NULL return.
  • File moving: notify main thread as soon as file is completely copied.
  • update_available_ranges(): lack of X-Available means file is full on server.
Under the Hood
  • Windows: added getppid() and statvfs() emulation, plus rmdir() support.
  • Improved the unpredictability of our random numbers.
  • Loudly warn if attempting a file-descriptor operation on a revoked descriptor.
  • Added compat_sendfile() with fallback to emulated version when necessary.
  • Added compat_statvfs() for portability and code simplification.
  • File moving operations now use sendfile() if available.
  • XFMT: made it loudly clear that comment nodes are ignored for now.
  • VMM: when debugging, trace large allocation spots.
  • VMM: raised maximum page cache lifetime from 3 to 15 minutes.
  • page_cache_find_pages(): treat user memory as if under short-term strategy.
  • filepath_basename(): optimize code when G_DIR_SEPARATOR is '/'.
  • Optimized CMP() to avoid branching regardless of the arguments.
  • Added ftw_foreach() to traverse a file system and process each entry.
  • mingw_readdir(): do not change errno if it was left untouched by _wreaddir().
  • Let mingw_{opendir,readdir,closedir} use normal types, not generic ones.
  • mingw_stat(): added workaround for trailing "/" or "/." in paths.
  • etree_traverse_internal(): minor optimization to avoid trailing +1 each time.
  • Added etree_sort() and etree_sort_with_data() to sort children of all nodes.
  • Changed signature of decoding base16 and base32 routines.
  • Regenerated Configure to fix the fdopendir() compile test.
  • Make sure pointer hashing distributes its trailing bits evenly.
  • elist_merge_sort(): don't update tail, just do one single pass at the end.
  • vmm_dump_pmap_log(): copy pmap data, then process dumping without locks.

8 April 2015, Version 1.1.3 Released

This is mainly a critical bug-fixing release, addressing a huge shortcoming in 1.1.2: all Shareaza leaves are incorrectly flagged as being fakes and are being removed quicktly from ultrapeers, creating network churn and instability. Everyone running gtk-gnutella as Ultrapeer must upgrade to 1.1.3 quickly.

Releasing quickly after 1.1.3 is also a pretext for improving stability on Windows platforms, especially after restarts: because Windows does not support the "close on exec" flag on file descriptors, restarted processes were left with several instances of a listening socket bound to the same port, causing havoc as behaviour is totally undefined and was most probably leading to the inability for the process to get any incoming connections.

On Windows, we now also monitor the memory usage more closely, in order to avoid the C runtime from issuing a (blocking) popup signalling a fatal memory allocation error should it run out of space.

More generally, the VMM layer is now capable of trapping fatal memory allocation errors and handling them more efficiently. In particular, when everything has failed, the layer can request a brutal restart of the process. Under less dire circumstances, a graceful restart will be requested.

This was also an occasion to revisit the long-term allocation strategy in the VMM layer and optimize it in order to further limit fragmentation of the VM space. Even though avoiding fragmentation matters mostly for 32-bit applications, this also limits the amount of individual memory region mappings the kernel has to maintain and gtk-gnutella has to keep track of.

Finally, a last-minute bug fix where a user reported a deadlock in the QRP processing code. After investigation, it turned out that there was indeed a recursive locking on a spinlock that had escaped all real-life testing out there so far!

Improvements
  • [GTK2] Added popup menu icon in front of "force push mode" for sources.
  • [GTK2] Added warning icon in status bar when kernel runs short of net buffers.
  • Increased default node connection timeout and size of the quick connect pool.
  • Updated the shell "status" command to display "!IP" on net buffer shortage.
  • Updated FAQ along with French and Turkish translations.
  • Updated GeoIP databases.
Bug Fixes
  • Fixed invalid test for "fake" Shareaza that led to network instabilities.
  • Made QRP lock a mutex to allow for recursive locking through qrp_comp_done().
Under the Hood
  • On out-of-memory conditions, attempt to auto-restart if possible.
  • Windows: monitor committed memory, crashing before the kernel would kill us.
  • Added crash_restart() and controlling routines to request smooth restart.
  • On network buffer shortage (ENOBUFS), stop TCP connections for a while.
  • UPnP: protect upnp_mapping objects given to callbacks with reference counts.
  • Adjusted lock tracking when locks are disabled, fixing lock swapping.
  • Windows: remember socket descriptors so that we can close them on exec().
  • Refactored code for listening sockets to warn when bound port is already used.
  • When shutdowning in "crash mode", skip most of the memory cleanup.
  • rwlock_destroy(): make sure to write-unlock the lock if it was owned.
  • waiter_ack(): don't panic if waiter was not notified, but loudly complain.
  • upnp_map_natpmp_publish_reply(): trace given port on NAT-PMP mapping errors.
  • upnp_discover(): force selection of IPv4 interface for UPnP discovery.
  • thread_unsuspend_others(): relaxed hard assertion into a soft one.
  • alloc_pages(): try harder on OOM conditions to allocate from the page cache.
  • socket_connect_finalize(): fixed wrong errno processing for connect().
  • socket_connect_prepare(): no need for SO_REUSEADDR for connecting sockets.

21 March 2015, Version 1.1.2 Released

This is mainly a bug-fixing release, addressing rare crashes that have been happening in production. It also contains several improvements.

It fixes a user-reported bug whreby it was not possible to properly configure the download paths using the GUI -- that led to application crashes due to the incomplete support for discovered threads (which GTK is using underneath to manage the dialog box).

Another bug was caused by the HTTP header parsing logic which did not allow "." in header names. That made it refuse to parse headers sent by some UPnP devices, such as "BOOTID.UPNP.ORG" or "CONFIGID.UPNP.ORG", prevening UPnP mappings from being installed.

Hapening rarely but still annoying, there was a bug on the error handling path of write errors to the TX network stack, leading to assertion failures in the mq_tcp_putq() routine. That was because the qrt_compressed() routine was not handling task cancellation properly. The likelyhood of hitting that bug when running as a leaf node was very low.

On the improvement side, the search list is now highlighting searches for which we have associated downloads by displaying the text in green. Further tweaks were made to our GTK2 code to make sure the changes are reported "real time" when the state changes, which was not always the case before (one needed to go over a search by explicitly clicking on it to update the display in the search list).

The SHA1 computation code was also further optimized to be as fast as possible, reducing file hashing time by two! Since SHA1 hashing happens regularily in gtk-gnutella to collect entropy, optimizing the SHA1 computation affects more than just file verification.

Improvements
  • [GTK2] Added translation URL in the "About" GUI dialog.
  • [GTK2] Highlight searches with registered downloads by using green text.
  • [GTK2] Added tri-state column sorting to the "upload history" panel.
  • FAQ: added new entry explaining how to get the magnet of a shared file.
  • Map the "collection" G2 query tag to the Windows / Linux "archive" file set.
  • Map the "torrent" G2 query tag to the "torrent" file set.
  • Added support for "rom", "wordprocessing" and "subtitle" G2 query media types.
  • Further optimized SHA1 computation, now going about twice faster for files.
Bug Fixes
  • page_cache_insert_pages(): fixed incorrect write-lock upgrade logic.
  • pmap_insert_region(): must recompute insertion index if we extend the pmap!
  • tmalloc: fixed thread magazine accounting in the depots.
  • Did not commit back to database after updating the DHT key request count.
  • routing_chunk_move(): must check messages carefully when chunk was moved.
  • route_message(): beware of check_duplicate() which can remove the node.
  • thread_element_matches(): pay more attention to discovered threads.
  • thread_find_tid(): skip thread elements not marked as being valid!
  • node_shutdown_mode(): must correctly account for shutdowning G2 nodes!
  • bogons_changed(): forgot to close opened file descriptor
  • upload_stats_load_history(): added missing break in switch.
  • qrt_compressed(): was not handling QRP compression task cancellation properly.
Under the Hood
  • Added hostile ranges.
  • Updated GeoIP databases for IPv4 and IPv6.
  • Throttle the amount of PUSH messages we can send for a given remote server.
  • Legitimate Shareaza nodes cannot be flagging themselves as ultrapeers.
  • Windows: stack unwinding made safer with more memory checks to avoid faults.
  • UPNP: attempt rediscovery of port mapping devices every hour, if missing one.
  • UPNP: attempt rediscovery of port mapping devices every hour, if missing one.
  • Added new TSIG_OVFLOW signal sent when a thread overflows its stack.
  • Fixed race condition between concurrent waiter_refcnt_dec() calls.
  • Added logging of layer which reports a TX error in case of assert failure.
  • Track the last seen time (activity) of discovered threads other than main.
  • Prevent glade-2 from outputting support files now, since we patched them.
  • Added tracing of funny X-Falt lines we are seeing when demsh_debug is set.
  • Added tracing of funny X-Alt lines we are seeing when dmesh_debug is set.
  • Added tracing of funny X-Nalt lines we are seeing when dmesh_debug is set.
  • Added crash hook for the thread layer.
  • Added TX layer write-fault mechansim to help detect user error handling bugs.
  • Syntaxic adjustments to make the latest guile happy with definitions.
  • The GUI will now display current bandwidth by default, instead of the average.
  • mingw_exception(): write shorter messages in case of stack overflows.
  • thread_element_reset(): forgot to reset te->stack_base to NULL.
  • header_append(): allow "." in header names.
  • thread_join_internal(): no thread_cancel_test_element() on foreign thread!
  • thread_find_element(): avoid leaving routine without unlocking mutex!
  • cond_wait_until(): now correctly handle underlying cond variable mutation.
  • thread_block_timeout(): don't panic if main thread already unblocked.
  • dir_entry_filename(): made the Windows version thread-safe.
  • hfield_dump(): fixed formatting of continuation lines.
  • dmesh_collect_locations(): only parse the last timestamp when many given.
  • xmalloc_thread_free(): always handle blocks in the cross-thread free list.
  • Hide strtok_free(), forcing clients to use new strtok_free_null().

2 September 2014, Version 1.1.1 Released

This is mostly a bug-fixing release.

Improvements
  • Share Opus files by default, added opus and webm to search filters.
  • No longer automagically unshare directories that do exist currently.
  • Revamped peek/poke functions because GCC generated unoptimized code for these.
Bug Fixes
  • Avoid crash when we cannot parse the remotely supplied push-proxy URL.
  • Fixed crash when entering "local:" as search term.
  • Fixed crash when gtk-gnutella was stopped from terminal and put to background.
  • Fixed crash on "Reverse DNS lookup" queries from the GUI node pane.
  • Fixed GtkSpinButton "adjustment with non-zero page size" deprecation message.
  • Handle G_SEARCHPATH_SEPARATOR in shared base directory correctly.
Under the Hood
  • shared_file_get_index(): fixed lower boundary of assertion.
  • fi_find_aggressive_candidate(): prevent division by 0 if no starving download.
  • Fixed possible race condition between bg_task_wakeup() and bg_sched_sleep().
  • Regenerated Configure to allow BFD library detection for newest versions.
  • teq_post_rpc(): use linearily increasing timeouts to limit logging.
  • str_vncatf(): made recursion checks before calling s_minicarp() thread-safe.
  • ut_frag_pmsg_free(): avoid SIGSEGV when fragment was already acknowledged.
  • deflate_add(): refuse further data when the TX deflate layer had an error.
  • search_dequeue_all_nodes(): must also iterate on G2 nodes.
  • cq_heartbeat(): only log delay adjustements when running with cq_debug > 0.
  • g2_node_handle(): silence warnings when not debugging.
  • Allow xfl_find_freelist_index() to work with gcc 4.9 and optimizations.
  • keys_offload(): do not process if the key layer was shutdown.

2 July 2014, Version 1.1.0 Released

This is a major release introducing new features and making gtk-gnutella a multi-threaded application with drastic performance boosts for background tasks like file hashing or library rescanning.

Another major feature is the added support for the G2 search protcol: we are connecting to G2 hubs as a leaf, answer to search / browse requests from G2 hosts. We also use G2 to issue our own searches. Finally, we freely exchange files with G2 hosts (downloading and uploading).

The G2 protocol was further extended to make sure G2 query hits convey as much information as Gnutella query hits, in particular for alt-loc propagation and TLS support. The G2 semi-reliable UDP layer is also leveraging the new features designed for the corresponding Gnutella layer (cumulative and extended acknowledgments), gracefully falling back to legacy features if the remote host is not able to understand the new features.

A critical bug was fixed: reception of carefully crafted invalid DHT messages would lead to an immediate crash, an open door for Denial of Service (DoS) attacks. That bug has been present since 0.97 (release of August 2011).

Last but not least, the code base has now been checked by Coverity. There was a very low defect rate of 0.26 (amount of true defects per thousand lines of code) and all problems were fixed.

New Features
  • Multi-threading support (file hashing, library rescan, DNS, etc...)
  • Added support for the G2 search protocol, connecting as leaf mode to G2.
  • Turned gtk-gnutella into a random number server through the "random" command.
  • Removed Bitzi support since the service has shutdown.
  • Added the --no-dbus command-line option to prevent D-BUS notifications.
  • [GTK] Added GUI enabling of the G2 protocol for searches.
  • [GTK] Added spin-button to set the amount of G2 hub connections to maintain.
  • [GTK] Report amount of G2 hubs to which we are connected.
  • [GTK] Show amount of G2 host browsing served, in the upload stats pane.
Improvements
  • [GTK2] Added tri-state column sorting to "Downloads" and "Uploads" panes.
  • Better entropy collection to initialize the pseudo random number generators.
  • Externally visible randomness (e.g. GUIDs) is now cryptographically strong.
  • We now pick random DHT nodes to send back from the whole routing table
  • Some entropy collected is persisted, for better reseeding in next session.
  • Added time change detection when switching from/to Daylight Saving Time.
  • QRP query routing now uses LimeWire's logic, less strict than the GTKG one.
  • The shell "status" command now reports the amount of G2 hub connections.
  • Detect OOB proxy MUID conflicts for leaf queries.
  • Added the "stats drop" shell command to show dropped message statistics.
  • Improved random selection of files being matched in the library (local hits).
  • When a PUSH request fails to connect back, ban target IP:port for 5 minutes.
  • Configure: correctly detect the BFD library even if no -liberty.
  • Crash handler now records and logs the ID and name of crashing thread.
  • Updated gtk-gnutella.appdata.xml to the latest specifications.
  • Updated the FAQ, along with translations to French and Turkish.
Bug Fixes
  • DHT bucket merging was incorrectly handling removal of nodes from table.
  • Reception of improper DHT messages could lead to an immediate crash (DoS).
  • ut_frag_pmsg_free(): rescheduling of expire event was in wrong block.
  • base16_encode(): would cause buffer overflow when destination too small.
  • Rotate OOB token keys less often, to avoid expiration whilst in transit.
  • socket_udp_event(): ignore empty datagrams.
  • Fixed host cache updates to avoid setting "out of bounds" property values.
  • hcache_find_nearby(): was missing a "break" in the case for HOST_GUESS.
  • Scheduled static checking by Coverity, found 81 problems requring a fix.
  • Fixed TCP message size computing bug, which could corrupt the TCP stream.
  • Configure: fixed endianess detection of IEEE-754 floats on Solaris.
  • Was never configuring TCP quick ACKs due to a missing "break" statement.
  • omalloc() could crash when configuring read-only objects.
  • Ensure we never insert any "unusable host" in the push-proxy set.
  • keys_update_value(): forgot to persist back updated expiration timestamp.
  • Properly flag UDP route as deflatable when GGEP "Z" is seen in queries.
  • Flag UDP route as supporting semi-reliable UDP when query flags are parsed.
Under the Hood
  • GUESS now avoids querying hosts to which we are connected via TCP
  • GUESS: count the amount of hosts reached by query, since G2 queries a cluster.
  • GUESS: increased cached lifetime of query keys to a little less than 1 day.
  • GUESS: defer hosts we cannot requery to avoid constantly looping over them.
  • GUESS: fixed host atom leak when message is synchronously dropped.
  • GUESS: invalidate cached query keys on IP or listening port change.
  • Added a thread management layer on top of the POSIX thread layer.
  • Added support for safe inter-thread signals, handled by our thread layer.
  • Expanded the set of atomic operations we can perform.
  • Added read-write locks, now used by the VMM layer.
  • Addded multi-threaded goodies: barriers, dams, event queues, cond variables.
  • VMM: closed race condition during allocations.
  • Added support for permanent thread-private data.
  • Added primitive fork() handling in a multi-threaded environment.
  • Made float formatting code thread-safe, removing need for funnelling.
  • The ADNS now always runs in a separate thread.
  • Provide both thread-private (hashtable) and thread-local (array) variables.
  • Added new "thread list" shell command to monitor running threads.
  • Added "task list" shell command to list currently defined background tasks.
  • Added the "thread stats" shell command to dump thread statistics.
  • Added "lib show callout" shell command to display callout queue information.
  • Added "lib show files" to show opened files via file_object_xxx().
  • Made sure PROTECT_ATOMS and ATOMS_HAVE_MAGIC are orthogonal settings.
  • Moved the reference count of atoms to the tracking hash table.
  • Callout queue runs the idle callbacks if not scheduled in the last 30 secs.
  • Logging timestamps are now emitted with a millisecond accuracy.
  • Improved g_assert_not_reached() to propagate the routine name as well.
  • Re-architected file_objects to allow permission checking on opened files.
  • Introducing tqsort(), a multi-threaded quicksort for sorting large arrays.
  • Do not mark SIGPROF as harmful to allow profiling.
  • Added a thread-magazine allocator, used by walloc() and vmm_alloc().
  • Allow execution of some shell commands in a separate thread.
  • Added our own plain one-way and two-way list implementation.
  • Added optimized item freeing for embedded lists holding walloc()'ed objects.
  • Added thread-local ARC4 random streams for increased throughput.
  • Added global and per-thread WELL and CMWC random number generators.
  • Added Fortuna-like algorithm (AJE -- Alea Jacta Est) for gathering entropy.
  • Added support for fixed-size hash tables, entirely held in a static buffer.
  • hash_table_replace(): optimized to avoid two hash_table_find() calls.
  • Protect query hit generation against concurrent library rescans.
  • No longer close all file descriptors in main, since threads use them.
  • Semi-reliable UDP: only send last fragment of large message to unknown hosts.
  • Semi-reliable UDP: make sure remote side is ACK-ing sent fragments only.
  • Semi-reliable UDP: avoid endless loops if unsent ACK message is dropped.
  • Semi-reliable UDP: added TX accounting for dropped and physically sent ACKs.
  • Semi-reliable UDP: was not releasing data structure for dropped ACKs.
  • QRP support for generation of 1-bit patches, and optimized 1-bit handling.
  • make_room_internal(): removed bug catcher from 2006, which never triggered.
  • Cleaned up Gnutella handshaking to emit an Accept if the remote sent one.
  • search_results_process(): do not record last hop as hostile on relayed hits.
  • Do not attempt to OOB-proxy queries in search_request()!
  • host_timer(): fixed wrong cut-off by "quick connect pool".
  • Added script to auto-generate enums along with symbolic and English text.
  • options_parse(): fixed parsing of values immediately following the option.
  • Shuffling of large arrays now performed using PRNGs with greater period.
  • Renamed "struct mutex" as "struct lmutex" to avoid conflicts on Solaris.
  • st_search(): randomly shuffle results only when we have more than we can send.
  • Windows: added emulated clock_gettime() and clock_getres().
  • Dispatch entropy to PRNGs only once every 30 seconds at most.
  • Simplified rand31(), restoring its full period, and redesigned rand31_u32().
  • sdbm_rebuild(): was not properly catching errors during copy.
  • prop_get_def(): switched to HCOPY_ARRAY() to avoid any size problems
  • kmsg_handle(): avoid dereferencing a potentially NULL pointer.
  • route_max_forward_ttl(): take a reference instead of a by-value parameter.
  • parq_upload_remove(): fixed assertion, which was always evaluating to TRUE.
  • Report errors if we cannot set a file non-blocking or request close on exec().
  • Base32 decoding could fail spotting bad input due to short base32_map[] array.
  • search_matched(): was not counting the amount of skipped results in a search.
  • getgateway(): properly fallback to netstat parsing when socket() fails.
  • roots_fill_closest(): avoid memory leak on the error path.
  • Fixed UDP TX schedulers to allow both IPv4 and IPv6 message sending.
  • Make sure only developers will use autogen to regenerate the property files.
  • dh_route(): only compress UDP query hits when GUESS queryier supports them.
  • dh_route(): do not attempt UDP compression if message sent via reliable UDP.
  • Count UDP compression attempts and failures, including in semi-reliable UDP.

31 December 2013, Version 1.0.1 Released

This is a minor release correcting a grave bug causing gtk-gnutella to think all other gtk-gnutella out there are hostile.

Other minor improvements are present, as well as low-level bug fixes. The most visible change is that filenames with parentheses are now mangled to have the parentheses turned into brackets, instead of being left as-is. This allows filename cut-n-paste into shell commands, without having to use the shell auto-completion to escape the parentheses.

Improvements
  • Generate a NM/1.0 HTTP-like header at the top of the pre-computed nm list.
  • [GTK] Avoid GUI flickering when widget sensitivity is changing quickly.
  • Replace "()" with "[]" in filenames for easier cut-n-paste in shell commands.
  • Windows: improved stack unwinding.
Bug Fixes
  • Fixed grave bug, making all GTKGs appear hostile.
  • qrp_close(): must disable periodic monitoring during shutdown.
  • filename_to_utf8_normalized(): fixed broken if/else logic in loop.
Under the Hood
  • Updated the GeoIP databases.
  • Added a Keywords entry for lintian in the gtk-gnutella.desktop file.
  • Fixed license link to point to GPL-2 on Debian systems.
  • Added gtk-gnutella.appdata.xml for distributions that need such a file.
  • Renamed icon.xpm as icon.48x48.xpm and icon.32x32.xpm as icon.xpm.
  • TLS: disabled SVN signature verification code, since we no longer use SVN.
  • Define our own G_STRFUNC, do not use the version from GLib.
  • vmm_resize(): fixed wrong implementation when vmm_crashing is true.
  • Semi-reliable UDP: drop traffic to host temporarily if we can't send messages.
  • Use a 5-minute TLS ban to avoid reconnecting to host with TLS when it failed.
  • download_mark_active(): do not reset fi->recv_last_rate on HTTP follow-ups
  • bsched_heartbeat(): fixed wrong delay computatation, use tm_elapsed_ms().
  • gtk_gnutella_exit(): always emit final "cleanly exited" info.
  • zalloc_stack_accounting_ctrl(): used wrong lookup key, leading to crashes.
  • mingw_valloc(): handle initial non-hinted allocations larger than page.
  • signal_trap_with(): fixed improper return value computation for sigaction().

1 September 2013, Version 1.0.0 Released

This is a major release correcting a few bugs and adding small but interesting features such as the ability to limit dropping of received UDP messages, making the DHT keys and values persistent across sessions, SDBM file auto-compaction at startup, and last but not least, rarest-chunk downloading to optimize download efficiency when facing partial sources.

New Features
  • Let users define a maximum lease time for UPnP and NAT-PMP mappings.
  • Made DHT keys and values persistent across sessions.
  • When there are partial sources for a file, download the rarest chunks first.
Improvements
  • [GTK1] Optimize massive updating of the download source list.
  • [GTK] Dynamically update the list of available chunks in the file (blue line).
  • Files used to persist information across sessions are now auto-compacted.
  • The UPnP layer can now monitor more types of Internet Gateway Devices.
  • After unclean shutdown, rename existing core file in crash directory.
  • Detect servers that choke when receiving pipelined HTTP requests.
  • Added the Mersenne Twister Pseudo-Random Number Generator.
  • Remember when user requests an auto-restart, to keep the same session going.
  • Increased maximum download buffer size to 1 MiB and default to 128 KiB.
Bug Fixes
  • [GTK2] Set height of the pref/upload window (paths to files) to 100 pixels.
  • [GTK1] Fixed wrong enum value usage (c_fi_sources instead of c_src_num).
  • [GTK] Download source details were incorrect sometimes for queued downloads.
  • [GTK] Reserve display of partial file indication (PFS) to partial sources.
  • DHT traffic accounting was broken when semi-reliable UDP was introduced.
  • Was wrongly keeping orphan DHT contacts and removing alive ones!
  • Fixed wrong restarting DB key computation for DHT values (preventing crashes).
  • Fixed improper "good" alt-loc flagging from uploaders, leading to wrong mesh.
  • Fixed English typos in comments and user-visible messages.
  • Avoid selecting the magic fw-fw file index for partial files in query hits.
  • Fixed wrong propagation of duplicate messages with higher TTL.
Under the Hood
  • Fixed posix_memalign() so that we can now run with glib 2.36 and upwards.
  • [GTK] Update available ranges when the core sends a "range changed" event.
  • Added UDP datagram read-ahead to minimize local kernel drops (RX queue full).
  • Added UDP read-ahead statistics.
  • Ensure "DHT values" and "DHT raw data" SDBM files are consistently reloaded.
  • Fixed omalloc() memory usage accounting.
  • str_at(): fixed harmful typo causing it to seg-fault with negative offsets.
  • Do not send X-Features / X-Token on follow-up HTTP requests.
  • upnp_dscv_probed(): plugged memory leak.
  • UPNP: extract the Service Control Protocol Definition (SCPD) URL.
  • UPNP: monitor gateway with GetStatusInfo() if no GetTotalPacketsReceived().
  • Some UPnP devices can advertize an API and yet return 401 (action invalid).
  • bigkey_hash(): more robust in case we encounter a big key and support is off.
  • udp_sched_write_error(): don't panic if we get an unexpected UDP write error.
  • Jumbo patch: replaced most gm_[v]snprintf() with str_[v]bprintf() calls.
  • Count truncated incoming UDP messages.
  • http_got_header(): fixed harmful typo causing mishandling of chunked output.
  • After 3 X-Nalt reports, move source from download mesh to the banned mesh.
  • Leave banned entries in the bad mesh for at least 5 minutes.
  • cq_free(): release mutex to prevent loud warning a shutdown time.
  • When the the crash handler child fails, append decorated stack from parent.
  • download_data_received(): extend fileinfo when file size is unknown.
  • Moved HTTP range parsing / handling from core to library (re-architectured).
  • Benchmark sorting routines at startup and select the most efficient.
  • socket_udp_flush_timer(): do not process queued datagrams during shutdown.
  • Make rand31() more random, especially on the low-order bits.
  • Added computation of chi-squared cumulative distributions.
  • Made entropy_random() 5 times faster on average.
  • Prefer random_value() over random_u32() followed by bit masking.
  • The random layer now uses the Mersenne Twister, excepted for random_bytes().
  • hash_keyset_lookup(): was not always spotting first tomb correctly.
  • Let small hash tables be denser than larger ones.
  • Tweaked hash tables and derivatives for smaller memory footprint.
  • guess_pmsg_free(): make sure pool does not contain host before adding it back.
  • http_send_status(): was not properly detecting too large HTTP headers.
  • Semi-reliable RX UDP: re-ack everything well before the whole message expires.
  • Adjust maximum DHT value count per IP/network dynamically with DHT size.
  • Be careful when truncating body on an HTTP kept-alive connection.
  • ensure_unicity(): assume pidfile is locked when lock owner bears our PID.
  • Added protection when writing important files on filesystems like "ext4".
  • PARQ: accept to move an upload to the "dead" queue even if we wait for QUEUE.
  • Made GTK2 the default GTK version since GTK1 is not 64-bit safe.

11 November 2012, Version 0.98.4 Released

This is an important release correcting severe bugs affecting the overall wealth of the system: the PARQ upload queue was not properly restored, the DHT was not always sending correct values back (resulting in failed lookups), and SDBM (our hash-on-disk database) had two well-hidden bugs that could cause crashes at startup or that compromised regular runtime operations.

This release also introduces an interesting improvement: we are now using a reliable UDP layer to transfer out-of-band query hits, ensuring that these important messages are properly sent and received and never lost.

The SPAM-detection on query hits received via UDP was too eager to discard results from perfectly valid sources, causing improper loss of results from your queries.

We were also wrongly sending out more queries than necessary: a long-standing bug caused locally-issued OOB-proxied queries to be re-emitted a second time, and we were re-forwarding duplicate queries (received with higher TTL than before) to all the leaves. Although not harmful, these two bugs were wasting some of the outgoing bandwidth when running as a ultra node.

New Features
  • Plugged support for "OOB Proxy Veto".
  • Added a Semi-Reliable UDP layer for Gnutella for safe OOB hit delivery.
  • Report and display available file size when handling hits for partial files.
Internationalization
  • Added French and Turkish translations of the FAQ.
  • Updated French and Turkish translations.
  • Fixed typo in a German translation.
  • Cleanup of the English FAQ, updating obsolete answers.
Improvements
  • [GTK] Show different icon and tooltip when port mapping done through NAT-PMP.
  • [GTK] Flag results from servents with a banned GUID in the "Info" column.
  • [GTK] Windows version now compiled with GTK 2.24.10.
  • Non-sharing servents can now be promoted to ultra peers (in automatic mode).
  • Be stricter about vendor messages origin: ignore them if from wrong protocol.
  • Strip GGEP "NP" key from relayed queries.
  • Use higher-priority UDP messages for important or time-sensitive data.
  • Use semi-reliable UDP to transfer critical data (query hits).
  • Make sure the queries we OOB-proxy have a GGEP "SO" key for secure OOB hits.
  • Ignore unsecure OOB hit promises from hosts known to support secure OOB.
  • Use some of our connected ultra nodes when filling UHC pongs.
  • Updated GeoIP databases.
  • When resuming from crashes, do not stop session-only searches.
  • Persist selected search media types from session to session.
  • Report last modification time + available size of partial files in hits.
  • Added "webm" and "zoo" to the list of file extensions that can be shared.
  • Display unexpected command-line argument before usage output.
  • The shell "status" command now shows how port mapping was done, if any.
  • Do not forward "What's New?" queries to leaf nodes with empty routing tables.
Bug Fixes
  • Avoid segmentation fault if GUESS 0.2 cache is empty.
  • Avoid SDBM crash when clearing database which had big keys/values present.
  • Use signed arithmetic to compute compression ratios.
  • Consider x.x.x.0 as a possibly valid IPv4 address.
  • Was not correctly parsing the saved PARQ queue, causing undue forgetting.
  • Fixed key accounting in DBMW.
  • SDBM was sometimes not iterating over unflushed dirty LRU pages.
  • Fixed wrong DHT value response message format.
  • Fixed crash when attempting to browse host on a queued source.
  • Do not route duplicate queries with higher TTL to leaves.
  • Prevent sending of duplicate (locally issued) OOB-proxied queries.
  • Fixed startup crash bug on Ubuntu machines.
  • Changed the Debian menu icon to use the one which is 32x32, as lintian wants.
  • Fixed auto-restart function on 64-bit Windows.
Under the Hood
  • [GTK] Darken the color used to display partial results (yellow -> dark gold).
  • Various PARQ cleanup to smooth QUEUE callback operations.
  • Fallback to pre-computed symbol file when loaded symbols are garbage.
  • Relax file_path_set() and open_read() to gracefully handle relative paths.
  • get_folder_basepath(): protect against unsuitable environment variables.
  • Recompute the amount of banned fds dynamically as config parameters change.
  • Detect series of unclaimed OOB hits from a host to ignore further queries.
  • Changed MUID marking strategy in queries to better accomodate OOB proxying.
  • Added a UDP TX scheduler to optimize datagram sending by priority.
  • Enhanced the incremental zlib operations, reusing objects across operations.
  • Added new official ISO 3166 country codes.
  • node_read(): was wrongly resizing the message buffer for each message!
  • Refactored aging table to lower memory footprint (by 6 pointers per entry).
  • On Windows, keep last 3 stdout/stderr logs, created when launched from GUI.
  • Send important UDP messages with a "control" priority.
  • Count TCP push-proxy requests aimed at firewalled-to-firewalled connections.
  • Patch UDP PUSH messages aimed at initiating firewall-to-firewall transfers.
  • Count received PUSHes requesting FW-FW transfers, plus those targeting us.
  • dht_init(): do not reset the KUID if DHT disabled at startup.
  • Detect whether we are restarting after a clean shutdown or after a crash.
  • bg_task_terminate(): don't panic at shutdown when handling unaccounted tasks.
  • Reserve only about 40% of the available virtual memory space on Windows.
  • Always discover port-mapping devices, even if they won't be used.
  • Ensure reasonable TTL and hops for PUSH messages from UDP we will route.
  • The shell "nodes" command now displays the gnet port along with the address.
  • Added metaconfig check for malloc() superseding.
  • New switch --disable-malloc added to build.sh to prevent superseding malloc().
  • When launching gdb during crash, ask for threads and thread stacks as well.
  • External IP changes were not waiting for 3 hosts in 3 different CIDR ranges.
  • Removed too restrive permissions in the man page (COPYRIGHT section).
  • Shell meta-chars in executable path do not prevent loading symbols via BFD.
  • Added more DHT statistics.

4 June 2012, Version 0.98.3 Released

New Features
  • [GTK] Added per-search GUESS statistics line, which can be hidden by users.
  • [GTK] Display amount of downloads associated with search in the search label.
  • Added property to control usage of unused Gnutella bandwidth by GUESS.
  • Added "memory check xmalloc" shell command to monitor the xmalloc freelists.
  • On Windows, generate a gdb-like stack trace in the crash log file.
Improvements
  • [GTK] Optimized rendering of main statistics page.
  • [GTK] Show more accurate message for queued downloads on completed files.
  • Shell now displays properties with appropriate surrounding type markers.
  • Limit pongs sent to transient nodes in order to save some bandwidth.
  • Avoid sending too many pongs on uncompressed connections.
  • Added README.Windows to document compile instructions for Windows.
  • Avoid "write() failed: EPIPE" messages from the shell for local client writes.
  • Added GUESS link cache size to the general statistics pane.
  • GUESS now uses a dynamically computed outgoing bandwidth limit.
  • Allow failed TLS connections to be retried without TLS, transparently.
  • Added "-a" switch to the shell "version" command to display glib/GTK/TLS info.
  • Added -p switch to the "stats" shell command to pretty-print numbers.
  • Memory optimization of commonly used data structures to reduce footprint.
  • Always generate a crashlog file, even when dumping a core.
  • PARQ: switch actively queued download to another when file has been completed.
  • Attempt to immediately restart download after failed SHA1 + TTH verification.
  • At startup, compute TTH if available and SHA1 checking failed.
  • When switching PARQ 1.0 downloads, switch IDs if queue position is favorable.
  • Updated translation strings, and fixed French translation.
Bug Fixes
  • #3286824"Crash at startup / 0.96.9 / FreeBSD AMD64"
  • Fixed %G formatting bug whereby a zero following a dot would be missed.
  • Prevent auto-restart when they explicitly request a shutdown.
  • Fixed grave bugs in the virtual memory layer, some being Windows-specific.
  • PARQ was not properly computing amortized per-slot time.
  • Avoid random shell connection failures on Windows.
  • An un-parseable token in a shell command led to an assertion failure.
  • Fixed the "alignment optimized" code branch of msort_with_tmp().
  • Fixed bad copy-n-paste that could lead to malloc() freelist corruption.
  • Fixed GUESS corner-case crash when handling an RPC timeout.
  • [GTK] Avoid crash when user clears the upload statistics (#3501181).
  • On Windows, be smarter when reserving the initial amount of virtual space.
  • GUESS: always wakeup sleeping queries if we have bandwidth.
Under the Hood
  • Improved thread-safety of the VMM layer.
  • Removed perl4-ism in Perl scripts.
  • Updated IPv4 and IPv6 geo databases.
  • Attempt to drive a deadlock crash as far as possible to collect debug info.
  • When logging from another thread (not main), include the small thread ID.
  • Switched halloc() to xpmalloc() instead of walloc().
  • Added thread-private zones for blocks <= 512 bytes for faster allocations.
  • Optimized access to thread-private information, via a lock-free fast path.
  • Exit with a zero status when terminating through a regular signal or request.
  • Some UTF-8 optimizations and low-level fixes.
  • Also log the faulting PC when we get a harmful signal.
  • Use the BFD library, if available, to extract symbols from the executable.
  • Restored ability to have usable stack unwinding on Windows.
  • Extended crash log information to include full OS name and CPU architecture.
  • Sort SHA1s in the search.xml file.
  • Clear whole routing table when switching between Ultra and Leaf modes.
  • Protect xfree() from algorithmic complexity when handling bursts.
  • Added xmalloc garbage collector to reclaim fragments from freelist.
  • Allow the "TLS handshake failed" string to be translated.
  • Consider IPv4 addresses x.x.x.0 as non-routable.
  • Now uses own hash table and hash set implementations.
  • Strengthened entropy collection and ARC4 initial seeding.
  • Randomly propagate GUESS 0.2 hosts among GUESS 0.2 servents.
  • Assume we're not firewalled right after initial UPnP or NAT-PMP configuration.
  • Avoid compiler warnings on Windows.
  • Make sure random_value() returns uniformly distributed random numbers.
  • Added ability to filter dumped traffic by IP address.
  • Changed %F to display whole mantissa before switching to scientific notation.
  • Ensure memory allocated from the heap is aligned properly.
  • Show amount of detected CPUs at startup.
  • Added version numbers to the crash log file name.
  • Avoid complexity attacks on the hash table.

30 December 2011, Version 0.98.2 Released

This is a minor patch to support systems running latest Ubuntu systems, and maybe others which create multiple threads for GTK programs: our xmalloc() implementation replaces the system's malloc() but it was not safe to use in multi-threaded environments.

GUI improvements
  • [GTK] Added option to discard results from banned GUIDs (set by default).
  • [GTK] Display results from servents with a banned GUID in "hot pink".
Other improvements
  • Updated turkish translation.
  • Added IPv6 geo-localization database (from Maxmind).
  • Added dynamic IPv6 hostile support.

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 #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)

Gtk-Gnutella is

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

[ magnet-link iconDownload 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 and shutdown.
  • 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 is IPv4 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

This is known to have critical bugs. Please don't use it.

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)

This is known to have critical bugs. Please don't use it.

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'.

Traffic compression in the Gnet stats

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.

Users Love Us Community Choice SF Favourite Community Leader Open Source Excellence SourceForge.net Logo RSS Feed Available Open Hub metrics Coverity Scan Build Status gtk-gnutella at GitHub
gtk-gnutella © 2000-2014 by Yann Grossel, Raphaël Manfredi and various contributors.