Also tell coverity that atomic_lock_t is an uint. |
|
More...
|
about 2 years ago
|
Use an integer for atomic_lock_t. |
|
More...
|
about 2 years ago
|
sig_get_pc_index(): also trap SIGBUS for OS/X. |
|
More...
|
about 2 years ago
|
thread_lock_released(): give more context on problems. |
|
More...
|
about 2 years ago
|
Spelling fixes. |
|
More...
|
about 2 years ago
|
atio_get_lock(): no need to hash file descriptor. |
|
More...
|
about 2 years ago
|
evq_close(): defer cleanup until thread is gone. |
|
More...
|
about 2 years ago
|
evq_close(): forgot to free local callout queue. |
|
More...
|
about 2 years ago
|
STACKTRACE_DEPTH can now be superseded at compile time. |
|
More...
|
about 2 years ago
|
thread_sig_handle(): default handling of TSIG_TERM. |
|
More...
|
about 2 years ago
|
zblock_log(): not_leaking table always available. |
|
More...
|
about 2 years ago
|
ZALLOC: leak reports must use raw logging. |
|
More...
|
about 2 years ago
|
str_private(): must use NOT_LEAKING_Z() for walloc(). |
|
More...
|
about 2 years ago
|
zalloc(): dump allocation stack frame on leaks. |
|
More...
|
about 2 years ago
|
hash_list_moveto_{head,tail}: suppress precondition. |
|
More...
|
about 2 years ago
|
str_replace_len(): no need to special-case appending. |
|
More...
|
over 2 years ago
|
str_slice(): change semantics of `to'. |
|
More...
|
over 2 years ago
|
hashlist: avoid race condition for moveto operations. |
|
More...
|
over 2 years ago
|
Shell "node add" now supports g2:IP:port for G2 nodes. |
|
More...
|
over 2 years ago
|
Simplify code since node_add() now handles G2 nodes. |
|
More...
|
over 2 years ago
|
Let node_add_internal() process SOCK_F_G2. |
|
More...
|
over 2 years ago
|
node_add_by_name(): do not hardwire routine name. |
|
More...
|
over 2 years ago
|
semaphore_emulate(): was not handling timeout properly. |
|
More...
|
over 2 years ago
|
Add aq_on_available() to hide waiter object. |
|
More...
|
over 2 years ago
|
Remove spurious whitespaces. |
|
More...
|
over 2 years ago
|
crash_hook_add(): watch out for early inits. |
|
More...
|
over 2 years ago
|
crash_init(): ignore subsequent calls, loudly. |
|
More...
|
over 2 years ago
|
random_double_generate(): ensure value is in [0, 1[. |
|
More...
|
over 2 years ago
|
random_add_pool(): only feed AJE every 0.5 seconds. |
|
More...
|
over 2 years ago
|
random_add_pool(): only add to AJE once per call, at most. |
|
More...
|
over 2 years ago
|