13
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move some routines from iovec.h to new iovec.c.
ram
as Raphael Manfredi
More... about 5 years ago
malloc.c: huge refactoring and cleanup!
ram
as Raphael Manfredi
More... about 5 years ago
malloc.c: some refactoring to start sharing code!
ram
as Raphael Manfredi
More... about 5 years ago
malloc.c: enhanced and fixed some errors with multi-threading.
ram
as Raphael Manfredi
More... about 5 years ago
Do not trap hash_list_{new,free}() under REMAP_ZALLOC.
ram
as Raphael Manfredi
More... about 5 years ago
zalloc: avoid warnings when compiling with REMAP_ZALLOC.
ram
as Raphael Manfredi
More... about 5 years ago
thread_id_name_to_buf(): be nicer with negative IDs.
ram
as Raphael Manfredi
More... about 5 years ago
Add hash_table_copy_foreach().
ram
as Raphael Manfredi
More... about 5 years ago
pattern_prefix_period(): don't corrupt end-of-block.
ram
as Raphael Manfredi
More... about 5 years ago
MALLOC_FRAMES: don't collect them unless main() started.
ram
as Raphael Manfredi
More... about 5 years ago
Wait until main() starts to allocate the signal chunk.
ram
as Raphael Manfredi
More... about 5 years ago
once_recursive(): avoid calling stacktrace_function_name().
ram
as Raphael Manfredi
More... about 5 years ago
Compile with -DTRACK_MALLOC -DREMAP_ZALLOC again.
ram
as Raphael Manfredi
More... about 5 years ago
Add syn=c to *.ht and *.ct files for vim.
ram
as Raphael Manfredi
More... about 5 years ago
rwlock_deadlocked(): trace write owner if known.
ram
as Raphael Manfredi
More... about 5 years ago
rwlock: added debug option to track wlock location.
ram
as Raphael Manfredi
More... about 5 years ago
Do not check stack at longjmp() if on altstack.
ram
as Raphael Manfredi
More... about 5 years ago
compat_setjmp(): refactored to share / simplify code.
ram
as Raphael Manfredi
More... about 5 years ago
Added ARRAY_COPY() in the array toolbox.
ram
as Raphael Manfredi
More... about 5 years ago
compat_setjmp(): protect against gone contexts.
ram
as Raphael Manfredi
More... about 5 years ago
Show command to clean stale lockfile.
ram
as Raphael Manfredi
More... about 5 years ago
statusbar_gui_push_v(): be safe if called early.
ram
as Raphael Manfredi
More... about 5 years ago
Added H_STRFREEV_NULL().
ram
as Raphael Manfredi
More... about 5 years ago
str_ichar() and str_istr() can now append.
ram
as Raphael Manfredi
More... about 5 years ago
xmalloc: avoid late page pool creation.
ram
as Raphael Manfredi
More... about 5 years ago
evq_close(): be silent if event queue not created.
ram
as Raphael Manfredi
More... about 5 years ago
crash_handler_process(): only call crash_auto_restart() if needed.
ram
as Raphael Manfredi
More... about 5 years ago
Add progstart_was_called().
ram
as Raphael Manfredi
More... about 5 years ago
Fix improper release date.
ram
as Raphael Manfredi
More... about 5 years ago
Release 1.2.0 stable.
ram
as Raphael Manfredi
More... about 5 years ago