1
0
Fork 0
tetatet/src
Alexander Andreev 124bad3938
A function net_set_timeout() was introduced.
2024-04-01 00:04:06 +04:00
..
addrbook.c In addrbook_t name was renamed to alias. addrbook_get() to addrbook_get_by_pk(). A func addrbook_get_by_alias() was added. 2024-03-30 03:55:25 +04:00
addrbook.h Removed unused defines from adrbook.h. 2024-03-31 02:12:31 +04:00
audio.c In audio_destroy() check for a paStreamIsStopped error. 2024-03-30 03:13:17 +04:00
audio.h Made separate streams for in and out sound. WIll be very handy for muting a microphone and your companion. 2024-03-25 01:05:29 +04:00
crypt.c Just set an s->remote_key pointer to NULL, do not call crypt_key_destroy on it. 2024-03-25 05:02:59 +04:00
crypt.h Add the empty lines at the end of the sources so clang won't whine and compile. :) 2024-03-25 00:56:42 +04:00
main.c Move all vars into global. Handle signals to perform a cleanup. 2024-03-31 23:42:03 +04:00
net.c A function net_set_timeout() was introduced. 2024-04-01 00:04:06 +04:00
net.h A function net_set_timeout() was introduced. 2024-04-01 00:04:06 +04:00