gtk-gnutella Changelog

What's new in gtk-gnutella 1.2.3

Mar 4, 2024
  • Improvements:
  • Allow final address to be used as a search and sorting column in GUI.
  • Do not hide the "random stats" shell command in the help.
  • Shell "node add" now supports g2:IP:port for G2 nodes.
  • Bug Fixes:
  • Avoid assertion failure in xmalloc() when the page size is not 4K
  • Fix build on NetBSD with SSP.
  • Avoid conflicting symbol with NetBSD's powerpc/frame.h
  • Force supervisor to quit if child gets a SIGKILL.
  • Forgot to set te->ptid in discovered threads.
  • Under the Hood:
  • Add aq_on_available() to hide waiter object.
  • Add debugging #define XMALLOC_DISABLED to remap xmalloc() to malloc().
  • Add randomness every minute instead of 30 seconds.
  • Dump held locks when suspending thread with locks.
  • Fix thread_lock_dump() logic.
  • Recent version of glib define G_NORETURN already.
  • Use library popcount() if it exists.
  • Use an integer for atomic_lock_t (or it fails on Darwin ppc32).
  • atio_get_lock(): no need to hash file descriptor.
  • crash_hook_add(): watch out for early inits.
  • crash_init(): ignore subsequent calls, loudly.
  • crash_mode(): disable locking on concurrent crash.
  • dump_hex_vec(): do not re-emit header if reached end.
  • entropy_collect_gateway(): cache initial gateway information.
  • entropy_harvest_many(): accelerate processing.
  • evq_close(): forgot to free local callout queue.
  • getgateway(): avoid endless warnings.
  • hashlist: avoid race condition for moveto operations.
  • random_double_generate(): ensure value is in [0, 1[.
  • ripening_set_expire(): remove faulty assertion.
  • rwlock_deadlocked(): trace locking thread owner.
  • rwlock_lock_granted(): verify waiter presence.
  • rwlock_readers_downto(): issue a memory barrier.
  • shared_file_free(): give more details on assert failure.
  • semaphore_emulate(): was not handling timeout properly.
  • sig_get_pc_index(): also trap SIGBUS for OS/X.
  • socket_tls_upgrade(): synchronous upgrade logged but no longer fatal.
  • str_private(): must use NOT_LEAKING_Z() for walloc().
  • str_slice(): change semantics of `to'.
  • thread_element_reset(): also clear lock stack overflow.
  • thread_lock_dump(): can now omit details if necessary.
  • thread_lock_released(): give more context on problems.
  • thread_sig_handle(): add default handling of TSIG_TERM.
  • vmm_mmap_anonymous(): optimize re-locking.
  • walloc_get_zone(): do not keep lock whilst allocating zone.
  • xmalloc_chunk_allocate(): validate chunk head is sound.
  • zalloc: do not keep lock whilst extending the zone.
  • zget(): limit scope of global spinlock to a minimum.

New in gtk-gnutella 1.2.2 (Aug 29, 2023)

  • Improvements:
  • Extended "props" shell command with -e (exact) and -i (ignore missing).
  • The "props" command now takes a set of properties, handled as one batch.
  • Bug Fixes:
  • Properly recompute bandwidth stealing on DHT changes.
  • Avoid crashing in D-Bus lib when filename is improperly UTF-8 encoded.
  • DHT: protect against corrupted database.
  • bw_available(): fix invalid logic for I/O source capping.
  • pong_all_neighbours_but_one(): iterate on local list.
  • dq_node_removed(): must free dq object asynchronously.
  • Under the Hood:
  • Update IRC network information: moved from freenode to libera.chat
  • Chunk size limiting for uploads accounts for bandwidth.
  • Reduce memory footprint for statx_t if no data kept.
  • CQ: defer freeing of dispatched event.
  • watchdog: be more verbose within critical messages.
  • node_parse(): signal to callers when we have BYE-ed the node.
  • cq_event_called(): use better diagnostic on assert failure.
  • dbus_util_send_message(): protect against invalid text.
  • prepare_entry(): ensure entry invariant remains true.
  • wd_expire(): do nothing if watchdog was asleep.

New in gtk-gnutella 1.2.1 (Aug 7, 2021)

  • Improvements:
  • Show command to clean stale lockfile.
  • Add properties to track bytes exchanged by schedulers.
  • Add -t switch to shell "status" command.
  • Make use of libera.chat instead of freenode.
  • Expiration time now increased from 1 to 2 years.
  • New --no-expire switch to disable GUI popup when expired.
  • Bug Fixes:
  • pattern_prefix_period(): don't corrupt end-of-block.
  • Fix subtle recursive resizing bug.
  • Do not emit empty leading description in saved properties.
  • For time sync over UDP, write replying time later!
  • hash_table_resize(): clear last cached lookup!
  • ev_link(): insert events in the proper bucket!
  • Under the Hood:
  • Updated GeoIP databases.
  • Ad bit_generic_count_set().
  • Add plural_child().
  • Add progstart_was_called().
  • Add H_STRFREEV_NULL().
  • Add syn=c to *.ht and *.ct files for vim.
  • Add hash_table_copy_foreach().
  • Add tm_precise_elapsed_ns() convenience routine.
  • Add thread_stack_size() to get configured stack size.
  • Add pattern_string() to get the string being looked for.
  • Add str_2c_from() to grab C string from a given offset.
  • Add eval_subst_atom().
  • Add stacktrace_caller_fast() and stack-test program.
  • Add thread_{un}suspend().
  • Add tmalloc_contains() for assertions.
  • Add public VMM validate/invalidate routines.
  • Add macros to ease printing for tmval and tmspec.
  • Add node_check() to node traversal loops.
  • Avoid branches in SIGN() as well.
  • Avoid regeneration of Geo DB if no data changes.
  • Bump python dependency for jhbuild on OSX.
  • Better clock skew computation.
  • Handle time-sync exchanges via UDP better.
  • Make use of travis cache feature for OSX builds.
  • Only include <sys/sysctl.h> if we actually need it.
  • Allow compilation with usemymalloc=n on 32-bit CPUs.
  • Let mem_test() run only once.
  • When no backtrace(), ensure we compile with a frame pointer.
  • Compile with -DTRACK_MALLOC -DREMAP_ZALLOC again.
  • Made -DTRACK_ZALLOC usable again.
  • Do not check stack at longjmp() if on altstack.
  • Do not trap hash_list_{new,free}() under REMAP_ZALLOC.
  • Ensure properties use xmalloc() for their values.
  • Wait until main() starts to allocate the signal chunk.
  • Made ascii_toupper() and ascii_tolower() avoid branching.
  • Trace saving time whithin property files.
  • Trace page (PA) and offset within page on SEGV.
  • Trace page protection on SEGV faults, if possible.
  • Trace how and where symbols were loaded in crash log.
  • Symbol quality definition moved to symbols!
  • Windows: handle freopen("a") specially to allow read sharing.
  • Windows: no need to dump stack again if no gdb.
  • mutex: supply more context on lock errors.
  • ostream: now also accepts str_t as output medium.
  • rwlock: added debug option to track wlock location.
  • random-test: added -a to benchmark all routines.
  • random-test: add -v to be verbose when -a is used.
  • VMM: added extra debugging tools / assertions.
  • VMM: trace new compile-time options.
  • clock: simplify code by using aging table.
  • xmalloc: avoid late page pool creation.
  • xmalloc: extended assertions to detect freelist corruption.
  • zalloc: avoid warnings when compiling with REMAP_ZALLOC.
  • zalloc: with ZONE_SAFE, ensure block tagging never changes!
  • malloc.c: enhanced and fixed some errors with multi-threading.
  • malloc.c: huge refactoring and cleanup.
  • aging_destroy(): remove periodic GC before cleanup.
  • bfd_util_init(): avoid warning on bfd_init() call.
  • clock_adjust(): removed MAX_SDEV.
  • clock_adjust(): stop pruning if we keep everything.
  • clock_update(): lowered required amount of data.
  • compat_setjmp(): protect against gone contexts.
  • crash_handler_process(): only call crash_auto_restart() if needed.
  • ev_free(): assert event is not linked in queue!
  • ev_unlink(): added list consistency assertions.
  • eval_subst(): remove the size limitation on the susbtituted string.
  • evq_close(): be silent if event queue not created.
  • fi_pick_rarest_chunk(): fixed assertion failure.
  • fi_pick_rarest_chunk(): log assertion values.
  • get_prop(): also trace failing property when ps is NULL.
  • ggept_filesize_encode(): can return 0 if given 0.
  • hash_compute_increment(): make it odd without branch.
  • main(): do not set a crash dir if not running for long.
  • name_to_single_host_addr(): use pslist_random().
  • ntp_send_probes(): comment updates, cleanup.
  • once_recursive(): avoid calling stacktrace_function_name().
  • progstart_duplicate(): added assertions.
  • prop_lock(): use macro for locking (hiding lock type).
  • rwlock_deadlocked(): trace write owner if known.
  • spinlock_loop(): document why no memory barrier.
  • statusbar_gui_push_v(): be safe if called early.
  • str_avail(): new implementation and semantics.
  • str_ichar() and str_istr() can now append.
  • strvec_cpy(): was failing when called with cnt=0.
  • thread_id_name_to_buf(): be nicer with negative IDs.
  • thread_lock_waiting_done(): cleanup when no problems.
  • tok_version_valid(): no longer run clock_update().
  • xcopy(): not defined as inlined routine when TRACK_MALLOC.

New in gtk-gnutella 1.2.0 (Jul 27, 2020)

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

New in gtk-gnutella 1.1.15 (Jul 14, 2019)

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

New in gtk-gnutella 1.1.14 (Oct 5, 2018)

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

New in gtk-gnutella 1.1.13 (Oct 30, 2017)

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

New in gtk-gnutella 1.1.11 (Nov 13, 2016)

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

New in gtk-gnutella 1.1.10 (Sep 6, 2016)

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

New in gtk-gnutella 1.1.9 (Mar 10, 2016)

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

New in gtk-gnutella 1.1.8 (Dec 31, 2015)

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

New in gtk-gnutella 1.1.7 (Dec 15, 2015)

  • 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().

New in gtk-gnutella 1.1.6 (Nov 13, 2015)

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

New in gtk-gnutella 1.1.5 (Nov 6, 2015)

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

New in gtk-gnutella 1.1.4 (Sep 23, 2015)

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

New in gtk-gnutella 1.1.3 (Apr 9, 2015)

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

New in gtk-gnutella 1.1.2 (Mar 25, 2015)

  • 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()

New in gtk-gnutella 1.1.1 (Sep 9, 2014)

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

New in gtk-gnutella 1.1.0 (Jul 3, 2014)

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

New in gtk-gnutella 1.0.1 (Apr 1, 2014)

  • 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()

New in gtk-gnutella 1.0.0 (Apr 1, 2014)

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

New in gtk-gnutella 0.98.4 (Nov 12, 2012)

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

New in gtk-gnutella 0.97.1 (Sep 12, 2011)

  • 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.
  • Added dmg to the default extension list for shared files.
  • 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.

New in gtk-gnutella 0.97 Build 19338 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.9 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.8 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.7 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.6 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.5 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.4 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.3 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.2 (Jul 20, 2011)

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

New in gtk-gnutella 0.96.1 (Jul 20, 2011)

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