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