13
I Use This!
Activity Not Available

News

Analyzed 4 months ago. based on code collected 5 months ago.
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r5d4f366 / src/lib/str.c : (link) str_test(): fixed duplicate test. - https://github.com/gtk-gnutella/gtk-gnutella/commit/5d4f3669e56c50a447ae11065bf83480fee611d8
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rd219726 / (9 files in 2 dirs): (link) Added native floating point formatting support.The ... [More] meat of the formatting (decomposition of an IEEE float into itsexponent and mantissa parts) is handled by floating point formattingcode written in 1996 by Robert G. Burger.That code comes with its own database of floating point values fortesting and with a test driver. They were added to make sure we canrun non-regression tests on these routines should they be modified.The high-level formatting code is handled by str_vncatf(). It alsocomes with an extended set of non-regression tests to make sure itbehaves correctly and remains as such over time.This now makes str_vncatf() totally safe for usage in signal handlersor during crashes, even when floating point values need to be printed. - https://github.com/gtk-gnutella/gtk-gnutella/commit/d219726a848c780a84451568684a5f2629bd1b0e [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r99975c5 / src/lib/crash.c : (link) Attempt to crash more nicely when crash_init() has not ... [More] been called.First, the warning message that crashes happen "early" has been rephrasedto make the lack of crash_init() call explicit. This message is also onlyemitted once.Second, crash_assert_logv() now attempts to use a static buffer to formatthe assertion crash message so that it can be at least printed out. Thisallows early failing logging assertions such as g_assert_log() to be usefuleven before crash_init(). - https://github.com/gtk-gnutella/gtk-gnutella/commit/99975c58e3eb360a88f73f9c7859e61e5ca6921b [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r1cb964c / src/lib/str.c : (link) str_vncatf() can now format floating point numbers ... [More] natively. - https://github.com/gtk-gnutella/gtk-gnutella/commit/1cb964c7ed27f23908dc9b50d8ad00d97ff4775d [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r0770b2e / (8 files in 2 dirs): (link) Added floating point formatting routine from Robert ... [More] G. Burger. - https://github.com/gtk-gnutella/gtk-gnutella/commit/0770b2e1ddd3e9eb26cf550ed95c99486192df81 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r0643c7d / src/dht/lookup.c : (link) Don't assume nl->closest is not NULL.Due to the ... [More] path protection algorithms, we could end up in a situationwhere the closest node is removed and there is no other node in the pathat the moment, leading to a NULL closest node. (+5 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/0643c7d40838639cc173b82c084411eb4a69ab7c [Less]
Posted over 13 years ago
Commit by rmanfredi :: r19412 /trunk/gtk-gnutella/ (Configure README-SVN_TREE_DEAD build.sh): The SVN tree is now dead: we switched to git.
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r6a472ba / src/common.h : (link) The "gnu_printf" format is only known to gcc >= 4.4. ... [More] (+5 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/6a472bab3b120709dd0ae3b27fe73fa9dc79e8ce [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r9e458f5 / src/lib/crash.c : (link) Log auto-restarting ability in the crash log. (+20 more ... [More] commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/9e458f59166e1d2dc4855ba12dc1cc70ed1a9b5c [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rfa50983 / scripts/git-version.sh : (link) Fixed git-version.sh to pick proper commit date ... [More] from master/devel heads. - https://github.com/gtk-gnutella/gtk-gnutella/commit/fa50983491834f3f9af0a03e9ec8df2faced0170 [Less]