Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sodium 0.5.0 optimizes itself on being loaded
|
|
|
|
|
|
|
|
#if 0 the content of toxav/msi.c : int stringify_message(MSIMessage
*msg, char *dest)
This function has no effect and does not seem to be used for actively
waiting.
Fix various other style errors, reduce scope when possible, avoid
redundant writes, clarify operator priorities, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix local variable being modified just before it goes out of scope
When memcpy-ing in a buffer, only memset the part of the buffer not modified by the memcpy, not the whole buffer
Also reorder the memset after the memcpy, to potentially avoid cache misses (NOT profiled)
|
|
|
|
into tux3-bootstrap_daemon-leaks-1
|
|
tox_decrypt_dns3_TXT no longer needs id_record to be null terminated.
|
|
into nurupo-av-fix
|
|
|
|
|
|
|
|
|
|
Reduce scope of config_setting_t *elem
Fix various leaks of files keys_file and pid_file
|
|
|
|
tux3-sprintf-extra-arg-1
|
|
|
|
|
|
|
|
Added toxdns.h include to toxdns.c.
Removed default "Online" status message.
|
|
|
|
|
|
|
|
|
|
|