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