summaryrefslogtreecommitdiff
path: root/toxav/groupav.c
AgeCommit message (Expand)Author
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2019-02-10add API function to test whether av is enabledzugz (tox)
2019-02-10Expose api functions for enabling and disabling AV in AV groupszugz (tox)
2019-01-05Expose offline conference peers in APIzugz (tox)
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-13Fix ToxAv's use of `struct Tox`.iphydf
2018-08-13Fix memory leak in error path in group A/V.iphydf
2018-08-13Fix groupav.c style and avoid casts in toxav_old.c.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-08Remove VLA usage from `send_audio_packet`.iphydf
2018-07-07Call the "peer leaves" callback only once on group delete.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-20make groupnumber uint32_tsudden6
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-11-20Fix a memory leak in GroupAVMaxim Biro
2016-10-28toxav renaming: group.{h,c} -> groupav.{h,c}Dmytro Vorobiov