13
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed gone / probably gone logic for discovered threads.
ram
as Raphael Manfredi
More... over 5 years ago
Non boolean values caught by new bool_to_string().
ram
as Raphael Manfredi
More... over 5 years ago
Ensure thread_atexit() callbacks run in discovered threads.
ram
as Raphael Manfredi
More... over 5 years ago
evq_trampoline(): cleanup event if cannot signal thread.
ram
as Raphael Manfredi
More... over 5 years ago
thread_dump_thread_element_log(): show booleans as such.
ram
as Raphael Manfredi
More... over 5 years ago
shell_handle_event(): on exception, setup EOF/shutdown.
ram
as Raphael Manfredi
More... over 5 years ago
Dump exit and cleanup callback function names.
ram
as Raphael Manfredi
More... over 5 years ago
thread_create_full(): keep async exit callback separated.
ram
as Raphael Manfredi
More... over 5 years ago
Avoid standalone compilation of local_shell.c on Windows.
ram
as Raphael Manfredi
More... over 5 years ago
Always compile the local shell as a standalone binary.
ram
as Raphael Manfredi
More... over 5 years ago
local_shell_mainloop(): must flag "writable" on POLLHUP.
ram
as Raphael Manfredi
More... over 5 years ago
Restored compilation of a standalone local shell.
ram
as Raphael Manfredi
More... over 5 years ago
Simplified shell I/O condition management and logging.
ram
as Raphael Manfredi
More... over 5 years ago
shell_destroy(): no need to call socket_evt_clear().
ram
as Raphael Manfredi
More... over 5 years ago
shell_handle_event(): always write() when having pending data.
ram
as Raphael Manfredi
More... over 5 years ago
shell_handle_event(): log received events when debugging.
ram
as Raphael Manfredi
More... over 5 years ago
shell_parse_command(): log parsed command when debugging.
ram
as Raphael Manfredi
More... over 5 years ago
shell_write_data(): when debugging, log writev() temporary errors.
ram
as Raphael Manfredi
More... over 5 years ago
shell_write_data(): make sure to flush as much as possible.
ram
as Raphael Manfredi
More... over 5 years ago
Thread exit callback signature changed.
ram
as Raphael Manfredi
More... over 5 years ago
Generalized usage of bool_to_string() to display booleans.
ram
as Raphael Manfredi
More... over 5 years ago
bool_to_string(): added carp trace to help spot the culprit.
ram
as Raphael Manfredi
More... over 5 years ago
Trace shell shutdown when debugging.
ram
as Raphael Manfredi
More... over 5 years ago
Extended bool_to_string() to display value if not 0 or 1.
ram
as Raphael Manfredi
More... over 5 years ago
Added generated C files to .gitignore.
ram
as Raphael Manfredi
More... over 5 years ago
Made thread exit value read-only in thread_atexit() callbacks.
ram
as Raphael Manfredi
More... over 5 years ago
tmalloc_thread_exiting(): was not clearing local allocator.
ram
as Raphael Manfredi
More... over 5 years ago
tmalloc_thread_exiting(): was not clearing magazine key.
ram
as Raphael Manfredi
More... over 5 years ago
zgc_zalloc(): transformed some assertions into verbose ones.
ram
as Raphael Manfredi
More... over 5 years ago
stacktrace_atom_lookup_and_store(): trace race conditions.
ram
as Raphael Manfredi
More... over 5 years ago