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 :: reb74567 / src/lib/zalloc.c : (link) Converted size_t variable formatting to "%zu" to avoid ... [More] tedious casts. - https://github.com/gtk-gnutella/gtk-gnutella/commit/eb74567e9bc9704d01a5fe5334b07eba873be787 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rca84253 / src/lib/vmm.c : (link) Account the VMM trap page as a user block since we ... [More] allocate it ourselves. - https://github.com/gtk-gnutella/gtk-gnutella/commit/ca842530e7a1eba1b943a47b95919a607d97f1a4 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r0ecea00 / src/lib/stacktrace.c : (link) stacktrace_load_symbols(): ignore request until ... [More] stacktrace_init() was called.If called too early, stacktrace_load_symbols() will not be able to performanyway, and since it normally can be called only once, that would preventany further attempt.By ignoring calls until stacktrace_init() was invoked, we preserve the abilityto load symbols even when stacktrace_load_symbols() is called very early. - https://github.com/gtk-gnutella/gtk-gnutella/commit/0ecea00660f98781efdd178d6636518986e1ee77 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r799660f / src/lib/log.c : (link) Made sure recursive logs are fully emitted via minimalist ... [More] s_minilog().Factorized code: prefix computation now done once, and s_minicarp() can nowrely on s_minilog() for its logging.Also fixed incorrect logging level comparison in s_logv(), which could causethe stacktrace to not be emitted when facing critical / error messages whenlogging flags (G_LOG_FLAG_RECURSION or G_LOG_FLAG_FATAL) were set. - https://github.com/gtk-gnutella/gtk-gnutella/commit/799660f5024d4ee5b06a02571e2024a9d6b6eb17 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r6db2589 / src/lib/str.c : (link) Reorganized code in str_vncatf() and switched to using ... [More] "%zu" for size_t args. - https://github.com/gtk-gnutella/gtk-gnutella/commit/6db25899029fc6d8f31ccf652e90f4eeea449a70 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r84c2d17 / src/lib/vmm.c : (link) Don't define pmap_insert_mapped() if !HAS_MMAP. - https://github.com/gtk-gnutella/gtk-gnutella/commit/84c2d172a30f4db7ad8604f4cbfc99b1d310d2bf
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: r9fc285a / src/lib/vmm.c : (link) Dropped counter for special pages now that the trap page ... [More] is a "native" region. - https://github.com/gtk-gnutella/gtk-gnutella/commit/9fc285af6339bfe1ec6be3632328831de3690538 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rf279ac1 / src/lib/vmm.c : (link) Use "%zu" to format size_t variables from now on.Since ... [More] "%zu" is now supported by str_vncatf(), s_xxx() routines can now safelyuse this formatting option to avoid tedious casts to "unsigned long". - https://github.com/gtk-gnutella/gtk-gnutella/commit/f279ac172d2c020d7ded34e3d5a21d2d8704973c [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rb90c347 / (src/common.h src/lib/str.c): (link) str_nvcatf(): added support for the "z" ... [More] conversion to format size_t arguments. - https://github.com/gtk-gnutella/gtk-gnutella/commit/b90c3472ae4d42dac7c738053f073e562812dd70 [Less]
Posted over 13 years ago
Commit by Raphael Manfredi on devel :: rc123ee0 / src/lib/vmm.c : (link) The VMM trap page is a native region, not a foreign one. ... [More] (+11 more commits...) - https://github.com/gtk-gnutella/gtk-gnutella/commit/c123ee0d013a700a9249dde109f1bbdc4ec16ec4 [Less]