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 :: re7471eb / src/Makefile.SH : (link) On FreeBSD, link statically with zlib. - https://github.com/gtk-gnutella/gtk-gnutella/commit/e7471eb3df7c3fc86261abc95fbb066b4fcdc4fe
Posted over 13 years ago
Commit by Raphael Manfredi on :: rdce72b4 / src/lib/log.c : (link) s_fatal_exit() used improper combination of logging levels. - ... [More] https://github.com/gtk-gnutella/gtk-gnutella/commit/dce72b4ee24780281f7d4384f95fd037f5331b14 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: re40d161 / src/main.c : (link) Explicitly call xmalloc_stop_freeing() after stopping all our ... [More] subsystems. - https://github.com/gtk-gnutella/gtk-gnutella/commit/e40d1619bfcdc2fa95b2f2ecaa4aee5daaf4e98d [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: rcac6fd4 / src/lib/xmalloc.c : (link) Dump heap / VMM map information when facing an invalid ... [More] pointer.Also log explicitly the reason why a pointer is deemed invalid. - https://github.com/gtk-gnutella/gtk-gnutella/commit/cac6fd48d45dca147ef1d2f55f4ab4885f37f4f5 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r7ef4559 / (src/lib/vmm.c src/lib/vmm.h): (link) Made vmm_dump_pmap() visible. - https://github.com/gtk-gnutella/gtk-gnutella/commit/7ef4559771b4bb7a4ada6edf8d28ae23ed4c7775
Posted over 13 years ago
Commit by Raphael Manfredi on :: rce80f34 / src/lib/log.c : (link) Forgot to set G_LOG_FLAG_FATAL in s_error() and t_error().Also ... [More] s_logv() wrongly used crash_set_error_vec(), which was an oversight. - https://github.com/gtk-gnutella/gtk-gnutella/commit/ce80f34ceeb7ec08ccae82b8c43cd8133536864c [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r4a2563d / (12 files in 2 dirs): (link) Use "%p" instead of "0x%lx" to format pointers.This ... [More] avoids noisy casts to "unsigned long" for generic pointers but forcescasts to "void *" for structures. Still, it's better since the latterrequired casting to "unsigned long" previously anyway. - https://github.com/gtk-gnutella/gtk-gnutella/commit/4a2563d694b3b933fb08fdf1eeb1b1e02d22344c [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: r0874655 / src/lib/xmalloc.c : (link) Shut up one more %p warning. - https://github.com/gtk-gnutella/gtk-gnutella/commit/0874655fe8b39ee9e5091ca73f0a4cd46916be3b
Posted over 13 years ago
Commit by Raphael Manfredi on :: r20e5756 / src/lib/xmalloc.c : (link) Gcc -pedantic wants "void *" arguments for %p ... [More] formatting.Also switched some needless "void **" declarations into "void *", with thebeneficial side-effect of shutting up more %p warnings. - https://github.com/gtk-gnutella/gtk-gnutella/commit/20e57568dadbdc759dbbf4727add2e493eedfc07 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on :: rad7794f / src/lib/xmalloc.c : (link) Don't do pointer arithmetics on void *. - https://github.com/gtk-gnutella/gtk-gnutella/commit/ad7794f9f9ea7463544ba24896d0dae4146acf86