1
0
tetatet/src
2024-03-28 18:03:41 +04:00
..
addrbook.c Return from addrbook_load if a file is empty. 2024-03-28 18:03:41 +04:00
addrbook.h Fixed memory allocation for addrbook_t. Ditched a separate init function and moved allocation to add func. Added a variable to store the capacity of an array. 2024-03-28 17:52:14 +04:00
audio.c 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
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 Okay, current state of the addrbook. And it is... Segmentation fault! xD 2024-03-28 04:19:29 +04:00
net.c In net.c sockaddr structures' had their *_len fields set to 0, so recvfrom didn't fill an inaddr field. 2024-03-25 05:02:05 +04:00
net.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