This website requires JavaScript.
Explore
Help
Sign In
Arav
/
tetatet
Watch
1
Star
0
Fork
0
You've already forked tetatet
Code
Releases
Activity
e3e0404d23
tetatet
/
src
History
Alexander "Arav" Andreev
e3e0404d23
In net module also set buf type to void in net_send().
2024-11-20 23:38:52 +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
crypt module was freed from malloc use.
2024-11-20 22:47:34 +04:00
crypt.h
crypt module was freed from malloc use.
2024-11-20 22:47:34 +04:00
main.c
crypt module was freed from malloc use.
2024-11-20 22:47:34 +04:00
net.c
In net module also set buf type to void in net_send().
2024-11-20 23:38:52 +04:00
net.h
In net module also set buf type to void in net_send().
2024-11-20 23:38:52 +04:00