index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxav
Age
Commit message (
Expand
)
Author
2020-05-03
Fix a bug in savedata loading when malloc fails.
iphydf
2020-05-03
Enable cimple tests by default but allow disabling them.
iphydf
2020-05-02
Fix errors on error paths found by oomer.
iphydf
2020-04-16
Remove tokstyle exemptions from build files.
iphydf
2020-04-09
Use public API for sending in RTP.
zoff99
2020-04-08
Use public API for sending in BWC.
zoff99
2020-04-07
Remove newlines from the end of LOGGER format strings.
iphydf
2020-04-07
Change ToxAVCall struct mutex to a more distinct name.
zoff99
2020-04-07
Create own instance of MonoTime for ToxAV.
zoff99
2020-04-05
Stop using Messenger's mono_time in bandwidth controller.
zoff99
2020-04-05
Fix 2 memory leaks in ToxAV.
zoff99
2020-03-18
Make function defns match their decls regarding storage class.
iphydf
2020-03-18
Mark file-local function definitions as `static`.
iphydf
2020-03-15
clean groups code
zugz (tox)
2020-03-14
Avoid casting back and forth between void-ptr.
iphydf
2020-03-14
Standardise on having a comma at the end of enums.
iphydf
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-12
Use rules_cc instead of native cc_library rules.
iphydf
2020-03-06
Use `net_pack` instead of casting bytes to ints.
iphydf
2020-03-02
Add "cimple_test" to the bazel build.
iphydf
2020-03-02
Upgrade bazel to 2.1.1.
iphydf
2020-01-02
fix ToxAV threading documentation
sudden6
2019-11-21
fix log message creating data race
sudden6
2019-11-21
fix missing mutex
sudden6
2019-11-21
fix ToxAV mutex released to early
sudden6
2019-02-10
put toxav.h stuff in toxav.api.h
zugz (tox)
2019-02-10
explain enabling in API comment
zugz (tox)
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-10-08
Improve Windows compatibility of toxav code.
iphydf
2018-09-24
Revert "Improve cmake build for MSVC."
iphydf
2018-09-24
Add Cirrus CI configuration.
iphydf
2018-09-22
Improve cmake build for MSVC.
Mick Sayson
2018-09-21
Fix using uninitialized mutex on call end.
Mick Sayson
2018-09-19
Fix typos
yangfl
2018-09-14
Standardise header guards.
iphydf
2018-09-14
Use C++ style casts in C++ code.
iphydf
2018-09-08
Always use the passed logger (from Messenger) in msi_kill.
iphydf
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-25
Change while-loop to for-loop to express for-each-frame.
iphydf
2018-08-19
Avoid redefining macros from different files.
iphydf
2018-08-19
make Mono_Time an argument to current_time_monotonic
zugz (tox)
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Limit the size of a save file in file_saving_test.
iphydf
2018-08-14
Fix style in toxav.c.
iphydf
2018-08-13
Fix ToxAv's use of `struct Tox`.
iphydf
2018-08-13
Fix style in video.c.
iphydf
[next]