Age | Commit message (Collapse) | Author |
|
#2031)
|
|
This is to prevent issues when these functions are not thread-safe.
|
|
Errors from hook_url should be handled by the caller, so don't print
them to the core buffer by default. Only print them when
weechat_debug_core is enabled. This was already the behavior for the
timeout error.
|
|
When hook_url fails, add an error_code field in the output in addition
to the error field. This is so the caller can get which error happened
programatically, without having to parse the (possibly translated) error
string.
It uses the same error codes as the return_code in hook_process, and in
addition adds 5 for an error from pthread_create and 6 for a timeout
error. If the error is from pthread_create, an additional field
`error_code_pthread` with the error code from pthread_create is added.
If the error is from curl, an additional field `error_code_curl` with
the error code from curl is added.
|
|
|
|
transfer timeout
|
|
(closes #1994)
The clean of processes with waitpid() is now delayed after the kill(), so that
there are no more zombies.
In addition, this can be done manually if needed with `/sys waitpid`.
|
|
|
|
inet_pton() can return values < 0.
|
|
man pages as well as rpminspect suggest that we shouldn't be using
inet_addr().
|
|
|
|
|
|
|
|
`blake2s-*` in option sec.crypt.hash_algo (closes #2008)
|
|
in hash functions (issue #2008)
|
|
|
|
(closes #2013)
|
|
version
|
|
|
|
|
|
|
|
Only text between angle brackets (eg: "<name>") must be translated.
|
|
name contains wide chars
|
|
options weechat.buffer.* (issue #352)
|
|
hdata_compare (closes #1066)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#2007)
|
|
(issue #352)
|
|
|
|
|
|
|
|
|
|
(issue #194)
|
|
|
|
(issue #352)
|
|
config
|
|
|
|
|
|
|
|
commands `/cursor go` and `/cursor move` (closes #1282)
|
|
|
|
|