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 :: ra407f3f / src/lib/vmm.c : (link) Added logging assertions to get more debugging context in ... [More] case of failure. (+7 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/a407f3fcf0c689be7108576fbcec234db6127bb2 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rd4c6de4 / src/lib/vmm.c : (link) Avoid return in functions returning void. - https://github.com/gtk-gnutella/gtk-gnutella/commit/d4c6de44181290955c991443a7dc6cdef4e1c661
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r1bad263 / src/core/settings.c : (link) Converted legacy printf() calls into appropriate ... [More] logging statements. - https://github.com/gtk-gnutella/gtk-gnutella/commit/1bad2638995bc49ba0697416baa925777ec4b46c [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: raca97ff / (3 files): (link) Loudly warn when string formatting leads to truncation of the ... [More] message.Introduced s_minicarp() to minimally log without calling s_logv() and madestr_ncat_safe() recursion-safe to avoid deadly re-entry from s_minicarp().Converted s_warning() calls within str_vncatf() into s_minicarp() so that weknow where the mistake lies in the calling code. - https://github.com/gtk-gnutella/gtk-gnutella/commit/aca97ff7ccc763d40af26c3a45525008c17efc06 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rf995e31 / src/lib/str.c : (link) str_vncatf(): missed one STR_APPEND() macro ... [More] factorization. - https://github.com/gtk-gnutella/gtk-gnutella/commit/f995e319f325a84e3065d149e1be8a3dfcfbb399 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r3463c75 / src/lib/log.c : (link) s_logv(): moved stack dump at the end to avoid possible ... [More] logging recursion. - https://github.com/gtk-gnutella/gtk-gnutella/commit/3463c75c1488371dda7b6a696140e605dfb9aa30 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r40ca235 / src/core/local_shell.c : (link) Moved comments about Windows API idiosyncracies ... [More] where they are due. - https://github.com/gtk-gnutella/gtk-gnutella/commit/40ca235535b7acd24811ec5bceca596389cd5c9f [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: re0e72d2 / src/core/nodes.c : (link) node_eof_v(): emit error message after EOF-style ... [More] errors during BYE on one line. - https://github.com/gtk-gnutella/gtk-gnutella/commit/e0e72d2470834a83887a8f231d70030040611658 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r344b3d7 / src/lib/crash.c : (link) Extended Copyright in src/lib/crash.c. - https://github.com/gtk-gnutella/gtk-gnutella/commit/344b3d75c1b1227d25841bb0ae11799a5cb34045
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r3b7f750 / src/lib/crash.c : (link) When running a crash inspector, continue to log copies ... [More] to the parent's stdout.The original parent's stdout is kept around and restored at the end ofthe run so that both the child and the parent can continue to send allmessages to stderr and stdout. - https://github.com/gtk-gnutella/gtk-gnutella/commit/3b7f7507fd63cdee5c703388f6c4240ef6f75e84 [Less]